{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import os; os.chdir('..')" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'c:\\\\Deepankar\\\\Projects\\\\Warewe'" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "%pwd" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['general-01_2022_06_20.json',\n", " 'general-01_2022_06_21.json',\n", " 'general-01_2022_06_22.json',\n", " 'general-01_2022_06_23.json',\n", " 'general-01_2022_06_24.json']" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "files= os.listdir(\"AI Detector\")\n", "files[:5]" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "import json\n", "jsn= json.load(open(f\"AI Detector/{files[0]}\"))" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "dict_keys(['total_results', 'messages', 'analytics_id', 'threads', 'members'])" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "jsn.keys()" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "list" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "type(jsn['messages'])" ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "3558" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "len(jsn['messages'])\n" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "https://cdn.discordapp.com/attachments/988028621421686834/988592559897059378/ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988592330741252166/2735cb78-3bbe-419a-905c-c5e91dbed653_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988592225803993118/a278dac1-035b-47e3-a4b2-f168ec626b51_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988592214944907274/86e8ee74-05a3-48ce-9895-0be954752673_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988592166035140608/f191002c-0f09-4139-a38e-64beba3e7084_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n" ] } ], "source": [ "for msg in jsn['messages'][:5]:\n", " print(msg[0]['attachments'][0]['url'])" ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "[{'id': '988592560333291620',\n", " 'type': 19,\n", " 'content': '**Bill Sienkiewicz technology | Jack Kirby machines | retro futuristic ghibli matte painting --aspect 9:19 --no faces** - Upscaled (Max) by <@986404200177094667> (relaxed)',\n", " 'channel_id': '988028621421686834',\n", " 'author': {'id': '936929561302675456',\n", " 'username': 'MidJourney Bot',\n", " 'avatar': '4a79ea7cd151474ff9f6e08339d69380',\n", " 'avatar_decoration': None,\n", " 'discriminator': '9282',\n", " 'public_flags': 65536,\n", " 'bot': True},\n", " 'attachments': [{'id': '988592559897059378',\n", " 'filename': 'ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png',\n", " 'size': 4034845,\n", " 'url': 'https://cdn.discordapp.com/attachments/988028621421686834/988592559897059378/ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png',\n", " 'proxy_url': 'https://media.discordapp.net/attachments/988028621421686834/988592559897059378/ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png',\n", " 'width': 1024,\n", " 'height': 2048,\n", " 'content_type': 'image/png'}],\n", " 'embeds': [],\n", " 'mentions': [{'id': '936929561302675456',\n", " 'username': 'MidJourney Bot',\n", " 'avatar': '4a79ea7cd151474ff9f6e08339d69380',\n", " 'avatar_decoration': None,\n", " 'discriminator': '9282',\n", " 'public_flags': 65536,\n", " 'bot': True},\n", " {'id': '986404200177094667',\n", " 'username': 'StevenMertens',\n", " 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8',\n", " 'avatar_decoration': None,\n", " 'discriminator': '0281',\n", " 'public_flags': 0}],\n", " 'mention_roles': [],\n", " 'pinned': False,\n", " 'mention_everyone': False,\n", " 'tts': False,\n", " 'timestamp': '2022-06-20T23:53:53.545000+00:00',\n", " 'edited_timestamp': None,\n", " 'flags': 0,\n", " 'components': [{'type': 1,\n", " 'components': [{'type': 2,\n", " 'style': 2,\n", " 'label': 'Make Variations',\n", " 'custom_id': 'MJ::JOB::variation::1::SOLO'},\n", " {'type': 2,\n", " 'style': 2,\n", " 'label': 'Light Upscale Redo',\n", " 'custom_id': 'MJ::JOB::upsample_light::1::SOLO'}]}],\n", " 'message_reference': {'channel_id': '988028621421686834',\n", " 'guild_id': '662267976984297473',\n", " 'message_id': '988587753929318410'},\n", " 'hit': True}]" ] }, "execution_count": 22, "metadata": {}, "output_type": "execute_result" } ], "source": [ "jsn['messages'][0]" ] }, { "cell_type": "code", "execution_count": 23, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'https://cdn.discordapp.com/attachments/988028621421686834/988592559897059378/ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png'" ] }, "execution_count": 23, "metadata": {}, "output_type": "execute_result" } ], "source": [ "jsn['messages'][0][0]['attachments'][0]['url']" ] }, { "cell_type": "code", "execution_count": 25, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "https://cdn.discordapp.com/attachments/988028621421686834/988592559897059378/ac325c7f-b984-454a-bb62-e41dcd3fd5b6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988592330741252166/2735cb78-3bbe-419a-905c-c5e91dbed653_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988592225803993118/a278dac1-035b-47e3-a4b2-f168ec626b51_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988592214944907274/86e8ee74-05a3-48ce-9895-0be954752673_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988592166035140608/f191002c-0f09-4139-a38e-64beba3e7084_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988592101153439774/d0e3d1f3-5a3a-44f2-9a01-1ca230761b93_StevenMertens_bent_twisted_impossible_shape_mysterious_foreboding_Tim_burton_tree.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988592059378200606/7921aae7-1d7e-45ef-8528-936d37ba5f0d_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988592019414872184/debc8b6e-4fd2-4daa-acce-1389058cd74e_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988591908311924736/e7d105bf-5ac9-4252-a9d4-17d4bcfd7894_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988591479813443584/3524183d-d3d2-4ef8-8863-0e60e203308e_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988591252779966474/7c150abb-6913-4e0b-aa04-fe14410ee9a1_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988590960667676712/7c280360-f627-49cd-b55d-2d60bbc2eb11_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988590831827030046/d1494cc3-41fd-432b-936f-466d97895bdd_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988590491933216848/d53b0b20-a59b-42fa-953f-bb330d76ba3d_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988590425709379624/0773c62d-dba2-4096-9f02-b7ffae7d5981_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988590246738395146/1232830d-195e-495f-8095-800d1112f86f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589949429366804/58d6bf34-f312-4acc-926e-5f132b7d59ee_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589822824316988/8497d611-eab9-46f9-9bb3-4fa9c7289d19_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988589799399116800/823abd8c-1876-4904-8f1e-3c4446007bfa_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988589796035272774/e4d3ddfd-2664-411b-b374-321de00ebdbc_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988589539331305542/24213b40-8cc4-420e-b37b-3f881e2f5bce_DataLorean_third_eye_voidscape_by_Enki_Bilal.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988589511766327316/8233d053-a625-4328-94d4-468813a80c7d_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589396200681492/2b63a975-989c-4ef3-809f-7da8c429d451_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589371844354118/4f692a9a-6cf1-492d-8129-b07c3fcd2599_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589243544768532/762e7c29-e305-47de-ae09-137c867d340a_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988589209545736202/5b6c4aa2-48fd-4e27-b4c2-bf33dbe2aee5_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988589124925657148/5bdd929b-52d0-4a9e-b0b3-2f10c739ff15_arlen_tektolnes_danny_devito_accidentally_destroys_the_world.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988588748675629056/f1b18a34-df70-444a-a77d-d5f50e3cf8b7_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988588723383980092/82754d18-2c38-4a6d-b1a9-10d8011fa915_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988588702911578152/8265af3c-e312-43d1-905c-ef3a567fe200_arlen_tektolnes_danny_devito.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988588498820943882/d52056c7-c008-4c70-9989-b2b579a66219_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988588469599223838/c6121369-768f-4fb3-88ae-e99a55a871eb_StevenMertens_bent_twisted_impossible_shape_mysterious_foreboding_Tim_burton_tree.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988588388384899112/5c42853e-77fb-4f86-9779-a3c7bcfff612_arlen_tektolnes_wacky_waving_inflatable_tube_man_danny_devito.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988588349218521118/135b98ef-56ac-4d30-bc8a-1e35cad83ebc_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "[{'id': '988588220189130772', 'type': 19, 'content': '', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:36:38.774000+00:00', 'edited_timestamp': '2022-06-20T23:36:45.162000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988585248205996032'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988588167298965525/9f770ab2-3159-4185-b2a2-815b066d1c8a_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988588103830749194/53949775-5f6e-4741-8921-1ab8e0de2d35_DataLorean_third_eye_voidscape_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988588091453370458/1dfd7868-a9cf-4352-b49c-c95fac4526ed_DataLorean_third_eye_voidscape_by_Beksinski.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988588065318645870/711da444-9823-49dc-8bb0-ae6d089f0771_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988587765195210762/b04d2942-8274-41cb-9dae-f5f93906fbf5_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988587753639903242/448a2138-daeb-485c-b3ae-e0c9dbc4fb64_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_ghibli_matte_painting.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988587724028133396/a35b1e5f-7d44-4858-9b23-f3fa88953cf1_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988587580641665074/73ba53fd-f5ee-4f5b-a5af-9f7b79e0bc39_SteveTheNinja_cyberpunk_monolith_in_the_center_of_a_medieval_town_in_the_mountains_fantasy_art_digital_art_highly_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988587565667995688/d0df2e0a-e848-419f-ab69-0ee9781b16ac_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988587548618154004/4805806a-da44-42a5-a815-632071a80aa2_DataLorean_third_eye_voidscape_by_Beksinski.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988587439620755546/c9914ed5-f446-498d-a1ee-44fbf992c982_Erkan_Cerit_None.png\n", "[{'id': '988587372230869032', 'type': 19, 'content': '', 'channel_id': '982990243621908480', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:33:16.605000+00:00', 'edited_timestamp': '2022-06-20T23:33:47.485000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988509900328042586'}, 'hit': True}]\n", "[{'id': '988587233063874651', 'type': 19, 'content': '', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:32:43.425000+00:00', 'edited_timestamp': '2022-06-20T23:32:49.895000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988585074905743431'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/966180267544940614/988587200755138600/117a2f5f-ee26-4544-9794-b95b09ab55ae_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988587120467779584/848b568c-c365-4ea4-8bb8-3f9ffa9b9ed4_jesse10am_taken_up_sci-fi_beamed_up_moody_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988587105733201940/7db808c8-7f1f-490f-9e42-65441ddaa426_jesse10am_taken_up_sci-fi_beamed_up_moody_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988587076830257172/c3d1e6c2-7df6-43de-8142-f8c06d292a3d_jesse10am_taken_up_sci-fi_beamed_up_moody_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988586982458396733/66db502f-4d31-4313-ac21-185ce57120a8_StevenMertens_Tim_burton_tree.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988586957741367346/5aa42f75-1677-4dee-aa8c-7246d5375585_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988586892427665458/0ff2bbee-c58d-4a0e-b083-57ea57110240_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988586724835885067/f86a0850-ece3-46bd-b8cd-4ed809f6618c_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988586697694523422/a4317731-a95a-4087-b3b0-5be8bb00f7ae_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988586691071709214/adf114be-4bf5-4185-82e3-6fab05c1f56f_jesse10am_taken_up_sci-fi_beamed_up_moody_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988586676832059442/0914901a-ed9a-4910-bdd5-6adeecb7ef70_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988586659928997949/210c3d39-4c71-446c-8f74-6fe35b49061b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988586648923156500/f2950a24-62b3-4e66-a20a-0c4055947ebd_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988586628589183076/790d0cf8-3339-4d61-9011-7597094810ed_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988586617927245904/164c3a58-fa13-4a37-9513-a0a5b764fa68_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988586613502247042/d45c4703-a2d2-4aa4-8f1e-90296de0d472_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988586608934658078/48a5583c-b51d-45f9-aa65-f3e20996d9d9_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988586586100863066/022a572c-e21d-4fc9-8e8e-c3b88a67c709_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988586382224154675/9990a97b-0326-4c74-8b5b-3bca288c5a63_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988586361730773012', 'type': 19, 'content': '', 'channel_id': '966180267544940614', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:29:15.683000+00:00', 'edited_timestamp': '2022-06-20T23:29:22.056000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '966180267544940614', 'guild_id': '662267976984297473', 'message_id': '988585007050285086'}, 'hit': True}]\n", "[{'id': '988586311323631666', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:29:03.665000+00:00', 'edited_timestamp': '2022-06-20T23:29:10.156000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988585521225826384'}, 'hit': True}]\n", "[{'id': '988586189797875742', 'type': 19, 'content': '', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:28:34.691000+00:00', 'edited_timestamp': '2022-06-20T23:28:41.176000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988582529906921553'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982867438905491546/988586068972560414/1a87ea4c-16a9-46d7-b9aa-bbda1a1e664f_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988585952790343720/b260ff98-674d-42dd-bd2b-65a3e2b35450_3rdGenMoon_5D_consciousness_transcending_dimensions_octane_rendered_8k_hyper_realistic_ar_916.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988585950928064602/c215c705-53eb-433f-a736-327aaa2fc15d_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585908678852668/98c601bd-bede-4fe2-964c-39057cc1e76b_DataLorean_third_eye_voidscape_by_Beksinski.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585800822296626/fadcc3d6-93a6-43be-a7c3-3451051cf551_DataLorean_a_cyberpunk_noir_scene_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585835228192778/fd9818c9-364d-4930-b806-bbad40c4c80a_Erkan_Cerit_None.png\n", "[{'id': '988585824750813224', 'type': 19, 'content': '', 'channel_id': '988028621421686834', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:27:07.657000+00:00', 'edited_timestamp': '2022-06-20T23:27:50.259000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '988028621421686834', 'guild_id': '662267976984297473', 'message_id': '988585722690830347'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585785974468648/a5ee85b1-e861-44e6-a808-61362122038a_DataLorean_a_cyberpunk_noir_scene_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585781771792464/6851bc95-9a6d-4df1-b294-6b404ff27c56_DataLorean_a_cyberpunk_noir_scene_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585778164662272/f7c8ee9c-a690-4935-b28e-d6a348f2f9eb_DataLorean_a_cyberpunk_noir_scene_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585755255377970/b6765670-89bc-4f29-a51f-e622c7fbaa1e_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988585722812461116/5089c4d6-a68d-4cdd-becb-cd32370400c3_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585693838196766/6f089f1d-b1f0-41e2-9ab9-04a15ad12d95_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585645737910402/a0d0fb16-d121-43ab-a109-27931f99254c_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585571142225980/fe580f62-65e4-4dea-9b0f-50842f7b1362_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988585557296808026/01a3c703-59c1-466a-8043-03859998b7e1_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988585520940605440/62935014-1e5c-42b0-8470-ebd97d62e3d5_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988585432625319986/504df3e8-53b2-485d-a3a8-945ab91b2290_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988585392594886707/fa5dd228-fd0a-4cd1-ac13-a3fa41577e83_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585295203147786/1e0bf9d1-54a2-42f2-bfd4-7c4a2b8e1b79_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988585284268597330/1abd9a94-50c8-4505-b914-8dbe2886fd15_SteveTheNinja_a_beautiful_painting_in_the_style_of_Rembrandt_of_a_lone_astronaut_walking_on_the_surface_of_Mars.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988585248138887238/a188417e-e57b-438a-ab61-aa9c4dce7f61_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585247950123028/c2d4aab6-c805-41ed-961e-66aa1803d3be_Erkan_Cerit_None.png\n", "[{'id': '988585247316803624', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:24:49.986000+00:00', 'edited_timestamp': '2022-06-20T23:24:56.474000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988585151225270272'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988585150969425931/8f7556c1-8589-4812-852b-5b1092e0af50_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988585088554000494/dbe01eaa-5cdb-4a47-b084-8a5a92dfc3d8_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988585074670858300/eddda274-9409-43a3-8ea7-c1e6153b8a27_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988585006769242123/0772d4d0-ff8d-4d63-95ac-d47725115c9f_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988584928457404536/9430d6ff-1f69-4bba-b223-e9e964a0db01_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988584920047816714/4f487404-416e-4582-bfa3-42fbe3202d29_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988584902679203890', 'type': 19, 'content': '', 'channel_id': '987196129236123738', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:23:27.818000+00:00', 'edited_timestamp': '2022-06-20T23:23:34.281000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '987196129236123738', 'guild_id': '662267976984297473', 'message_id': '988564998789931058'}, 'hit': True}]\n", "[{'id': '988584880227090452', 'type': 19, 'content': '', 'channel_id': '987196129236123738', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:23:22.465000+00:00', 'edited_timestamp': '2022-06-20T23:23:28.788000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '987196129236123738', 'guild_id': '662267976984297473', 'message_id': '988565071544320140'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988584863726706799/3fdced49-b7e4-4612-be20-268ab7d868d3_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584829102727278/6371f151-445c-4f14-afe9-2ec1099daac9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584817610338324/0412aef8-b9fc-4d27-82e4-a4d9452ee7c1_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988584791945388122/968e86b9-465d-449b-8a45-18648c41e05b_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584742385496074/9548b4f0-c919-4780-ae24-19f38acd0f10_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584704276037712/e1598a53-d09f-4c66-9a9c-21b42da1859a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584667332636733/18f07280-1fde-4f07-8971-c4c35aa5493f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988584657689915402/10f86c77-6afa-47e6-bef4-e6a83027af2a_SteveTheNinja_A_beautiful_painting_in_the_style_of_Leonardo_da_Vinci_of_a_cityscape_with_flying_cars..png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988584648105939065/69267fac-8a33-4e30-8e3b-8f4b4c1164a6_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_raygun_gothic_style_octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988584574655270963/3e17aa4d-d391-43c4-8066-c8e100e1ce01_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988584554828800000/c3d6cf57-3bfe-4c5c-bb77-93e10b738396_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988584537455992842/c98dccc7-6c25-4555-9d6a-323d6d4679e7_jesse10am_taken_up_sci-fi_beamed_up_moody_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988584521207283742/25486261-bb4b-4185-bdbf-e93d75703799_SteveTheNinja_A_beautiful_painting_in_the_style_of_Wassily_Kandinsky_of_a_cityscape_with_brightly_lit_skyscrapers_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988584504694288405/3c00ef72-51bf-479e-802a-1bd5c8e6d0ac_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988584378114408468/24d351ed-a21f-48de-80d1-76b9fe3aae91_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_raygun_gothic_style_octane_render.png\n", "[{'id': '988584331687637062', 'type': 19, 'content': '', 'channel_id': '966180267544940614', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:21:11.683000+00:00', 'edited_timestamp': '2022-06-20T23:25:13.104000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '966180267544940614', 'guild_id': '662267976984297473', 'message_id': '988548784101392444'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988584231376674916/bcfaccee-d7c6-4d13-ba29-a5f0d84a5c44_SteveTheNinja_A_beautiful_painting_in_the_style_of_Claude_Monet_of_a_lily_pond_with_water_lilies_in_bloom_and_a_br.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988584195389554739/b9c39a71-1587-493e-9ebd-a6ff1e2488b6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988584120294715492/81fe90d5-c1e4-4ae1-ad10-b93afc3d11e9_3rdGenMoon_an_expansive_web_of_consciousness_interconnected_octane_rendered_8k_extremely_detailed_neon_pixelate.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988584098278809690/9ba1d411-4f8b-4ca0-a4c9-bc77320876a0_wei517_an_epic_fight_between_fire_god_and_water_god__epic__fantastic__dramatic.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988584080310403152/7063580d-eac5-4ad6-a983-b3c61386fadd_SteveTheNinja_a_beautiful_painting_in_the_style_of_Leonardo_da_Vincis_Mona_Lisa_depicting_a_woman_in_a_spacesuit_o.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988584059636695040/b3eae276-3c1d-40be-a640-d06fff60d225_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988584045904531538/03fec19e-07d4-4517-b509-440b58675b64_StevenMertens_gnomes_as_Rastafarians_Polaroid_Cindy_Sherman_45.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988584045036306442/43128ea5-de36-4714-9d20-5ba150a4804a_dwella_wildstyle_graffiti_yellow_red_black_white_over_renaissance_painting.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988584012807274526/6f854a7a-dd28-4119-b0c5-2e2496b1e3e4_SteveTheNinja_a_beautiful_painting_in_the_style_of_Vincent_van_Goghs_Starry_Night_depicting_a_space_station_in_orb.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988583849728573522/217beb96-2474-49ec-b249-c98bb069b26c_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988583712243466260/f510a19d-fc85-49a7-b4ab-1cf65c93c9dc_SteveTheNinja_A_beautiful_painting_in_the_style_of_Claude_Monet_of_a_bridge_over_a_river..png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988583704823726130/6d264e76-e39e-46e4-bb82-18e085bea94c_wei517_an_epic_fight_between_fire_god_and_water_god__epic__fantastic__dramatic.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988583685009834014/bd182c23-3dd7-4209-a9f9-cb19d52653fe_SteveTheNinja_A_beautiful_painting_in_the_style_of_Pablo_Picasso_of_a_woman_in_a_blue_dress..png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988583574435418212/b118ee5c-7e30-44db-985f-20f3d5ad0732_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988583397280579634/3db1e405-1da3-444d-9c94-86b665562dd9_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988583369283612742/05a04f41-4813-4ff5-a99f-eae3d1a796ed_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988583316976447508/dadf2a33-68bf-4ee7-94cc-fb3ed8207183_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988583290158075924/88365e59-b917-4a23-8291-7766e63b9d4b_3rdGenMoon_5D_consciousness_transcending_dimensions_octane_rendered_8k_hyper_realistic_ar_916.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988583168619724840/30e1c349-5dd4-46ff-9e93-fd86713a0379_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988583149506273390/f0e6a069-072e-4578-ab96-464c1b814195_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988583143634251866/2033561a-c15b-4c9f-af17-fbd8cc23d03f_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988583127238705172/bab7d2df-889f-49ac-b4e0-943affed1ae7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988583121861607485/7ce0c647-61e2-4c83-a29b-b065bdb86d01_SteveTheNinja_A_broken_down_car_in_the_middle_of_a_desert_highway.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988583082208677928/1fe9f0f1-6c9d-4d45-83bf-b1b91dccc319_SteveTheNinja_A_lone_person_standing_on_a_beach_watching_the_waves.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988583013879259137/338f81b2-68f6-4ac8-bf24-38d7338ce191_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988582982401003611/914deb29-f02a-4bab-83a3-834ab9bab111_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988582907914383400/ae9bc209-20c4-426d-b5d1-380931a827a9_3rdGenMoon_5D_consciousness_transcending_dimensions_octane_rendered_8k_hyper_realistic_ar_916.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988582797423829022/1765fafe-5848-4be3-b785-cddb3ac136d2_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988582657225023498/50744b47-d63a-4f42-9c51-615de34fa0db_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988582608931799070/00ee4d36-8724-479f-ace2-063e67adcef3_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988582529932083280/3ba0a146-e2f8-43f5-9029-408bfbcf4cfa_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988582409501016084/57a1f8ce-9273-43de-96ea-697858781400_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988582379935379466/4d732927-8985-4734-81eb-0c220282adc5_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988582360129896448/18fdc5e9-715c-4f66-b6e3-f1a6731b845c_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988582358515060776/c6da0570-9012-4bc1-b932-f99182d75644_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988582335492530206/2e6e0d2f-9018-46c5-8740-96634498c0c1_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988582332237750312/c1a7e0df-5970-461e-90e8-79fcb15b383b_Pancakes007_Bernie_sanders_as_gandalf.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988582331201781790/c31b676d-bc03-4128-b3bc-3afd249d68e8_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988582129539620874/8731724a-24e5-4415-87b2-875959f547e8_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__retro_futuristic_raygun_gothic_style_octane_render.png\n", "[{'id': '988582121935372302', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:12:24.837000+00:00', 'edited_timestamp': '2022-06-20T23:12:31.304000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988581886588751873'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988582073243697152/a517f985-33c3-49f0-82e4-eb44f26f3434_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988582043107602462/552be407-1cc2-4d6d-83dd-fac942cd6975_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988581998769623070/65d34ccb-3910-4294-b8e3-ee4a385dc09d_Erkan_Cerit_None.png\n", "[{'id': '988581977647112212', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:11:50.436000+00:00', 'edited_timestamp': '2022-06-20T23:11:56.851000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988581886588751873'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581886358077450/4c2b5d20-a919-40b4-9239-bd91cc99dc65_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988581773191565342/2e7387f6-248c-492d-8aed-6ba32d08b3a2_StevenMertens_gnomes_as_Rastafarians_Polaroid_Cindy_Sherman_45.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988581769471201280/bb6c39f1-9a0a-4b33-a53f-2e1374c7f5a2_3rdGenMoon_5D_consciousness_transcending_dimensions_octane_rendered_8k_hyper_realistic_ar_916.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581665767055380/930a20b4-40d8-4aa9-a95e-6937e931bfcb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988581621525512192/b83ee899-058f-4fa9-baad-0f52fe6c4e86_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__chaos.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581448497897512/7b02da09-8cdc-4ec4-ad91-86fecb1de777_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581407007854683/7af95b3c-d6f8-410b-a5d0-d9cdec0e16ea_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581378352353322/6b4a3ba7-578c-4c87-9a02-145fa5f1cc62_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581267312373850/80f4e71c-a1d7-4571-baa6-459cfcdffe44_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581145346183289/fd4e9a48-0187-40db-b7c4-c8403c1b77a3_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988581109480685638/cd48334c-8d72-4afd-80ec-4b6ac6a92120_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988580927661830184/11e9a157-544e-4425-9930-3f48bd3479a0_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988580877309206598/24074690-5b7e-41f2-bb84-dc68b2b657f9_StevenMertens_gnomes_as_Rastafarians_Polaroid_45.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580830060371978/017eefc5-9d1b-413e-8191-4e8d2bf8a0ac_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580769091948594/650a53c4-d0db-4a18-aa1a-1429ba14422f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988580716994510908/72d4df36-d7db-48f5-a58d-ad529b7ce458_StevenMertens_Bill_Sienkiewicz_technology__Jack_Kirby_machines__chaos.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988580635348197437/c64713f7-8d90-403e-b0d6-d46769087772_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580612229189725/63c7a69b-ced1-4051-b168-4f3f8e8ecbf0_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988580612011065354', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:06:24.843000+00:00', 'edited_timestamp': '2022-06-20T23:06:31.242000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988580056764940308'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580607850319912/b7bdf83c-a43d-4080-b4e9-c70256b358b6_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988580451834810398/11917d32-a717-4123-aed4-d3d3edddef9a_dwella_drawing_on_white_rough_paper_black_sharpie_intricate_linework_details_graffiti_checkerboard_refracti.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580445371379712/5db10d1c-0aa7-4e1e-b230-dc47e62bcd60_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988580363456634880', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:05:25.583000+00:00', 'edited_timestamp': '2022-06-20T23:05:32.408000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988577337077563413'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988580352593387550/1b480b20-2d81-49f2-ae9c-310b15fbbc29_dwella_drawing_on_white_rough_paper_black_sharpie_intricate_linework_details_graffiti_checkerboard_refracti.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580273585274910/b0025ec2-04c3-4ff1-a059-e4c8fe6c613a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580132279177256/7073d5d4-505a-4077-bb63-ca36f5184505_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988580103422353518/3313ed24-21b8-4e2a-a0cb-d5e6067cb099_sapadog_Jaclyn_Smith_super_realistic_watercolor_4k_post-processing_highly_detailed_Yuji_Hori.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580100909981757/24975800-a177-4429-91e0-2f70a19af40e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988580056521646080/d0fe140e-2d70-433e-ad70-611b14b8be40_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988580024527487026/9741ae35-c027-46f6-b522-33db17cd5229_dwella_drawing_on_white_rough_paper_black_sharpie_intricate_linework_details_graffiti_checkerboard_refracti.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988579939185991750/df85fe94-0f63-4fb5-a0ce-ff9e5dd82885_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988579863420100668/2f94b222-c924-4742-82a6-eaaaa79c50e4_Erratica_artwork_by_jan_ditlev.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988579826745090078/cce0c336-1bbe-4bc8-a94c-223e2295080d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988579798823620608/50589b83-a0e5-475d-a220-c8079b968cc4_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988579756859592825/11f2ffba-5d17-4701-a6ff-db3b064b72f3_sapadog_Jaclyn_Smith_super_realistic_watercolor_4k_post-processing_highly_detailed_Yuji_Hori.png\n", "[{'id': '988579464269152306', 'type': 19, 'content': '', 'channel_id': '988028621421686834', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T23:01:51.200000+00:00', 'edited_timestamp': '2022-06-20T23:05:33.117000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '988028621421686834', 'guild_id': '662267976984297473', 'message_id': '988538737304674304'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988579416537985105/66bdc156-fcd3-4a84-9640-7351faba33de_dwella_water_language_crop_circles_in_the_ocean.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988579390927548426/8b5cfb72-6efb-4c7b-8827-f7070318f24f_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988579050534613013/739967cf-b4f3-45f8-84d5-427f5ab3028b_dwella_water_language_crop_circles_in_the_ocean.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988579009929551972/4e9d8cd9-bad1-4588-9789-a2d6dc645cd7_sapadog_Kate_Jackson_super_realistic_watercolor_4k_post-processing_highly_detailed_Yuji_Hori.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988578853981155409/ba3c0354-c9d0-4c86-9ce6-6e7c0b3bf9cd_dwella_water_language_crop_circles_in_the_ocean.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988578521691611156/9e8e07af-0943-4794-b0ee-a0d2170b95b7_sapadog_Kate_Jackson_super_realistic_watercolor_4k_post-processing_highly_detailed_Bernie_Wrightson.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988578395380133938/dbc614cd-ddad-4972-8f9f-e1b3ff11ac4c_dwella_favorite_champion_phantom_tote_bag.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988578270331158608/d4cc8acc-d5b1-4da0-a934-30f5a8dd6706_dwella_favorite_champion_phantom_tote_bag.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988578174055088159/55ee4537-93e5-4488-b4e3-a17b860ac0b7_sapadog_aAndrew_Rothenberg_super_realistic_watercolor_4k_post-processing_highly_detailed_Bernie_Wrightson.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988577630569775124/8747e5a7-1095-40d8-937f-f619f0d9477e_sapadog_a_lone_outpost_of_ancient_nordic_building_made_of_wood_and_stones_high_towers_line_the_roof_located_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988577602216267786/db8f04ee-b7d1-4a56-a896-e9851b2ec2f4_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988577438135099422/0954aa80-d767-46bd-a9dd-d8d7d2bf821b_Erratica_artwork_by_thiago_valdi.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988577339573149726/7e118b1a-c732-454c-92bc-0eed5b35cf39_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988577336838467674/c3f9e64b-793a-40d2-9f0a-4b920f6f6a40_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988576934667636736/6d3b06f3-648e-4dd1-b9c2-f51b38e7f828_3rdGenMoon_5D_consciousness_transcending_dimensions_octane_rendered_8k_hyper_realistic_ar_916.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988575473065943040/caaaa1ac-af4d-494f-9dc3-a87ca04f1fd4_Mark_wood_panelling_geometric_faccetted_polygons_transition_from_small_to_large.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988575353184354415/339a2403-0c31-4a71-a66a-7352492effc3_Mark_wood_panelling_geometric_faccetted_polygons_transition_from_small_to_large.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988574899461324880/adb2904f-573c-4199-bc57-e0e8c77e26ec_dwella_white_background_longsleeve_black_tshirt_with_acid_wash_bleach_bubbling_tar.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988574741298298940/b8beb660-d836-4d90-b31c-110f98a11f30_dwella_white_background_longsleeve_black_tshirt_with_acid_wash_bleach_bubbling_tar.png\n", "[{'id': '988574382794354688', 'type': 19, 'content': \"Progress images have been disabled. Don't worry, the results will still be sent when it completes.\", 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:41:39.682000+00:00', 'edited_timestamp': '2022-06-20T22:55:39.429000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988530045507231785'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988574290435768330/c858025c-8543-44c6-995d-4b8d9cff9c30_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988574139541491792/22bf6130-1c86-4314-990b-cba31823a2a1_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988573964060201050/166ff129-196d-419b-9623-5e5f2a385ea5_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988573796514549770/9cd901f7-ec1f-442c-b135-f728b4d008bd_henriquevfx_spaceship_wreck_on_Tatooine_desert_vibrant_colors_concept_art_digital_painting_brush_stroke_textures.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988573550682206238/d6f4d417-5960-4971-a5db-aa1bdb0b8948_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988573414744784956/fedf900d-61ab-469e-a0c5-775e293e209f_Gorila_ortodox_painting.png\n", "[{'id': '988573356574003200', 'type': 19, 'content': '', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:37:35.012000+00:00', 'edited_timestamp': '2022-06-20T22:51:17.855000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988530045507231785'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988573252748189797/a01ad1f6-f26b-46a8-8cc7-6b89cd43c260_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988573112834600970', 'type': 19, 'content': '', 'channel_id': '983832507529187418', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:36:36.900000+00:00', 'edited_timestamp': '2022-06-20T22:36:43.282000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '983832507529187418', 'guild_id': '662267976984297473', 'message_id': '988562781781520474'}, 'hit': True}]\n", "[{'id': '988573093746315344', 'type': 19, 'content': '', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:36:32.349000+00:00', 'edited_timestamp': '2022-06-20T22:39:09.677000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '988530045507231785'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988572951953678426/dacfeee8-0de0-46c4-9946-3231b01dce37_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988572793891352616/c99ba499-d9be-4036-a0d9-860fba850e9c_Gorila_ortodox_painting_saints_face_in_the_style_of_ortodox_painting.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988572665960874025/10ef4b05-9dbd-4d3f-a067-f8db4461fcc3_Gorila_ortodox_painting_saints_face_in_the_style_of_ortodox_painting.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988572639687745536/fee1c213-22f5-4590-a145-ad69c2ecd320_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988572494887813170/98433929-083a-4c67-a253-e300c120e8fa_Gorila_ortodox_painting_saints_happy_positive_face_clean_in_the_style_of_ortodox_painting.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988572456698650624/7e59d03d-7ffd-4e72-b090-1c3bc25f83ca_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988572338880671784/47849058-9953-4b12-ac36-4f8d06456a5d_Gorila_ortodox_painting_saints_happy_positive_face_clean.png\n", "[{'id': '988572294202916875', 'type': 0, 'content': 'Extremely close-up view of the face of an ant', 'channel_id': '983832507529187418', 'author': {'id': '942422786633236531', 'username': 'grindilu', 'avatar': '9f75a00fa36e94892ef2247a0b881ad8', 'avatar_decoration': None, 'discriminator': '2710', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:33:21.723000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988572226213273640/53372b11-749c-48b6-a270-2a9d81d3a3f4_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988572222216101948/7a7b6d43-5585-400d-b1f7-bb5fa66516a5_Gorila_a_beautiful_clean_pure_face_saint.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988572113092882502/23efaf25-7180-46d6-98bd-7e5369f86b3d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988571915016863784/845efa87-649b-4cdb-8fbb-84055679e297_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988571854258184282/243e169c-4f57-4c57-b232-41727eca85d0_Gorila_a_saint_in_the_style_of_ortodox_painting_with_aura.png\n", "[{'id': '988571826701627444', 'type': 19, 'content': '<@902656786895605840> here: https://discord.com/channels/662267976984297473/985895783209533490/987098480663212113', 'channel_id': '985895783209533490', 'author': {'id': '316021792827244547', 'username': 'flimy', 'avatar': None, 'avatar_decoration': None, 'discriminator': '3797', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '902656786895605840', 'username': 'Adamos', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5677', 'public_flags': 0}, {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:31:30.262000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '985895783209533490', 'guild_id': '662267976984297473', 'message_id': '987098480663212113'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988482294123741204/988571813384695839/1aaa8098-ff12-4e44-8441-c726517dfca7_Gorila_a_beautiful_clean_pure_face_saint.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988571803704250488/dd889f46-17e3-49be-9523-7f8bac910f5f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988571663975194704/39343c87-b380-44ae-8ea7-024073797870_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988571581540335676/41acef6a-bbfc-4edd-906d-2e0d5d0d4e85_Gorila_ortodox_painting_saints.png\n", "[{'id': '988571536124440616', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:30:20.983000+00:00', 'edited_timestamp': '2022-06-20T22:30:27.460000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988570837110124584'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988571533377167360/9c07f3f5-9426-4563-ac30-2c5ebbb1386a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988571314249936936/bfa77fa7-6c1a-43b0-b8f6-e91e8f56032d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988571125279780884/bbbb9d03-68b7-44ad-872c-f1e06488ae4a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988571002755772476/2077cad8-d8c6-480d-8ffc-a280e1745ab6_henriquevfx_spaceship_wreck_on_Tatooine_desert_vibrant_colors_concept_art_digital_painting_brush_stroke_textures.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570836665499709/bded42bd-e33f-4fbd-9874-398a776d8444_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988570786338078810/a3f46c4d-7c91-4d66-a9e5-9fd6052bb184_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988570780940009533/90484724-de2a-499a-a69a-8b0b25e92b0b_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988570773314752599/f49ce958-59d7-4441-a66b-5ed1cf423213_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570728414711828/5725af3e-9da8-4eb1-ab3c-275bcf0f6211_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570617215336518/ab37cfab-bb1d-4d72-99b9-aa30ad82e593_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570536483385406/c477d824-ce04-44fa-adc9-0d596b9a218d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570316743798844/cb77ec58-ad5d-4234-a545-6fb6d258a18d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570125181534228/c563f85a-be4a-4cdc-9c9b-ade1ffbc2b1a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988570099340419142/069cefe1-a87d-458c-ba1e-c9e73a602c8b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988570052263571567/6a5a4369-67cd-4d41-a24c-d21f3205ff7a_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569931970904144/1941fe5d-3f49-4650-9978-19bd1d8437e4_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988569921631944754/3898e9b2-015a-45ff-b9f0-6cd8a1c627c9_Gorila_ortodox_painting_saints.png\n", "[{'id': '988569743927705680', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:23:13.690000+00:00', 'edited_timestamp': '2022-06-20T22:23:20.049000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988569539585405008'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988482294123741204/988569603431084062/436d1335-e109-4744-b5e7-10bb58810a94_Gorila_a_beautiful_clean_pure_face_saint.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569539367297024/995407de-dd69-403a-8a8f-d94e9ebcb1cb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569521373741077/7563ed0b-d5ca-4d5c-bf8e-72bd197cc03d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569392419831899/22fb07d4-92d6-4873-bd8f-7c014cbad31f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569223196442674/07237f6e-01a4-46e1-8f9a-470cb181e50e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988569066711167066/5e4c3853-2973-4f61-a224-693aa40dc178_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568888683925654/ceef9812-7b9d-428c-86a7-1551cd7ac2a2_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568849882419200/453083e8-8a4d-4cc9-8ecc-4b0d641fd79b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988568661344284764', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:18:55.582000+00:00', 'edited_timestamp': '2022-06-20T22:19:01.935000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988566908318142535'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568658366328842/81e201ac-5dcf-41fc-8fdc-24dc203f7c11_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988568572366295111/3f6a81a8-6c85-42db-99a6-458b812797ed_henriquevfx_spaceship_wreck_on_Tatooine_desert_vibrant_colors_concept_art_digital_painting_brush_stroke_textures.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568546399387718/26a862c7-0dfc-464e-95dd-6b03ec59bf97_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568480007737384/61a0bdc8-687c-44ef-9786-86a777f156f8_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568435556503572/73dfa604-d57a-4883-90d1-d346bf9a9ee5_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988568337426575360', 'type': 0, 'content': '2stevenmertens', 'channel_id': '988028621421686834', 'author': {'id': '988206582523371520', 'username': 'RobertMertensArt', 'avatar': '79ee349b6511e2000af8a32fb8a6974e', 'avatar_decoration': None, 'discriminator': '4205', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:17:38.354000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988568263141257266/3b737ed6-904d-47c1-82dd-1088fbce9607_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988568055414132736', 'type': 0, 'content': 'Hi <@988206582523371520>', 'channel_id': '988028621421686834', 'author': {'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '988206582523371520', 'username': 'RobertMertensArt', 'avatar': '79ee349b6511e2000af8a32fb8a6974e', 'avatar_decoration': None, 'discriminator': '4205', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:16:31.117000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988567636478681128/2ae9f0a7-133f-4d7f-bea2-f2087dd105e8_dwella_longsleeve_tshirt_mockup_earth_tones_tie_dye_with_intricate_linework_embroidery_red_thread.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988567618388623390/025865a0-8661-4123-87fc-41a479e20e01_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988567522053857330/ae7ec2dc-1425-46c0-ab5c-e1fdf9ca31fb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988567427078033408', 'type': 0, 'content': '<@988206582523371520>', 'channel_id': '988028621421686834', 'author': {'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '988206582523371520', 'username': 'RobertMertensArt', 'avatar': '79ee349b6511e2000af8a32fb8a6974e', 'avatar_decoration': None, 'discriminator': '4205', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:14:01.310000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988567337345105970', 'type': 0, 'content': 'Hi <@986404200177094667>', 'channel_id': '988028621421686834', 'author': {'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:13:39.916000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988567318449778688/c08a7908-d653-4db8-8a48-e2fe05f7357c_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988567276276043796/82cd217a-4a8f-4e8d-9e3a-e5aa819ef111_dwella_longsleeve_tshirt_mockup_earth_tones_tie_dye_with_intricate_linework_embroidery_red_thread.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988567222744146020/6372eeb0-1d34-4664-8edc-849ab34f0464_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988567140162502676/673ce4a9-0797-4d72-ac95-0671f41306e4_dwella_longsleeve_tshirt_mockup_earth_tones_tie_dye_with_intricate_linework_embroidery_red_thread.png\n", "[{'id': '988567051109007420', 'type': 0, 'content': 'Hi <@988206582523371520>', 'channel_id': '988028621421686834', 'author': {'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '988206582523371520', 'username': 'RobertMertensArt', 'avatar': '79ee349b6511e2000af8a32fb8a6974e', 'avatar_decoration': None, 'discriminator': '4205', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:12:31.672000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566994343305236/ebc7f634-fc27-4863-8ce7-bcf85e6f5dfa_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "[{'id': '988566911023468544', 'type': 19, 'content': '', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T22:11:58.273000+00:00', 'edited_timestamp': '2022-06-20T22:12:04.597000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988566555304538193'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566908146159626/8c395662-4369-46b9-a3ef-aa9aa476ee79_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988566884096045076/32246b93-5866-49de-9a31-20739e491b0f_henriquevfx_spaceship_wreck_on_Tatooine_desert_vibrant_colors_concept_art_digital_painting_brush_stroke_textures.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566881780789338/ae4acd7e-073b-4feb-bb4f-0e2804b7630c_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566687651622932/fde864d2-df15-44c1-9f5f-fda1c6932508_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566576422862878/d21c0180-41c3-4f94-9ad3-62f5f6799f5b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566555103219772/6df72413-f1e3-46b9-80d4-b1d4db9a7791_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566459796062258/18c87f1c-788c-4f3e-ba86-bf3c5da98645_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566373439528980/b90f9dab-3970-4011-a4f4-a6cdc03b9876_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566367047393300/5b2dad90-6e89-43b8-a97c-6a4910db43bf_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566347011227788/9117b2d0-ac34-4eae-a171-2121c894a8a1_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988566321203666985/5865d28c-f5b9-4f20-91aa-b26c08fb89c5_FractAlchemist_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988566289477947422/3fa42939-644b-44a8-a2bb-dd55f1ce0aae_FractAlchemist_a_litter_of_kittens_playing_in_the_sun_by_Henriette_Ronner-Knip_ultra_detailed_oil_on_canvas_UHD.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566257437667398/c61b2391-af6d-4e79-8fb5-8c4cf9cb4404_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566254812033034/e01dd702-6efe-4b00-aa8c-aa2f99363e1b_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988566188483305523/99b6d5e6-eb51-4ec4-8e82-a11899f32013_henriquevfx_spaceship_wreck_on_Tatooine_desert_vibrant_colors_concept_art_digital_painting_brush_stroke_textures.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566173425762365/6d73cf26-af65-471e-95a5-03e35a80c3c7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566149149102080/ca4377a1-7fef-47fd-91cc-83911bef4dc9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566142454988830/41d40e6b-0d2e-4e83-a717-9cc05692fe3d_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566046187352074/73b5bb13-16d6-4930-9079-906be9f23266_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566044295721060/7acaf660-cc54-4fbd-a0b0-254e97e0566c_Gorila_a_beautiful_clean_pure_face_saint.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988566039010885672/ad960fa6-57fb-49e9-9b38-a54ea4b9497b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988566032513912882/83ebfe67-fa9a-494b-b427-f64a767be340_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988566031616339968/bd633a33-5936-42c0-8d1a-412198cb7d6b_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988566014826528778/51b17c27-e66f-406d-8f79-970917726914_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565951031148626/48b85047-1ef9-4f33-bf2a-84c37ce9f3c7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988565732830883960/bbed2151-5495-47c3-95e7-c117e26fbd4b_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988565721204285470/9b8e5ef8-c0cf-443f-a4f5-cbca038e07d0_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565494879637604/1ea08e0c-c72a-4fff-a6b9-188e65481c2d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565464810680360/b314cf69-509f-493f-8ddb-7a20320ac558_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988565381348200458/11dbf7d3-6842-40d4-b0aa-c9c764715603_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565380622590053/ec7b4b7d-d9a9-426a-a3c7-a51b8d9f706f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988565279116251136/2ad9ffe2-264a-40e7-8f53-cb59c4c8d6da_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565128289087498/eee2e555-0306-4f99-a96b-59fe49231b6e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988565113713868800/7379e2ea-16b5-4561-8feb-59fec808d962_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988565096303321149/eb48f589-99cd-48ed-af1e-b52ac33ae063_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988565071154266173/3af1ab31-ad62-40a4-984e-4b59753bd9a4_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988565015948828742/7539e001-2928-4901-87c3-5ea94c935fc9_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988565006352269352/8167b251-6d33-4b57-98fc-16f8b484b2b7_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988564998479568896/57f0ba83-fab1-4377-84f0-8bc98baaac2c_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564929764266034/e82675f6-d52a-40f4-822e-6a95148da91f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564912399863888/8581e88d-6c35-4880-9230-38c72d0e6100_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564908792746014/fe8cea79-4096-4108-b5d3-734e85083570_Gorila_ortodox_painting_saint_in_curch.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564884868436038/5470dfbc-0483-4801-a08d-8859cee9c472_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988564864991649802/1df9bdf3-2419-4327-a5aa-b3684fed85b4_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564846800928788/0da8b763-a4bf-4380-a27f-ab230fe739dd_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564824977973318/8b5842fe-9ed7-4640-b2b9-e1566e965844_Gorila_clear_curch_ortodox_painting_mural.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988564771320246372/7e207035-e59a-44a1-8740-084d163b78bb_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988564753012101160/1b787039-31a1-43da-8f85-d8aff4127721_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988564673496498196/faea8518-0e5e-4c08-b80a-980d19bcc792_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564656664752128/5dd3ae42-fc04-4b30-b0f2-6621ce9a5a01_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564645717606520/3459c452-e5c7-44d8-bc5d-c8eced3028df_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564609973780550/1595df32-b74f-4fa5-8f64-194dbd008dd6_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564528319070269/11effb1c-6ff5-4cad-9049-d33ad35aa9b1_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564524858765382/c1137104-70b1-494c-9e7a-2f68366db4b3_Gorila_ortodox_painting_on_glass_mural.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564443174666320/46e89e9b-8a65-4bca-96b6-76c7dbdf2c7e_Gorila_ortodox_painting_saints.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564393484746762/6751fa79-a788-4897-9bcf-990e31b6df62_Gorila_clear_curch_ortodox_painting_mural.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564277537423460/915ab4a2-acf1-4c8a-98a3-191db5b8b09a_Gorila_arsenie_boca.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564178614775808/4b9bd5e6-4d1e-4f06-83a5-b3b6fad4ddee_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564167394992128/8c25ad9e-8d77-4306-980d-066b413e47cb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564118443290664/9da23f31-932f-468c-b8b2-b4b9364d21b2_Gorila_vlad_dracul_as_a_vampire.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988564110167932988/64ac827a-ad19-4401-b997-f55c84676d0b_Gorila_romania_beautiful.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564058175336518/17368b22-ec30-4ebf-911a-fd5f9b93f0d5_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988564030430011513/9b3a9bdc-6aa8-47d3-b4ce-7a0e1d892e71_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563964835270777/3a72b6c3-7a99-437d-83df-4bd0f258307e_Gorila_vlad_tepes_in_a_castle_clear_portrait.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563818080772156/aeac5724-7340-4c33-a9ca-a53f9807244b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563721980870736/1ab2f025-a57f-486b-9174-6285516bc81e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563701760131082/7e623504-3551-4d17-94fb-63057d6dad8e_Gorila_romania_beautiful.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988563685440110662/d44e357b-db5b-4a83-a034-7ce0fdbc7928_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563679140261888/bb24c450-fee0-4b40-b917-6755806b11cc_Gorila_war_in_ukraine.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563675411529808/6b149df1-a581-4a57-a45a-33ac1bd07e7a_Gorila_panic_pandemic.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988563657501851708/a93aff29-7680-4efd-9707-31c4bc8d68b2_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563507291230258/9030ef2a-f1cc-44b1-8912-c13bf1c26303_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563491772330044/a7d0d902-8e14-4271-b7f5-c388121c9f02_Gorila_panic_pandemic.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563417130491914/963a4653-07f6-45b4-b0e2-558321ce824b_Gorila_ukraine_vs_russia_war_2022.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563351963598938/fe6b81d1-4852-4177-b367-cb4c788a5e16_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988563297416650772/809b2018-51a8-4e15-9f23-c4b0291354ef_Gorila_covid_19_lab_leaking_hazmat_panic_people.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563290923868250/2dd395c7-a7c2-4f14-9896-925e03cfb6f7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988563178290049094/738301c7-a6b1-4ec0-bad0-86e2cd2600c3_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse_destroying_the_city.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988563058207113286/79c90a9e-caaf-40a2-8cc0-ca925619648e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988563045829726308/4e11f3a7-de38-4867-8e8f-bb36e5237c37_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse_destroying_the_city.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988562585127374918/1a6f5db3-0f39-476d-aa3e-30c19928074b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988562570824798258/de27882c-a77f-43bb-8f8d-6846df55aedd_Radiobishop_Dark_smoke_Skull.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988562204896919572/e91ab196-11f6-4491-83da-3f883e2a6ebb_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988562140334002176/90b91034-9ca2-40b5-806b-be558503b5ac_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988562025863053413/48379077-f4c4-4e1a-a2ce-5ee17ff2fd22_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988562021945606144/6ad5e365-65d4-4f39-849c-7eab2ac499bc_Radiobishop_Parapuzosia_seppenradensis.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988561961224642570/af25426b-b8b7-4c9c-8fe1-b396ea0d097f_holmesjtg_learning_history_in_a_virtual_world.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988561942534844456/29f63f7a-0c12-4b32-b5c3-3bd8b1348d6f_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse_destroying_the_city.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988561858531307530/68af5ecb-6b0f-420a-87db-be22ef8565c4_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988561471992651836/3bbdeda8-97c8-4bba-9227-1924a391e6e6_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988561386416267334/28509345-1dbb-48d9-8a04-3a278d160c8b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988561261199503430/b937bb8b-6c54-444c-be88-b8e9c58d43e0_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988561186628984943/1c9524ec-cf31-4714-a97f-e10402fd5b96_Radiobishop_Hasta_los_cojones_ya_hostia.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988560680447791175/f4400c41-01a4-4239-b0a4-126abc702d9a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988560678551978095/b03fbe88-87bf-4083-b6b3-ffe2c4de0169_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988560491406319706/1add3316-70c3-40e3-85c4-32916bf9d162_FractAlchemist_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988560480501137448/19b94998-295d-4629-b7d4-1017c2672df5_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988560458510401566/e8699191-ff94-4fb2-a924-a1e126a4a749_Radiobishop_massive_wildfire.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559750469922836/32ea6870-6619-4b9e-8457-f6a7981219a2_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988559707159527475/7c2ab8ac-b10d-4de7-9246-c5dfec6948ff_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988559692508852314/36ecceaf-949f-4f0d-a1ef-5cdfab8e74c8_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559638226169956/86662419-a53b-4f59-9471-57a9acb69b82_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559593208709240/a6bd4933-ec90-413c-ac3b-9c684c678705_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988559482822996038/ae6409c5-1b6b-4b63-b8e8-520ab74e7dcd_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988559458542161971', 'type': 19, 'content': 'Making variations of image #1 with prompt ** liquid wooden chainmail ferrofluid:: ultraviolet knight in armour portrait by Annie Leibovitz:: wooden glowing eyes outline:: beautiful golden braided hair:: --no blurry blur bokeh --ar 9:16** - <@583324108503384065> (Waiting to start...)', 'channel_id': '952585207331049573', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '583324108503384065', 'username': 'ameades', 'avatar': '67db543a212fd12c7de3e2305707474d', 'avatar_decoration': None, 'discriminator': '9420', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T21:42:21.463000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '952585207331049573', 'guild_id': '662267976984297473', 'message_id': '988559334176878663'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559365344755802/66b519aa-adae-4db0-a13b-668d79ed0379_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988559356989689947/5d235b2a-6980-40a6-88d9-062cf81020fe_Radiobishop_Mariano_Rajoy_as_Conan_the_Barbarian.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559333908439090/48b1c5bb-c024-4e24-bff8-9f686c464032_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988559264572383252/946b44d4-74f1-4bce-86c0-5b81ff2e64f4_Radiobishop_a_forest_fire_with_smoke_that_turns_into_a_skull.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988559091049832498/11799e28-7cee-4ee2-9145-b85c2f8e3da9_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988559045587779594/fb8dac4b-ab9d-4a12-8924-349fe302dbab_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558917879619594/36958d7f-aada-49c2-85b4-0a231e3aee46_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558900469039204/237a43c7-1583-4712-a308-9a3bfe1166a9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988558830738743296/5ba2ab0e-d998-4381-ad50-387ea002f773_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558787935883344/cd12518e-b1fa-4f10-85c8-a4cfd066218a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988558705220010115/3c26f803-29d4-4889-9c5f-4dad9cd5d30c_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558672605110278/4e79c73c-8bc0-4a6a-946e-73a53071798f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558431415861338/0cdbe942-c889-4db9-bc19-baed1fb16575_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988558339195695124/1f9e4c83-5cea-4f2b-8fe1-52a9ed0c5577_Super_Lofi_World_Michael_Jackson_as_Voldemort.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988558322607214692/1c7388ee-52f8-4651-bc0c-3ead6cffda6c_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558303648964658/fbe2cbeb-b384-4dd7-b676-79ab61e1c98b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558289933594664/7eee1d9d-a9d1-4c81-aa57-bade435cf2b9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988558284770390016/f8b02c19-519f-4cdf-95b9-e1414ec35597_Radiobishop_massive_wildfire.png\n", "[{'id': '988558268009963560', 'type': 19, 'content': 'Just click away😸', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '439869767873069086', 'username': '9nestar', 'avatar': '2b9dc2f69f8ee9ffdbd1b5382db1b617', 'avatar_decoration': None, 'discriminator': '7225', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T21:37:37.618000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988522584276602920'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/950565191299502091/988558187995209778/d4eb24bb-4c49-4510-9eec-52f49fc6c8d0_Super_Lofi_World_Michael_Jackson_as_Voldemort.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558179099099217/718f3c99-435d-4bf0-a237-da75c6bcda42_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988558179019407370/6d779859-34d5-4455-bfbc-feccf8796f34_StevenMertens_boom_box_radio_fantasy_fabulous_eccentric_design_unique__one_of_a_kind__museum_piece__tuner_hundreds.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988558143946637383/b7b2bdfc-96f7-4a3e-95b7-951c16df02dc_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988558109981171722/35ed8693-71b0-4b55-ac71-0beafa820e92_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988558046215159889/f62da37a-7972-4863-aa31-156fac3099f6_Pancakes007_Bernie_sanders_as_gandalf.png\n", "[{'id': '988558028271927297', 'type': 19, 'content': 'It does now!', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T21:36:40.460000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988526432936407101'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988557991127171103/1270c02c-14a8-44a3-813c-0d7ad4fabe49_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988557829109588068/5f8635b3-f27e-4c7c-9a4a-77eff8b41b54_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988557784947785898/f2cf6e34-48de-4ac5-b0bd-6ab31d7960f4_Super_Lofi_World_rainbow_volcano_eruption_artstation.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988557607549665290/f0acfcd4-41ed-46dc-9535-757a1c0f8adf_Radiobishop_a_forest_fire_with_smoke_that_turns_into_a_skull.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988557474971926589/d479fc54-e68e-4da5-b817-2a2c4ca8630b_PIYA_heavy_motorcycle_cbr650r_cinema4D_Domineering_speed_streamlined_appearance_technology_engine_turboch.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988557368885391370/6cbb8abd-a104-4bcf-a4ab-52459f6a34be_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988557336480198706/7648caeb-c208-497f-9278-72739e1bbc2c_Super_Lofi_World_rainbow_volcano_eruption_artstation.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988557227126321182/0981da4c-932d-4f37-8207-f6f2ca94e5b1_Pancakes007_joe_Biden_as_a_cyborg.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988557104166109214/e5969e86-6d14-48c6-b119-515f9e898e3a_arlen_tektolnes_wacky_waving_inflatable_tube_man_monster.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988557034389643344/cd5dd650-6b91-4ce0-8356-cc48a6c157f4_PIYA_heavy_motorcycle_cbr650r_4k_Domineering_speed_streamlined_appearance_technology_engine_turbocharged_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988556876708991006/61f7167e-01ef-4787-8bcd-8168ae1fb475_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556876293754982/84a2adb6-1c9a-425a-b5cf-df5d233743b0_Radiobishop_massive_wildfire_forest_fire_dark_smoke_smoke_with_skull_shape.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988556791136800888/a47b4dfe-e77d-4898-8ede-6d6a52fde39b_StevenMertens_boom_box_radio_fantasy_fabulous_eccentric_design_unique__one_of_a_kind__museum_piece__tuner_hundreds.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556778545508382/8cc4220c-e16a-4d59-8970-e98265c7eacb_Super_Lofi_World_Nancy_pelosi_as_a_toilet.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556556536778832/f1cc5a5a-90e9-49a9-961e-70e762de0f72_Super_Lofi_World_Donald_trump_as_the_kool_aid_man.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556476710793306/78820e58-649d-4d0e-b328-f1eb4710a493_Pancakes007_joe_Biden_as_a_cyborg.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988556443789717604/bcc8cc69-9e18-4230-8684-1c314d761342_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988556398109532271/95c644d9-cc4d-4143-b96a-947a856d47dd_PIYA_heavy_motorcycle_CBR1000RR_4k_Domineering_speed_streamlined_appearance_technology_engine_turbocharge.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556361522622464/283919ec-ed04-4c72-936a-1125a0d21669_Radiobishop_A_dream_of_hungarian_lanterns.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988556201698680862/e1d39d63-2f28-446d-ab40-b320386bb8fc_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988556152906321961/72c47b35-b17b-41c7-97e4-553e465b22f1_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988556020651548672/98a39a49-0dbb-4566-9edd-02578312f84c_Pancakes007_joe_Biden_as_a_cyborg.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988556015983280128/1379823f-d464-4086-b2e3-b3019b37e8ed_StevenMertens_boom_box_radio_fantasy_fabulous_eccentric_design_unique__one_of_a_kind__museum_piece__tuner_hundreds.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988555982625980436/3ee666bc-ac49-43f8-a871-1984cb633081_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555894046474310/760d02dc-5d84-4b5c-a410-f2a9c634524f_Super_Lofi_World_Donald_trump_in_the_body_of_kool_aid_man.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555782301827133/691875a6-420d-487e-b3f9-f7e6bbb170fc_Super_Lofi_World_cyborg_with_the_face_of_Donald_trump.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988555770700386334/c7db53fd-f4de-4ef0-b721-032426a965d3_PIYA_cb1000r_4k_Domineering_speed_wings_streamlined_appearance_technology_engine_turbocharged_advanced_se.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555483717730385/d4fbdb7e-1f05-4c76-b511-1482ae2f3163_Radiobishop_Hay_un_fragmento_de_la_manana_en_el_museo_de_la_escarcha.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555325802176582/8736545e-abc0-400d-b2b0-359c341bab1a_Super_Lofi_World_Donald_trump_in_the_body_of_kool_aid_man.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555309389852764/7107a9a0-b274-441e-baec-e1dc582cdff1_Super_Lofi_World_cyborg_with_the_face_of_Donald_trump.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988555236903903392/f5e8b726-c27e-441a-93f4-70bb35b68ac3_Radiobishop_massive_forest_fire_skull_made_of_dark_smoke.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988555211691946034/d2d3cf2b-7308-43ef-aef3-2725d38732b8_PIYA_heavy_motorcycle_4k_Domineering_speed_wings_streamlined_appearance_technology_engine_turbocharged_ad.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988555004728188938/3bca12fb-da92-44cd-a704-ff60e296e952_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554875526840410/932161b1-ea34-4170-b852-bd934fd3bf01_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988554800192962580/0b9df0a0-b6c0-43ae-be1e-aebb40df7270_Radiobishop_a_forest_fire_with_smoke_that_turns_into_a_skull.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988554724485759056/81c40486-16a8-4f0e-a355-5288f0e6168b_PIYA_heavy_motorcycle_4k_muscle_Science_and_technology_Domineering_speed_wings_streamlined_appearance_tec.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554722027896883/aad7b2fe-4f3d-4222-8c8b-fca1e11e4a70_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988554631267352726/4f499c91-3177-4b3e-9cef-6190d0df5bca_Super_Lofi_World_cyborg_with_the_face_of_Donald_trump.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554607305293854/6b621ed4-24f0-4c98-9d39-c3456713e48d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988554506105143326/353135c1-2af3-459b-8216-4024fa789c1e_Mark_vector_forest_sunset_forest_nature_sky_atmosphere_darkness_HD_wallpaper.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988554483275563068/d1fb54bc-07ea-449b-b5a9-38bf7306e28c_StevenMertens_boom_box_radio_fantasy_fabulous_eccentric_design_unique__one_of_a_kind__museum_piece__tuner_hundreds.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554472810745866/edb3b145-c09e-43b7-9091-6b0d3757b660_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554348852293712/62f43ca7-3008-478b-bada-50bccb1f3e71_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554314463207444/6af7aa86-1bb5-4ede-9462-6a48e6bf42ca_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554196905234513/553df42a-6381-4389-8521-ea20c12d5269_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988554103355506718/6f689fcf-c365-41d3-81b6-30529f3f89d1_Radiobishop_A_dream_of_hungarian_lanterns.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988554084837650533/8b66ea78-08f3-4360-97b6-2d75cd1f014d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553914490167296/bf827f4f-ab56-4c3d-834a-c0450f216ec9_Radiobishop_el_desvan_donde_juegan_los_ninos_sonando_viejas_luces_de_Hungria_por_los_rumores_de_la_tarde_tibia_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988553766477369374/f25a22a4-bf11-43d9-8767-e9857136dd7a_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553646671278080/96e60175-ea1b-43dd-acf2-db3fb094164d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553621077630976/ccb08a40-4134-4702-aa42-0ab175710382_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553543822749706/2145a76f-087f-45b7-9163-75bfe3ecf388_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988553541926924378/ebb04eda-497a-40be-a820-5c6e0143a51f_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553533420896367/03146e16-8bc4-4af2-8f23-8d7ebec79984_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988553521009930311/7881f0f7-0504-49a7-b48a-a5ba25df5ce6_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553503242846278/ae51c667-580c-43b0-ac05-1386145f001d_Super_Lofi_World_in_the_style_of_yoshis_island.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553487681990656/b5b41106-ca74-408a-899b-e21da8a35871_Radiobishop_Hay_un_fragmento_de_la_manana_en_el_museo_de_la_escarcha.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988553451308982343/5286c887-3c46-4b8d-8bde-90c7bd1453b9_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_faders_greebles_controls_tightly_detailed_i.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553410531967036/ed287247-bac0-40cc-9f5c-0c0cab1a040f_Super_Lofi_World_in_the_style_of_yoshis_island.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988553280193970216/e8c25343-14f7-4ebd-916e-d527b574cf9e_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553246480146492/db2f0c1b-ec5e-4f0a-a4e1-5195957577ad_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988553179404828712/356dbbba-0392-436c-8ad5-04e6ff8c92fc_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553159020539935/a7b4d5cb-0485-4dde-9807-a67163659d1b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553156810145813/c1d5da84-b163-482c-a538-c7ea23cd7850_Radiobishop_En_Viena_hay_diez_muchachas_un_hombro_donde_solloza_la_muerte_y_un_bosque_de_palomas_disecadas..png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988553118222516224/31d84a29-cc60-443d-b9a7-949c88d0c364_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988553112572796988/324dc12a-e5f8-4173-9b2c-bf1d64f88062_Super_Lofi_World_in_the_style_of_yoshis_island.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988553069954494474/e4dfda68-a67a-48da-8ca7-786da59007da_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988552937603219548/669b518e-4679-4967-8e24-9933c10a1512_wei517_a_sad_portrait_photo_by_Zhong_Lin__studio_lighting_flower.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988552886113931324/c1de72b4-754a-4846-a7d2-d62305af0746_Radiobishop_la_cueva_misteriosa_del_monstruo_de_los_ojos_rojos_niebla_luz_tenebrosa_horror.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988552884314570762/68cfb31d-34cc-4aae-8578-d6945ace3e31_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552819571318834/013fccf9-81cd-4ef0-9284-4984c53caa58_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988552743922831370/90263cee-6f87-4ea2-96c4-28dcaaf46902_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552735970435152/9be4e996-cc2b-4d20-9d6f-87e3654711a0_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552714143293450/f151dc51-a381-48db-8e77-da351fd981c2_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552706606104576/2809246a-e8fd-4519-af7f-75d68b45b65f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988552701673615370/726690ec-6c79-493b-8c91-47ed1d49f919_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988552682723766272/75d8f05b-50ce-4787-903e-441726555b52_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988552677673828443/05ed95b3-054f-411a-8978-2ab0987265b9_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988552638331248650/f3b67e35-f9df-481f-895a-9d1715684f16_Super_Lofi_World_a_watermelon_samurai_artstation_contrast_detailed.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552600397959278/db893ca6-7eb8-4f5d-828f-8deac9c3b3f3_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988552599621992458/29631742-1a1c-49ed-a09e-ec80464e5301_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552595691958292/34b64772-f2cb-48c7-9632-db1eb4047d4e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988552540352286792/789334d8-c69c-4082-b678-8935ea96bd2e_MictorVartin_an_avant-garde_experimental_oil_painting_of_a_door_that_leads_to_an_intergalactic_room_of_mystery_an.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552484698083398/aacc9eb7-c5f3-4126-a89d-8e5ab10db7e2_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552335078875176/fe326bf1-f1d6-41be-a6c0-e048e7a4af8c_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988552285934206986/24ae8fd6-9bb2-48de-a1ef-1d2a874f15b7_wei517_flying_witches_by_Goya__epic__medieval__night__camp_fire__mysterious.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988552270956363906/9d355214-5d3e-4a3c-ac8b-beb70117a7aa_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988552268766916628/32e3ea9c-3fbf-485b-8e40-4d403622c24b_Super_Lofi_World_a_samurai_made_out_of_watermelon_in_the_style_of_samurai_champloo.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552229105598505/40875c99-9eeb-43b8-8a73-e491daffdee4_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988552182355882014/f4831e53-d23b-4984-9854-3b5ac2010ed1_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988552087958863912/2cd9aaff-ae4e-461d-b6ae-89c89494387a_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988552081327677451/109638e3-2c39-4bde-9e7d-66181e06044a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988552053188075520/d7868f1c-45f9-49ab-b354-91e9b79f403a_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988551986167296050/87b8e6a5-2f2e-4fbe-9c11-f4c13c048cfd_arlen_tektolnes_wacky_waving_inflatable_tube_man_monster.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551971877318686/cf703689-08e0-40ac-b608-d4bd265b0f9b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551969230704722/ba536964-b6ed-46c7-8ecc-d62412733bc7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988551967896915968/69fd6035-22fb-4d5a-bb86-4ad6ad28187f_MictorVartin_an_avant-garde_experimental_oil_painting_of_a_door_that_leads_to_an_intergalactic_room_of_mystery_an.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988551965086720070/4572a367-e512-4de0-aef4-7c1fc8ec091a_Radiobishop_Fantasmagoria.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988551925022752808/d76b555a-7d66-43ea-aeed-a196825d0313_PIYA_Science_and_technology.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551908769824809/d3590da2-66d1-4c6f-94ab-a01d347e4975_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988551858329100409/3f5854c3-4fcd-4270-8683-8f8f7c94aefb_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551858282979338/e8af767d-b78a-434d-8a1d-16aea2ef1dda_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551853388210216/7a2de01e-720a-40ff-9945-ca82e35704e9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551797784334386/2c4de698-7399-42b2-9b4b-4046c0489d05_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988551783083294750/0e6e82ed-ed7a-4764-8019-aa822545e434_arlen_tektolnes_wacky_waving_inflatable_tube_man_evil_apocalypse.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988551763223257118/eff17a4a-8096-4934-b416-f8e8edd835ff_Radiobishop_Se_va_a_haber_un_follon_que_no_sabe_donde_se_ha_metido.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988551763126796338/0e46994d-6641-47cb-b2bc-630a3bde295d_wei517_young_little_boy__soft_light__face_to_camera__warm_light_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551744806076496/3cfab6ac-db2d-443f-9f47-eb20339672d9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551739131199508/aed353d4-bf59-414d-ab0b-63f9dab7f904_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551682684239943/07922df1-4b90-4054-b790-6c7ea250092a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988551681128153198/af3f53da-2259-4c49-9299-0c692225b6ff_Super_Lofi_World_a_watermelon_samurai_artstation_contrast_detailed.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988551643689795674/27cdaa70-85bd-40c5-828b-ead834a4308c_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988551606398246922/bd7e9e3f-2d71-4ea4-b0d6-4050bc2bb2e8_Mark_vector_forest_sunset_forest_nature_sky_atmosphere_darkness_HD_wallpaper.png\n", "https://cdn.discordapp.com/attachments/988195051542831194/988551575200989194/8045a110-dbf7-4bc2-ab9a-302c257c7ebe_PIYA_Sense_of_the_future.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551369030008912/4012d617-5cb5-4362-a1eb-0bdb97cacf46_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551347345457232/6291ebf6-7fe6-4690-a31f-46d5bec91a5d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988551324054478949/6c36a2fb-1ec4-4412-b5d2-6dc62d7824b7_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551318337626122/cb9a0512-109a-4f7a-b137-1ced806ce85e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551311752577114/93085649-cf06-4d82-bb2e-f516d2cf1f49_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551257654440066/039d12d7-c04d-46b0-ae0b-23ac7c8ad73e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988551240902385714/c5b1c6b5-20d2-4adb-b1c5-1d92a9773129_proxima_centauri_b_portrait_of_a_luna-moth_goddess_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551199391383612/b7f23da3-d5f4-44ff-bc49-a744176eb21d_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988551169871855736/310a2f91-6303-48e7-aee8-adb2f4aed99c_wei517_a_cute_Asian_little_boy__realistic_oil_paint__anime_soft_light_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551142189432862/ca50f5f2-42d1-47b9-bb18-43966a9d786f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988551043505852446/721af1b1-f177-45bb-8b7a-5a7e5c0de6bb_proxima_centauri_b_portrait_of_a_luna-moth_goddess_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988551029375258674/13e7f2ef-1f20-4f27-9293-9bbe8709d359_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988550975386177546/8d2e26af-47e2-4f29-99d8-38ce434d2ff8_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550962698420314/bc4757e4-019e-4cf4-b378-56f1ec8ac97e_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550918222000158/5e39bdb0-7e44-444c-aa02-d1b0f3fea880_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988550915315347467/0a7c1a59-e16b-4aeb-a350-11d6b4adbef2_Radiobishop_la_cueva_misteriosa_del_monstruo_de_los_ojos_rojos_niebla_luz_tenebrosa_horror.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988550879919628338/a402d00b-af67-4485-8e7a-b6214e9e2e4f_proxima_centauri_b_portrait_of_a_luna-moth_goddess_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988550872210489374/1f87dca9-71ba-476e-9ca3-5c4042ae42a7_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988550861921869844/01e2749c-bed0-4ee3-aa43-cf0d5638a135_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550844834267156/25178961-95e4-435a-863c-60078a4c02c9_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550774558711859/b7a6c0e4-2a90-4250-98ca-4c2c13ae839a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988550756623863818/10e1ea32-2dac-45ae-83f7-d7e7b75de77d_proxima_centauri_b_portrait_of_a_luna-moth_goddess_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550728626896937/c03d9bb4-46c0-4aa9-bea4-160833396b5a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550605465350244/6265959e-8c26-48c1-80da-208c8262bdb1_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550505124999208/0077716e-b958-47f2-ba74-1128784eef4f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988550483524337744/f7a5a742-9dc8-49c5-8ba3-6ac35e4ed0d0_Radiobishop_Cave_with_EVIL_monsters_lots_of_bats_and_Rothgo_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550356977995806/19e26633-3ee9-468e-9802-06b067dea1cf_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550305375469588/58c1aa92-938a-4f72-8cec-690e6848746a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988550283762233364/b934cbdf-acbb-4b94-bcdf-996ac4b0a461_proxima_centauri_b_portrait_of_death_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550245686329394/48e766f9-9e04-4517-99ba-7cb366ccd99a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988550204934467675/bf94b25f-ddf3-4da6-b6f3-2b3adf88e46b_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550192565469304/ff52a2a0-be69-4c51-a1bf-89f34e281c80_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988550187028975637/4ce72f57-6f4f-48ca-8509-ab9099823029_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988550179898667088/fe7fb841-977d-41f2-a22d-1d53a5078718_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550080950857778/eaf68578-f7e0-454d-817b-9ca88e5225bb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988550060021256232/19fa9c49-eaa0-4888-b29c-c0c69ec4f77a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988550001242308648/0a33b68e-2cd5-448b-9fbf-fa0bdc0b1ad7_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549968023416952/7f4416c5-2570-4c34-bce9-ac3b99c30cbc_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549947441971210/144dbc92-3c45-4cc2-aff6-f91bb140ea4e_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988549947341279294/0e801fe7-fc0e-4b23-bac7-44468dd6c241_SteveTheNinja_artwork_by_Wadim_Kashin.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549943893561406/d427ac3f-6605-4f36-8927-ad150d3ca913_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988549909282168832/92965358-4968-4b11-bbaa-ec4ec03513c8_proxima_centauri_b_portrait_of_death_by_james_jean_and_rebecca_guay.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988549905842835486/490d97a5-c949-4c32-a442-2fc7e79e0363_SteveTheNinja_artwork_by_Stephan_Martiniere.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549877581631518/dcc1def5-e39a-4116-be29-706f5a765174_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549855712542730/86c4ef31-381d-4e9b-acb7-71d96b99e542_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549841225416704/f29b055b-d246-40a2-8b76-11ce777ad45f_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988549833860210798/dcef1cc4-adde-4965-ac3d-8159c796972e_SteveTheNinja_artwork_by_Bayard_Wu.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549831117115452/c5424669-98c5-4ef5-8183-41037185a752_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988549767925739551/72c78f21-4436-4fbb-9919-d302d0aea273_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988549753916780674/fa7e25af-bad7-49a8-915e-f9c1a92fde8f_Erkan_Cerit_None.png\n", "[{'id': '988549744806727712', 'type': 0, 'content': '/imaging wacky waving inflatable tube man monster', 'channel_id': '980292519277514882', 'author': {'id': '109400117135581184', 'username': 'arlen_tektolnes', 'avatar': 'fa302c6555ffa2e6116fbea267e6ce05', 'avatar_decoration': None, 'discriminator': '6045', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T21:03:45.528000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986349116827258910/988549674766057602/97d66917-895c-4815-91e1-db5356d19571_intecsys_tv_set_of_the_future.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988549633661882368/08341901-c9f4-45a3-acba-43b68dadd27d_arlen_tektolnes_wacky_waving_inflatable_tube_man.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549615550861424/1eee3b00-7774-46d6-b4b6-5c4b32cc7ec3_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549610899394650/dc0f1b3c-3451-423f-8bed-6427b47c3684_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549579211419699/82dfd09a-3f8f-43a2-8d94-021ebb8d119d_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549552980262932/99d61156-6aae-46a9-8fe6-ed581733aba7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549534059749386/1e21abc0-4135-49ea-ac81-3c9086f395cb_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/971291261426348114/988549427046285332/f66e7121-c5f6-4dbe-8784-37563ce52e28_Fauno15_north_cascades_national_park_liberty_bell_mountain_on_a_sunny_day_by_national_geographic.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988549408318705714/e3bf7ec0-d653-48db-afeb-b4a9384cda4d_Radiobishop_Cave_with_EVIL_monsters_lots_of_bats_and_Rothgo_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988549332707987586/b0ea21ac-7b9e-45a0-b9d4-18a6d85e185b_intecsys_tv_set_of_the_future.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988549315695870062/1b3a3240-ee08-402f-8753-8d419ed60589_arlen_tektolnes_wacky_waving_inflatable_tube_man.png\n", "https://cdn.discordapp.com/attachments/971291261426348114/988549296922193980/c090b73f-00af-4c00-9cb2-c18797b156bb_Fauno15_north_cascades_national_park_liberty_bell_mountain_on_a_sunny_day_by_national_geographic.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988549288193843331/a441b060-450c-4173-829e-548a73449205_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988549258221334568/2aa77268-3634-4197-89bf-0b64bacacf58_wei517_RITALIN.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988549139073732618/ca5687ed-1792-46f5-bacc-4710803aa653_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_faders_greebles_controls_tightly_detailed_i.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988549086095474808/1c875b77-92c0-4289-a120-c7ce8ec732fb_DataLorean_a_cyberpunk_noir_scene_by_Wojciech_Siudmak_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988549019863244800/d8d90cb7-7e08-4c93-a8a4-3adb96517731_Mark_vector_forest_sunset_forest_nature_sky_atmosphere_darkness_HD_wallpaper.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988548973591658546/67e6d613-a754-4363-89d0-87ab9345b59e_Radiobishop_Cave_with_EVIL_monsters_lots_of_bats_and_Rothgo_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988548968483028992/746d173b-e6d5-4669-b555-8a5622aa8480_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988548941924679700/839c397f-8794-43cc-9b6c-6eab7714d59a_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/971291261426348114/988548932860780544/5e91219e-177f-4d72-a56c-3488a6b39ef9_Fauno15_north_cascades_national_park_nature_photography_by_national_geographic.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988548884999589988/8652a6e9-19f0-411a-bc64-d4d938e5c304_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988548851122208828/68707f0f-c96a-46aa-a52c-e5f68fed5feb_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_faders_greebles_controls_tightly_detailed_i.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988548783858143272/552c32c5-bd70-4e74-8f21-800b159b8ba6_DataLorean_Third_eye_voidscape_by_Wojciech_Siudmak.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988548701226147870/7142681d-633a-4173-86b4-4c3c85bde210_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988548687506591824/5df8c5b1-e21b-4a9c-a119-3b565f6a114e_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988548240326688778/2a57c1b5-86c4-4194-ab43-a33de97b51c7_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988548227127205929/477beb13-2173-4563-8b8f-fdc27a93bb41_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988548102627667978/8098c83e-a8d9-4346-b896-982bc710c401_Radiobishop_Cave_with_EVIL_monsters_bats_skeletons_Jaume_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988548034688348231/401dc23a-f1ae-48e9-8340-6263d36b223f_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_faders_greebles_controls_tightly_detailed_i.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988547707960430662/a200868c-55cf-418b-b33b-20274efd9d9c_intecsys_tv_set_of_the_future.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988547493656666142/479367d7-72f3-46ed-b834-22bd84485497_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988547465588408360/cef4a14c-b20a-403b-a111-9ecdf3be8455_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988547354560987166/4296e8ce-f06e-4ffa-934d-ce9bd7c94a5b_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_faders_greebles_controls_tightly_detailed_i.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988547238735274014/6df01296-4345-4c4d-a8da-ee22049852fd_Radiobishop_Cave_with_EVIL_monsters_lots_of_bats_and_Rothgo_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988547233421078528/cee8be77-3553-4316-b865-585aa2a37069_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988547176688914463/94078273-8a79-4a93-820e-bb4482b8f383_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988547077325881405/4d30e052-b2b0-465e-97fe-225f6a66d589_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988547063052652584/3040a5a4-e084-48b0-927a-6e0d562b3016_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988546832022003742/02ff467a-70c4-4481-a22d-42b1ee43579b_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988546663486480434/53940163-07eb-4310-a5f5-507608173261_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988546634210246726/05288421-ca89-4407-a2ac-60906f5fe348_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988546425489092669/6e2d9305-fb0e-425f-b68e-3642ac1e08bc_ameades_liquid_wooden_chainmail_ferrofluid.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988546346212544592/7ba93476-86f8-4510-8756-31672ec7a79e_arlen_tektolnes_knight_of_the_dark_sun_8k_concept_art.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988546105279139921/67860a13-6d40-4d92-b079-cbf04950b9a5_StevenMertens__clouds_overhead__thumb-twiddling__chibi_anime_boy_1997__subdued_palette__dimv.png\n", "[{'id': '988546080838934528', 'type': 0, 'content': 'Cave with EVIL monsters, bats, skeletons, Jaume, mysterious light, godrays, --w 512', 'channel_id': '950565191299502091', 'author': {'id': '442987844584210434', 'username': 'Radiobishop', 'avatar': '448f33f1b473ed01be84bac81fda26fe', 'avatar_decoration': None, 'discriminator': '1146', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T20:49:11.970000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/950565191299502091/988545825854607410/fcca4c1a-aa3a-42bb-b9c8-8745418d083e_Radiobishop_Cave_with_EVIL_monsters_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988545667863576688/3f77e9e9-40fc-4f98-868a-e126ca1adbda_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988545142803824751/7d570973-5db4-487f-ba1d-73dabb8971c0_arlen_tektolnes_knight_of_the_dark_sun_8k_concept_art.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988545037132501072/9cb70e69-aaff-4de9-bc36-f2078bcee92c_Radiobishop_Cave_with_EVIL_monsters_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988544988180795452/b50c8832-bec8-4ea8-8d60-3811f18fa239_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_deck_oscilloscope_.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988544866646646784/d57b9acf-32de-4a95-94ba-a80a81ce8d7c_arlen_tektolnes_knight_of_the_dark_sun_8k_concept_art.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988544535653138432/5fb74afd-7ee5-4caa-9397-b81e7ab24066_arlen_tektolnes_nurgle_knight_heroic_8k_clean_shiny_plate_mail.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988544521786769448/9c73dd44-ed66-4307-9764-685c387f05ba_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988544122019274842/015a18a5-41c7-4b92-97a5-dc4b650a340f_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988544031002857472/db8da667-5263-463e-aa29-184101acfdd7_ameades_high_end_gaming_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988543777822085192/3763aa8e-87d7-4a7b-8fef-281d7b0c981f_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988543421562097695/a0b1eac8-981c-4c3e-92de-ed831624ead9_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988543412229795861/ef788ed3-ce68-4897-8d04-deae8abd5d27_Radiobishop_Cave_with_monsters_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988543273159249950/c7f34662-d6dc-4403-9fe1-247bfbc6c143_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988543263961129040/c24a14fb-2027-410e-82aa-b7c30d42e5eb_Radiobishop_Cave_with_monsters_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988543225365168148/91609b58-5414-488a-9786-ca9c0d60b7a8_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_deck_oscilloscope_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988542845910671400/07cec93f-687c-4767-82c9-7af098ebbc3b_StevenMertens_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_deck_oscilloscope_.png\n", "[{'id': '988542665178091540', 'type': 0, 'content': 'dghjk', 'channel_id': '980292519277514882', 'author': {'id': '109400117135581184', 'username': 'arlen_tektolnes', 'avatar': 'fa302c6555ffa2e6116fbea267e6ce05', 'avatar_decoration': None, 'discriminator': '6045', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T20:35:37.613000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/950565191299502091/988542546269601853/7cea88ff-de30-42b4-80e8-fecc9b067442_Radiobishop_Cave_with_monsters_mysterious_light_godrays.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988542091946782750/c58e2424-1f4d-44a9-ba98-8929fbe83144_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988542069117190195/da135a84-4263-4e6d-a0ac-01de0e121e96_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988541000026820739/783f469d-04db-45c0-a76a-403d044b4db8_sapadog_a_lone_outpost_of_ancient_nordic_building_made_of_wood_and_stones_high_towers_line_the_roof_located_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988540916115591198/b504209c-330b-4707-8142-9a7e18501bbf_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988540757721886830/197b7575-0fc9-4346-a032-98b6c827f821_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988540413319188510/443c4996-30fa-4dee-b156-0acfdd4759b8_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988540353743294505/27d3a3a6-9925-4260-ac0f-f0ea9e514f2d_sapadog_Graham_Nash_super_realistic_watercolor_4k_post-processing_highly_detailed_Nicolas_Poussin.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988540058023899176/f103635e-dd10-41ab-8ec8-aa01ebf5db50_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988540034728734720/eed538c5-6b10-4169-b6e1-83e33eb2f181_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988540025224433734/171f699a-8b6d-4a74-88e3-db934f4efd92_sapadog_Steve_Morse_Daryl_Hannah_Neil_Young_David_Crosby_Graham_Nash_Stephen_Stills_Janis_Joplin_super_reali.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988539956014219294/a3b0aa32-2611-4083-963a-e0ce6203a147_arlen_tektolnes_knight_of_the_dark_sun_8k_concept_art.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988539678284210197/6d12b01c-6a27-4b58-8a18-4b6fd6379edb_sapadog_Steve_Morse_Daryl_Hannah_Neil_Young_David_Crosby_Graham_Nash_Stephen_Stills_Janis_Joplin_super_reali.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988539606435778560/00105f32-d69f-4cf3-9481-5cf95ecf9d73_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988539581009887353/baef1a19-33ba-459e-85ee-6084c8e737ec_wei517_I_cant_sleep_at_all.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988539488584216576/1f8b1cbf-d87a-41de-8ce9-e597f10ea383_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988539484415070238/9f4de458-cee3-45c3-9c31-23556a207b39_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988539383269457930/d0903235-b11e-467f-aa25-c1c29f5a9dac_sapadog_Steve_Morse_Daryl_Hannah_Neil_Young_David_Crosby_Graham_Nash_Stephen_Stills_Janis_Joplin_super_reali.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988539374851481650/84b3ca3b-f1da-4a5f-881e-85beb3abbe5f_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988539307881005117/e6b7a5a7-ad42-428d-9c43-c39d55e70902_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988539238075215892/75452b1c-7eb4-42f3-a5b1-48b6f60ba39a_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988539207859441664/3c97eeab-633a-45ba-9a12-927452721749_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988538934151766106/ca6039aa-5c5d-4c06-868b-36aad6cbad4b_StevenMertens_Bill_Sienkiewicz_couple_of_punks_boom_box_hyper_realistic_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988538909006909440/46f4a3ff-734b-4aaa-a941-8bc72bff7419_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988538887217483786/a1493d86-2c46-43dd-bea5-ba134a4e775a_arlen_tektolnes_nurgle_knight_heroic_8k_clean_shiny_plate_mail.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988538804317073438/0a276026-1b79-401a-b5dc-1bf546623813_StevenMertens_Bill_Sienkiewicz_couple_of_punks_boom_box_hyper_realistic_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988538737069797426/a3bcf951-c0b2-4fca-9640-bc72a841d482_StevenMertens_Bill_Sienkiewicz_boom_box_radio_tuner_hundreds_of_knobs_controls_speakers_graphic_eq_cassette_tape_d.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988538737040429097/27c578a6-6e20-43db-b99e-9863df0a22e1_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988538682514489374/1e6e2671-d095-4177-a10c-dd887b869bba_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988538670439088158/e18fa033-2ace-4ac8-8360-38f7faae51f9_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988538664936165456/bc0e2d7a-ca8a-4d4c-8aea-c91127760113_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988538326057373796/ca23f597-8cae-4b17-9c3c-c9e7cc0dfa51_StevenMertens_Ralph_Steadman_punks_hyper_realistic_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988538278720458752/d90f3497-1f19-4537-a564-fe631cd284b0_sapadog_Samantha_Fish_Elizabeth_Hurley_super_realistic_watercolor_4k_post-processing_highly_detailed_Nikolay.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988537900998230016/22176b41-90b5-488f-84db-b9c02de34f72_wei517_ayahuasca_experience.png\n", "[{'id': '988537797533114371', 'type': 0, 'content': 'sfhjghjkgjkh', 'channel_id': '980292519277514882', 'author': {'id': '109400117135581184', 'username': 'arlen_tektolnes', 'avatar': 'fa302c6555ffa2e6116fbea267e6ce05', 'avatar_decoration': None, 'discriminator': '6045', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T20:16:17.076000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988028621421686834/988537768114274406/31777b14-d022-49d4-9c1e-5b75831c78d4_StevenMertens_Bill_Sienkiewicz_couple_of_punks_boom_box_hyper_realistic_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988537731539955712/9d65c860-f401-4966-815b-45212234b806_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988537696165199902/24a4c878-e2c0-4746-a43e-c41dd41dbb37_sapadog_Samantha_Fish_Elizabeth_Hurley_super_realistic_watercolor_4k_post-processing_highly_detailed_Seb_McK.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988537685390012526/873bb582-ebd7-486c-8b56-f5780ed8646a_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988537679941607424/28599fff-c3ae-4e86-9aff-3ceb17b5580a_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988537642213863434/d5122acc-656f-475a-a2bb-150558363c3c_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988537637142954094/d254d7d7-666d-49d0-9eaf-cbf307d484f2_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988537413678805022/66fe8108-7600-459c-8718-53c4048173cc_ameades_high_end_gaming_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988537202558500864/e6df217e-f78d-4f72-b685-f941e571cf48_sapadog_Tunesmith_super_realistic_watercolor_4k_post-processing_highly_detailed_Seb_McKinnon_Nikolay_Ka.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988537152176537650/f0e96e14-a382-4969-8ad4-5a772e00b0c6_ameades_high_end_gaming_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988537098942435378/fa2a7beb-c25f-4bc4-b51b-f34752a0d02b_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988537058228310016/9e16af39-45eb-4b24-a440-8737936c5779_wei517_ayahuasca_experience.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988537040121520188/142a9d94-7470-4a63-9fce-3fc3f503e309_StevenMertens_Ralph_Steadman_punks_hyper_realistic_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988536972119253002/0ba89721-a15d-4253-9152-4776e228d654_ameades_high_end_gaming_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988536912845365409/04f149a1-08e9-47b4-b113-5eb7b2da708e_jesse10am_disconnected_astronauts_space_moody_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988536885209079828/4aa5ee5d-7ffa-4b55-bcb5-2f9876bdb3cb_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988536834193764393/e9e01690-ab41-4bfb-9df4-b480ea790425_dilzilla_white_fox_steampunk_portrait.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988536751381430302/dd0f70c9-fa8a-4749-a46e-b59a6ab58f58_ameades_high_end_gaming_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988536683521802280/f5215fb2-a949-4a58-9354-09e61c3831fa_wei517_world_from_DMT_vision__LSD__abstract_chaotic_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988536626219196416/1419466b-be8f-4350-8271-8e6df8b81c74_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988536616710725732/5c2df77a-1b4d-4f59-9e30-b5cee5c70f00_sapadog_Tunesmith_pencil_super_realistic_watercolor_hyperpencil_4k_post-processing_highly_detailed_Seb_McKin.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988536486804729967/7a1f1658-52bf-4498-9ddb-e3edc2cec8a8_ameades_industrial_sewing_machine.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988536419079315507/dc1f6f3d-5fb2-44fc-9a95-84ee0972e52a_dilzilla_white_fox_steampunk_portrait.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988536262837284904/48965905-1eb6-4af6-a9ba-c95070734bc3_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Ginger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988536237440786432/f201db36-b431-43d7-ba6c-3a192b706988_sapadog_TunesmithSeb_McKinnonNikolay_Ka_pencil_super_realistic_watercolor_hyperpencil_4k_post-processing_hig.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988536216527990804/0176785a-82a1-4b05-ae3c-0fd4c67235ca_dilzilla_white_fox_steampunk_portrait.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988536183535566848/7474c747-524d-41e0-ad25-5e2a8d6bc942_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988536149649805342/7841ae6c-9c47-47ed-b587-c0708930dc44_DataLorean_a_cyberpunk_noir_scene_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988536024529522688/138e545b-3e5f-4383-8b3a-f32f503f4b96_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988536015574679562/84dd1fd9-2ab8-4aee-99ef-ca945a549c10_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535886943760384/b702caed-1e20-4603-b7bb-43d82620094d_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988535855767486584/c510ee11-e7e5-4542-8705-d1ad4ab0d58c_dilzilla_white_fox_steampunk_portrait.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988535823928549456/4851b252-09ff-4b5d-9af4-ba3f295da1e9_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988535807432331404/28d9fda5-5b74-438d-a300-2e9fc8a20932_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988535771441012828/cd9b0d1c-4091-495b-99e5-bdb2aa7d85aa_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988535699693252628/102eb1e0-3fbb-4787-abf5-aea28cc664e5_sapadog_Tunesmith_by_Mark_Rothko.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535673738895360/4ae42352-3007-485c-a2eb-2ecbbc483a21_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988535621733736599/0d151fdc-1e82-4b83-a156-78e434e697f8_dilzilla_white_fox_steampunk.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988535565051908136/9afe1d58-feed-4d8c-ae2e-a82b67ff2a4f_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988535543082151956/972f26f0-b067-49f4-b500-909860f02686_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988535457992310804/01312dcc-c2dc-4091-a93b-ed0973be509a_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535433480781894/eb65e038-f14b-4cae-aa75-bbe8d53c4421_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535431471726612/89013f9f-eeb7-4d5b-984f-f06f0aa99fd8_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535428946727022/ee0f2003-d7bd-4b58-b363-2501a1c71853_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988535372130697226/2e1a8178-283c-4ef1-b082-4c38571def93_sapadog_Tunesmith_by_Mark_Rothko.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988535209941147668/6589e655-348e-4184-ad02-2c920e5b86cc_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988535161157197864/f23c01cc-5a79-476c-b211-441f242cb6f0_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535048749862982/f73a770a-8f26-41f0-b8df-85cc13b776cb_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988535031968444426/8c5e01cf-44e3-4eb3-97fe-d184f038021e_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988534984912535572/5fe18df5-7254-4c29-8169-d69ba21d8bd6_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988534856101273712/4b461ff1-04dd-45eb-8239-b81133366fad_sapadog_under_the_dreaming_tree_by_Mark_Rothko.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988534855065296926/91fca7cf-2480-4256-8dd3-fabd4c350832_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988534761859473489/94dc0f74-3a33-44b7-a86c-b53ba8217e72_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988534734982373446/7c59f0ec-1600-48e1-a899-9ed1cc7bd0a8_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988534613490151555/32f9b1a8-1b6f-4ff6-adf2-20091d078b10_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988534503175749692/cbfa8e7e-0445-4090-87ae-147f5bae1b51_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988534493193338931/e1715344-7199-48ed-9b22-89d298372c6f_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988534167400751234/7c9485a4-3045-43fc-b3e2-79b6d2492235_wei517_a_hyper_realistic_photograph_of_a_brain_soaked_in_a_glass_jar__3D_render_octane_render__detailed_50m.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988534053990961172/fe5f5f0e-fc40-4f56-9d3f-a38340707342_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988533914681356308/144ba1de-34a2-439f-bf2f-23a80fd71487_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988533907915964467/4672802a-1941-4f3b-abf6-313a7ec4f78d_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988533744656851024/65c9b8c4-cc26-4519-ac04-811b49992eff_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988533606240616468/ca4ce075-6175-4228-9722-77fed60004a0_wei517_a_medical_sketching_of_a_human_brain_in_a_jar__detailed_trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988533594941194250/42bfad3c-6be1-4d2e-b7a7-6dc53f83ccd6_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988533546522124298/009a6da6-c5f3-4749-9f9a-3a1e184896cd_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988533456608841798/9a3e0643-0536-4fbd-b2a7-6fe317a393e6_3rdGenMoon_ukiyo-e_shunga_style_a_dragon_a_fair_Japanese_maiden_embrace_tantric.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988533412858064927/6ff9b4bc-6db9-4472-945d-03ae8ddd3b81_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988533235170574396/f0923897-2a29-4414-8a6e-8757c419b331_ameades_industrial_sewing_machine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988533212206751804/7bb3530b-7ae4-4f2e-9b39-0aa36c5c49b0_ameades_high_end_gamer_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988533106891976794/a8c8d66c-f321-4e57-bc4c-24740b02b0b9_wei517_a_cyberpunk_style_spaceship_metal__reflection_universe_punk_style__redshift_render.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988533071487836221/410af79e-8e7a-4343-a79f-2bbed5068b93_ameades_industrial_sewing_machine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988532600190681148/50e313d2-9a27-4785-8be1-20cb72065052_wei517_a_black_hole_system__fantastic_epic_dramatic_photorealistic.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988532553193517056/8cf62583-fd63-40ac-995f-4487aba90933_ameades_high_end_gamer_computer_streamer.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988532357545984001/ac9a8149-3ad9-4012-bdc0-897e9a040c20_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988532244958294026/f415589c-2b89-4fcf-aa12-09cf4292fedf_ameades_industrial_sewing_machine.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988532215589785672/2f335f34-6ffd-4acc-ae49-c66473f28791_wei517_a_new_world_without_war_and_full_of_organic_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988532050782994483/6f963ec0-55a9-49d6-92c3-b86eb86e5ccb_ameades_gamer_dialysis_machine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988531897401507940/d5fef2cb-e82d-43be-ab3f-15477bf3e0d9_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988531795765108806/b79ed1f3-f653-4199-ac8f-542c0bd2d493_ameades_industrial_sewing_machine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988531705260417084/8a570ef5-c09a-40e5-ac0c-acae7c92d708_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988531693671567390/a49a56d3-0d0d-484b-bce1-5a424c778350_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988531693113704508/63b6ce43-0a38-4939-bcfd-1ac6d10de196_wei517_a_haunted_ghost_town__dark_light_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988531619587588176/a6799ba7-218a-47f0-8623-52611109c254_wei517_a_haunted_ghost_town__dark_light_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988531455170854993/b6e530ab-efc9-401c-8192-3adf4a79d1ff_jesse10am_mind_control_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988531305404825670/eb5aae3a-5f6d-42a5-8317-a11e34e790ea_wei517_a_haunted_ghost_town__dark_light_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988531226606456832/c447bf52-2aa9-4f12-ba3e-ee88ef0dd697_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530985907912744/260ad36d-4bf0-4249-9c50-8a3d7772cd0d_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988530881851437147/7b1b105c-6769-4ba5-afc0-fba007b7a1d7_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530683683168306/9d4e21c8-f55e-4121-8701-ba67a6737ac8_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530673298075648/906d649d-3ae8-49e1-948e-581b2d6197f6_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530666343911434/5b377147-d903-4f9a-b12c-c656be1a70bf_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988530634232328192/b4c33977-c2ca-4d7e-a80d-74bcdfa51706_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988530610807124028/71dd35f2-eb4a-497e-8dee-e01e3fa4230b_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988530607304900698/20267ae8-b6c7-40e5-b884-79ae226195d4_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530552472756264/f59d188e-55fd-40e2-b1d3-d87e30e7cb97_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988530551906508830/f6b5959d-412a-49fa-a4bc-85b501aefc53_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988530551466102845/e23cfa80-8aa8-445f-899b-755a15771fac_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988530364026871888/7188dafc-1e96-442b-adee-e44f27ceb23a_arlen_tektolnes_knight_of_the_dark_sun.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988530327792263238/d7a7f031-bd56-4fe1-abab-469bd715ed2d_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988530277070557286/1df13888-6c87-4781-80a3-886d1eacd556_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988530085843857418/43e1502e-c32d-4063-9257-04f564347796_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988530083075596348/a52e948a-68c0-4a53-b62f-4171e716429b_ameades_in_inner_workings_of_a_pocket_watch.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988530045280722954/35a3cfcf-ba35-4122-ad23-c8f0867723b1_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988530023243853854/e10fda93-605b-4da5-b09f-62b5955cc1d0_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988530013563404298/8eb8a220-e2d3-417f-a975-0c1e24b60093_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988529977156857916/36b8e45f-1d2b-4d41-8b70-3ed3a91277ca_wei517_a_cyberpunk_half_human_half_robot__full_body__future_sci-ficyberpunklarge_highly_detailed_highly_rea.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988529972132077598/966c1c78-fdc8-4197-bb38-016a1ed8e4a5_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988529959519784981/30ec92fe-a675-45d1-bdfc-eb189821a0d1_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988529952817315880/076356f4-7f1d-4567-893f-8700d9ab46b2_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988529854989352980/cae3a9e2-3d1e-4703-96e8-e77f9bfa8bcf_StevenMertens_punks_raygun_gothic_style_Polaroid_1977.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988529832105246840/bedb5364-92b1-4d4a-8d73-d48717a69e57_intecsys_high_detailed_absolute_symmetrical_photo_of_a_bulldog_face_cinematic_shallow_depth_of_field.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988529668053422180/3f8120fa-e9cc-4dc1-94d2-ea3335b36e7f_Erkan_Cerit_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_c.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988529664110755890/32ad61ac-a1df-40d2-a16d-8cfbc2f8210f_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529604526477462/b208e64e-aa18-4c11-9f7a-7c20edc83796_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529561727795230/fefd4b8c-b709-4fe4-868f-8fc839255b59_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988529439832952832/9d385a1f-23a7-4f8f-9d4f-d1814730517b_wei517_a_huge_sad_giant_standing_on_a_futuristic_city_future_sci-ficyberpunklarge_highly_detailed_highly_re.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529395549503548/14feb905-e86c-4f12-a821-44b96df52e48_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529307414564935/6617e6ab-19e5-4d1d-8bb8-5bb906b441bb_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988529102891913297/25f8111a-5595-4bb2-8374-60d68c69fbef_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529097821003777/b1a99f4b-4a56-41b4-bac9-283f83adcc54_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988529081492598834/7192179a-a597-4946-b0f2-e4b2dcfd2cf1_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988529070574813234/a9c4df5b-5d59-4f38-9399-f6f809d9cdcb_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988528861648142346/d1085b3f-1a7f-4260-bb42-77feccd4d256_wei517_epic_scenes_of_lava_touching_water__epic__lightning_dark_sky__HDR__4K__dynamic_light.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988528804827922432/13b20e09-c224-4063-8737-c76e833eb5c0_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988528792572133386/6cb7a49d-4945-4b02-9203-f2e7fc2391ed_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988528639601676328/0b752cc8-b560-4081-9934-e36cd15c1f45_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988528614180020314/2009cc84-8770-484b-abcf-bd4a3ec305cc_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988528611663429652/156a0ee4-1c9c-4239-8984-7024d35a69fd_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988528597318905977/41e4460d-3ad4-4e81-b678-76b34fa5856f_MictorVartin_an_avant-garde_experimental_oil_painting_of_silence_in_the_darkness_of_space_the_nothingness_overwhe.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988528542721646632/3c3c5d52-5921-4d47-ab4d-99e2ec700157_ameades_an_arrow_made_of_neurons_connecting_to_the_world_mind_hive.png\n", "https://cdn.discordapp.com/attachments/988527851034791996/988528486354411581/7f7ab3e1-6ae0-457e-92ae-db481dd65fed_janne_home2000_soul_mates.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988528483141574696/2dcc8209-f1ff-4cb2-b751-45678e8c377e_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988528356200951808/ce93cf6a-f6d1-4d9f-8daf-8710153551f4_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988528257743867944/c8e154e1-23d7-44ad-8c62-290edbeb19a5_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988528242623381564/ad9cb415-cc44-48ec-8f2d-59ce20d58daa_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988528195886252072/6451435e-e7ea-4562-a4e5-d191ff9e04af_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988528176449871882/988223ad-dffb-40f1-9efa-e7f7846e97af_wei517_beautiful_structure_of_web_shaped_organic_life_form_with_fractals_photorealistic__highly_detailed_4K.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988528052852105226/7aa5d656-aa59-4a3c-abf1-2edda225490e_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988528042735464468/daa01529-9255-467c-adaf-a936b1152ceb_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527985650962442/3590662f-30bd-4ca0-bf17-4f1721a8c4c2_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527954181095464/217c8f59-0dcf-4ccb-925f-8d20fa34d30e_proxima_centauri_b_line_drawing_of_an_island.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988527934677614612/a3a38241-6110-44f3-b7d0-c75391fed564_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527926175735818/cfea8912-468f-491f-9fa7-23cdf04791a7_proxima_centauri_b_line_drawing_of_an_island.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527911566983208/50bc6fae-01f1-4082-a3ab-bdbdac5933f0_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527899218960444/677eb685-225c-4a26-8c42-7cd08f3c602b_MictorVartin_an_avant-garde_experimental_oil_painting_of_the_genetic_makeup_of_everything_esoteric_dark_matter_su.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988527868864766022/b7a38af4-5a57-4ea4-8336-0ed3679a2994_wei517_beautiful_fractal_of_human_tissues_macro_lens_photorealistic_detailed_octane_render_soft_lighting__3.png\n", "[{'id': '988527853412941884', 'type': 0, 'content': '/Info', 'channel_id': '988527851034791996', 'author': {'id': '976571357141819466', 'username': 'janne_home2000', 'avatar': '6c5996770c985bcd6e5b68131ff2ba04', 'avatar_decoration': None, 'discriminator': '6237', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:36:46.213000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527841010405426/b3b59fd0-4a64-43fd-9bbc-f418ffa54bc6_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988527837394907336/64f7228d-7378-4fa5-8acb-4b0060bd4acf_wei517_beautiful_fractal_of_human_tissues_macro_lens_photorealistic_detailed_octane_render_soft_lighting__3.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988527824606486608/d3c5fca9-9709-43b4-8988-177dfdef445d_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988527818902224927/d5cc3c59-fdaa-4c81-aac7-03852b95349d_arlen_tektolnes_nurgle_knight_heroic_8k.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527752862920704/bac4d529-b083-4df6-8307-ff983f61be37_MictorVartin_an_avant-garde_experimental_oil_painting_of_the_genetic_makeup_of_everything_esoteric_dark_matter_su.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988527672969805874/895ffdc3-8f25-4fa4-99cf-9a763b429e04_arlen_tektolnes_nurgle_knight_heroic.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527670658744370/0a74074a-6857-4c5a-ae89-7052e6a48aea_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527622256467988/538f1fbf-d4ec-4e60-aaa5-85fbbd24a02c_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527601347887214/7781f6c0-26c9-4598-a257-b4a2c640217a_proxima_centauri_b_line_drawing_of_an_island.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527575817150504/cb83483d-4177-400b-bbe2-3054b2fa12fd_MictorVartin_an_avant-garde_experimental_oil_painting_of_the_genetic_makeup_of_everything_esoteric_dark_matter_su.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527564521885716/b3c142ba-1322-461d-aabe-450a3f66c689_proxima_centauri_b_line_drawing_of_an_ocean.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988527532141854790/b995285f-6bb3-4a76-9e8e-4c0abf14919b_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988527498776178838/27489f54-4060-44fb-ac9f-1ec2c56a4866_wei517_beautiful_fractal_of_human_tissues_macro_lens_photorealistic_detailed_octane_render_soft_lighting__3.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527456514371664/0c9d2cc1-3eba-45a1-a0ee-10c7afa2b482_surea.i_And_endless_ocean_of_latent_space_and_yet_you_continue_to_visit_the_same_island._Why_by_rupi_kaur.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527420812447754/799f81bd-1d48-4690-a5e4-0a8062e2b7dc_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527383483121664/4e8c1e46-c135-48ca-9813-c09afddb8fea_Erratica_an_endless_ocean_of_latent_space_and_yet_you_continue_to_visit_the_same_island_by_rupi_kaur_by_steph.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527380454834236/2461a3e6-3f87-4b52-bdc1-831ce706e127_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527368454959165/7627df5d-00ca-4051-b7c3-d232f4b040e0_MictorVartin_an_avant-garde_experimental_oil_painting_of_the_genetic_makeup_of_everything_esoteric_dark_matter_su.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527355230306314/82633a92-8beb-4662-ade9-6a611e3e300a_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988527278734585916/e0cc881e-684b-4720-ad12-2c287beda76d_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988527274389295215/dada1e0d-d60d-4c03-96c8-abd1d49d7ca2_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "[{'id': '988527221482348605', 'type': 0, 'content': 'LOL beat me to it', 'channel_id': '964384155121115208', 'author': {'id': '556306140879650827', 'username': 'surea.i', 'avatar': '4246502caf009c7133ab6c39ae2f847d', 'avatar_decoration': None, 'discriminator': '1160', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:34:15.549000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527220622512158/3337ebf8-0956-416c-8820-9e5eb28c48d9_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527216361083000/5dc4e637-62ec-4d62-9143-246d72386ae2_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527185369399306/785470de-7d10-4eeb-8aab-2e35a4751d58_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988527183439990894/82b96819-4901-4954-b975-39a41b47319e_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988527093778354246/c7c15b26-79e0-4624-80c0-d71c33722e83_surea.i_milk_and_honey_by_rupi_kaur.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527045887811655/0e045848-cdb5-4867-ade7-701b96478953_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988527017165201568/6b1e9f95-be25-42dd-aeeb-3c0291c7f809_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988526980272095312/3f50ac83-4425-43dc-a924-bcf67ecf6bf4_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526973934522469/1fd9ecf4-ac36-4be0-ae00-45c0a281621a_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/986349116827258910/988526873942298694/6ab4bdb0-1fef-4b79-a57a-805bdaeca992_intecsys_profile_of_whippet_wearing_a_gaming_headset_and_armour_detailed_hair.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526815914123304/c9e540cc-a342-4306-9cd7-069c08fca434_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526767537000499/9c98a060-27ef-4cec-81f1-d72acba323c3_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988526757797822515/6b42671f-64e1-41f7-b5c9-aaba387d07a7_surea.i_artwork_by_rupi_kaur.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988526690168864798/8389f0b5-cd46-4659-83ba-5de39854d8ed_StevenMertens_retro_futuristic_raygun_gothic_style_treehouse_many_floors_many_rooms_many_windows_shire_hobbit_myst.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988526631649947658/a6a4d1f5-bb6f-4a13-87e1-510ab8bbcc3f_StevenMertens_retro_futuristic_raygun_gothic_style_treehouse_many_floors_many_rooms_many_windows_shire_hobbit_myst.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526541833125918/22d02ff4-92a3-4ae1-9075-77de8bb9a88c_MictorVartin_an_avant-garde_experimental_oil_painting_of_the_genetic_makeup_of_everything_esoteric_dark_matter_su.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526516977684571/77582a3e-5821-4f87-bf74-3b6fd0c919fe_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "[{'id': '988526496480120834', 'type': 0, 'content': 'hello', 'channel_id': '986349116827258910', 'author': {'id': '585107801748144148', 'username': 'intecsys', 'avatar': '61ae97546339ad4de907e85585853a1a', 'avatar_decoration': None, 'discriminator': '0001', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:31:22.695000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988526432936407101', 'type': 19, 'content': 'Hi Messenger seems not to work in my new Facebook app anymore 😭', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:31:07.545000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988501607744426064'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/950565191299502091/988526257643859978/dfccb31d-3548-4ed7-984e-416703775627_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988526254208712854/723ece63-563a-4e25-813b-868fe9996433_wei517_white_marble_crystal_with_fractals_small_holes_on_it__organic_tissues_detailed__photorealistic_redsh.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526248655462460/f7866278-1fd5-49f8-a492-021be0e27eae_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988526227860095006/1cc0542d-e1bd-4f76-8e89-3257bf60d4e1_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988526225041539072/a321c0aa-d386-4420-8842-07034966c78d_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988526195366830100/690d402d-8645-4c55-82ed-1104dda71e34_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988525984292667432/a16056c4-bff2-4fbf-abb1-db33e6d378eb_wei517_white_marble_crystal_with_fractals_small_holes_on_it__organic_tissues_detailed__photorealistic_redsh.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988525961546969088/db87828c-97b4-4eb1-b0f5-146f23cffc23_rodrigo.siqueira_diagram_of_a_babel_fish_intricately_detailed_exploded_view.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988525278735241236/e5e8708b-3cd5-4782-a1fa-9e6539c4e162_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988525274939424778/345a0163-ec08-4640-97fd-7359d1f99a07_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988525242030886932/26b54e6b-0d7c-4f58-8153-af4d39182397_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988525240126697572/1cb33f81-22e9-447f-9641-c70d353631b0_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988525139450822666/0afc0644-f070-4287-af67-11aaf7cc9fe7_surea.i_chibi_satan_by_takashi_murakami.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988524921359589426/9f742b28-67ab-4b97-b7da-b2cbd0d0dcc0_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988524850807193620/6fb2b980-761e-4a4e-8e0b-d36ffa699fb9_9nestar_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988523600158031942/83433574-f831-4586-9b9e-6ee9c7c0356c_surea.i_kawaii_satan_by_chip_zdarsky.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988522926234030101/cc6fc661-3222-4749-9507-d02df02ba30d_9nestar_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522892784443463/318e08f7-c11d-4f70-ab6e-a202299ba403_3rdGenMoon_a_man_asleep_his_soul_vibrating_out_of_his_body_rising_to_the_heavens_golden_mist_Astral_travel_heav.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522886585282560/6bb83bf2-1af6-447b-a43c-3b578bafe9a1_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522882109964379/a8febe3d-eb8c-4109-86f2-71d4802b28fc_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988522818998247425/7b785829-47b2-42ec-9395-37db391a7373_Erkan_Cerit_ship_the_pamir_the_ocean_spills_out.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522716250398790/a86a0fb7-6e2b-4295-ab13-a9455de9493c_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522711250763806/b4110d32-43aa-4a84-a583-6f66e75f7856_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988522683811659876/1bb58319-92ba-4952-a65f-d64b4a74a5b7_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522590446424064/fa1046f3-677f-4ec5-bb99-d837f6b97e8c_3rdGenMoon_ukiyo-e_shunga_style_a_dragon_a_fair_Japanese_maiden_embrace_tantric.png\n", "[{'id': '988522584276602920', 'type': 0, 'content': 'Nothings coming out now I want it….', 'channel_id': '982990243621908480', 'author': {'id': '439869767873069086', 'username': '9nestar', 'avatar': '2b9dc2f69f8ee9ffdbd1b5382db1b617', 'avatar_decoration': None, 'discriminator': '7225', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:15:49.953000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522555956686868/def9a7de-71d8-48a7-a407-c9077a55d683_3rdGenMoon_soul_leaving_body.png\n", "[{'id': '988522532388868106', 'type': 0, 'content': 'I can’t see them ….', 'channel_id': '982990243621908480', 'author': {'id': '439869767873069086', 'username': '9nestar', 'avatar': '2b9dc2f69f8ee9ffdbd1b5382db1b617', 'avatar_decoration': None, 'discriminator': '7225', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:15:37.582000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982867438905491546/988522496598888518/9dca991a-5343-40ed-9586-bff102c78a62_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522475522494534/1e1a955b-d87b-4e25-a113-54f0cf0fe32e_3rdGenMoon_a_human_soul_represented_by_neon_digital_pixelization_8k_octane_rendered.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988522461500936202/013ec709-5f05-40c0-bc07-8a696a64496e_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988522447781392394/0ce6d86c-8d73-4194-a411-07619f137607_Erkan_Cerit_ship_the_pamir_the_ocean_spills_out.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522304923390033/f58ad858-8e0d-44e0-8d35-31a320e3513e_3rdGenMoon_a_human_soul_represented_by_neon_digital_pixelization_8k_octane_rendered.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988522241606164550/061158da-29c4-4233-a8bb-c5a3f895b7e6_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522146718425138/e7067298-4872-4a34-893d-44e6b1b52a4c_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988522140359880704/9a8606f7-73a2-4a29-a666-7e0d49c98cea_9nestar_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988522070516322394/ce6f879d-02e9-4b9c-aa61-def0215db80a_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/950565191299502091/988521958851379250/b9f3ff60-64e0-4bb5-a8b2-78b18eb5bb3a_L3THOBacon_devil_in_the_abyss_of_the_underworld_with_Gods.png\n", "[{'id': '988521946117443596', 'type': 0, 'content': '/****retro futuristic raygun gothic style treehouse many floors many rooms many windows shire hobbit mysterious chaos random impossible architecture forest plants everywhere utopia mist hyper detailed 3D environment octane render Terunobu Fujimori --aspect 9:19', 'channel_id': '988028621421686834', 'author': {'id': '986404200177094667', 'username': 'StevenMertens', 'avatar': '6a6036dd00be905fd41ddf3fb1a7e3e8', 'avatar_decoration': None, 'discriminator': '0281', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:13:17.804000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521896989560883/96e35773-068a-4f89-a87a-bc5ef71446ba_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521758086795334/bd7caa4e-1dc7-4980-ab68-0e7c990796fe_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521686947233822/215266ed-e7fb-4a78-a6ef-5ec80e8006a8_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988521645813694484/ecfab834-c337-40dc-900c-ea5091e205d1_9nestar_Watching_a_cat_walking_towards_a_haunted_mansion_at_dusk_creepy_haunted_-_-_aspect_16.9_-_-_uplight_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521511352668160/259fe709-cbfc-4e92-9d83-14124d2ce612_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521400161669222/7c774c87-e34e-4b7d-93cb-604bff9cbf0f_3rdGenMoon_ukiyo-e_shunga_style_a_dragon_a_fair_Japanese_maiden_embrace_tantric.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988521303772368916/f01caebe-cc62-4b2a-bc54-1c31319135ea_3rdGenMoon_particle_collision_hyperspace_octane_rendered_8k_extremely_detailed_hadron_collision.png\n", "[{'id': '988521148729917510', 'type': 0, 'content': 'There are little cat faces in the skeleton🤩', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:10:07.692000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988520975928795186', 'type': 0, 'content': 'Hello there 👋 <@439869767873069086>', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '439869767873069086', 'username': '9nestar', 'avatar': '2b9dc2f69f8ee9ffdbd1b5382db1b617', 'avatar_decoration': None, 'discriminator': '7225', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:09:26.493000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988028621421686834/988519974169612348/a2197a00-72f4-48ea-b1e7-d73c8676b8d6_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "[{'id': '988519637102768138', 'type': 19, 'content': 'Unexpected error :c :Failed to request GET job-status due to non-JSON response.', 'channel_id': '986263515713110056', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T19:04:07.292000+00:00', 'edited_timestamp': '2022-06-20T19:05:49.218000+00:00', 'flags': 0, 'components': [{'type': 1, 'components': [{'type': 2, 'style': 2, 'label': 'U1', 'custom_id': 'MJ::JOB::upsample::1'}, {'type': 2, 'style': 2, 'label': 'U2', 'custom_id': 'MJ::JOB::upsample::2'}, {'type': 2, 'style': 2, 'label': 'U3', 'custom_id': 'MJ::JOB::upsample::3'}, {'type': 2, 'style': 2, 'label': 'U4', 'custom_id': 'MJ::JOB::upsample::4'}, {'type': 2, 'style': 2, 'label': '⟳', 'custom_id': 'MJ::JOB::reroll::0::SOLO'}]}, {'type': 1, 'components': [{'type': 2, 'style': 2, 'label': 'V1', 'custom_id': 'MJ::JOB::variation::1'}, {'type': 2, 'style': 2, 'label': 'V2', 'custom_id': 'MJ::JOB::variation::2'}, {'type': 2, 'style': 2, 'label': 'V3', 'custom_id': 'MJ::JOB::variation::3'}, {'type': 2, 'style': 2, 'label': 'V4', 'custom_id': 'MJ::JOB::variation::4'}]}], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '986263515713110056', 'guild_id': '662267976984297473', 'message_id': '987164456708628511'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988028621421686834/988519633801846794/5067d7b4-a4c7-4c38-89f8-e54de1da70b9_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988520315804065862/progress_image_837306e1-b916-469d-a76f-2775bed7506f.webp\n", "https://cdn.discordapp.com/attachments/988028621421686834/988519487336763412/c9df88ae-e4d4-4487-a171-aeb7bc8e16dd_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988519332554371172/92a29d04-f356-4d0f-ac78-a1baff012146_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988518539541487617/59a149e7-99da-4c35-a98a-0017039c31d2_StevenMertens_retro_futuristic_raygun_gothic_style_cabin_spooky_mysterious_chaos_random_impossible_architecture_fo.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988518495350304858/ef56afcd-4520-4073-a973-2beb22db6ef9_9nestar_focus_radioactive_cat_skeleton_background_science_lab_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988518215103705228/044251e2-f95c-4e74-847f-f0ced2507c49_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988518175404597309/574937c9-5bc5-46ca-8b77-82ef44abe4b1_Erkan_Cerit_ship_the_pamir_the_ocean_spills_out.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988518039106514944/a2db0730-e92e-4262-894c-fc6498455368_9nestar_focus_on_full_cat_skeleton_background_mansion_house_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988517410904616960/67fd5ed6-a4f1-45be-a3f6-ad5355a90331_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988517245040877628/62e520df-9a4f-464b-99bb-d13e2f40b711_9nestar_focus_radioactive_cat_skeleton_background_science_lab_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988517156603973703/e4df7214-d41f-4821-9cc8-234aee027b0c_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988517136827826226/6ee483a2-0083-4863-81c2-6eabfd82d7ef_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988516684958687292/696c3501-3711-429f-8d40-e7d942d298db_9nestar_focus_radioactive_cat_skeleton_background_science_lab_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988516659834785792/83cf033f-ef05-4717-ab44-edc471f79090_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988516409472598036/6b486dd2-f189-4d7b-b876-d998344d016a_9nestar_focus_radioactive_cat_skeleton_background_science_lab_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988515997919117392/c48a6183-9db2-4126-81ae-89cca36f1e07_9nestar_focus_on_full_cat_skeleton_background_mansion_house_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988514958201454622/9990f3a1-3ed4-4d12-b3c8-9131d6e08d2d_StevenMertens_futuristic_raygun_gothic_style_cabin_spooky_mysterious_night_vibe_mist_fog_lightning_hyper_detailed_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988514944356069426/0555c4db-2a97-46b3-80cc-1d770387aa28_3rdGenMoon_particle_collision_hyperspace_octane_rendered_8k_extremely_detailed_hadron_collision.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988514867134750810/90022cf1-4f2a-4852-8a40-3c36517f8298_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988514749316755536/7d50fe5e-04c4-4f76-af19-a0d91c4447fa_9nestar_focus_radioactive_cat_skeleton_background_science_lab_-_-_aspect_16.9_-_-_uplight_-_-_stop_90_-_-.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988514637257510921/68b177cc-136e-432a-a233-2f265c1b6c12_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988514311079079947/4dc7579f-2b0a-434d-b13e-3765b92da8d8_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988514115867803658/d7c3730d-9b69-444d-9ec8-db09e3e25e5b_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988514062067466262/9c24a16e-1d66-4f74-bb74-428dbb1c9dd5_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988514003678535700/129883a9-22d7-4110-b52c-7253369810f4_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988513855166640209/e16c8440-156f-4328-8141-2e516001b089_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988513612496793690/f00a7c56-8507-466b-abe5-73891c975dcb_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988513528661032970/e3849cca-ab06-4d3b-b050-2a29b5fca325_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988513372167368764/528c7160-4544-4746-add1-bacaeb5274ba_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988513321932193843/a3d38423-99b5-4651-abac-2f3501afec2f_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988512782968295514/f62a77f0-e8f9-4805-b420-034f4a3fe66f_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988512574301671424/5b533ddd-7232-4677-89a7-b49e31eb359e_mke_cellophane_melting_dirty_.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988512480844185601/81c54c16-4c10-4a78-ae94-7e87d9a0d33b_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988512450833940521/f71cc2b3-5cf2-4850-a9e9-a60b8623c3cf_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988512393116143636/26f88d8d-2909-420f-9bbb-1cb886890f85_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988512339798130738/f6bfb778-a68f-42d5-bf75-2a30818c71af_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988511801647956049/5008a681-d858-4727-a4a9-663fac03e2b2_3rdGenMoon_CERN___ripped_spacetime_octane_rendered_8k_hyper_realistic_extremely_detailed.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988511480745967696/f3705ae8-05a8-4173-a66f-1b6afa3016bc_3rdGenMoon_particle_collision_hyperspace_octane_rendered_8k_extremely_detailed_hadron_collision.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988510620242554900/15c3aa8c-20a7-48c7-8b13-37b9dfa8e372_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988510537795133490/9a03009c-816a-44b0-b33c-cc3e484fa944_StevenMertens_plastic_symmetrical_face_triangles_on_cheeks_tubes_coming_out_of_head_fantasy_purple_lavender_light_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988510062425292850/0dd78426-bd86-4b7f-8da4-63aa6018b3d4_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988509900067971122/f2944a82-ca17-4967-a35b-edf672c6ac17_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988509892891512943/a37b6830-fb76-40e0-8e4d-ab24dbc7b0b8_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988509892484689940/bc6137cb-bf7c-4254-aeef-a95177c68e23_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988509843105140826/3ce4096e-6eea-46c0-a4c7-6fe48972ef69_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988509717322158100/551723d1-9cce-400c-ae0d-828899b15e30_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988509615538987088/a672fbf2-4775-4934-be8e-a026b0c74683_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_museum_quality_light_and_dark_wood_symmetrical_intricate_in_th.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509541870211152/0f7224ed-3d4b-48f7-95fe-25e5deb1f79f_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509525223043112/baf980fb-6759-4138-86a4-37e2f1364f37_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988509444310728724/66e4e100-44df-4957-8749-ff58c24729a8_isocor_multiple_eyed_frogs_in_acrobatic_positions_creatings_a_tribute_tower_several_stories_tall.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509365889798244/fd0b3e1b-ebb3-4920-a769-57584930db3d_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509280661545020/aa595609-fbe0-4028-b81d-4e7df8ff3f1b_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509237036605470/24681cba-9565-4cb8-a53f-a81406ac6edc_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988509188030365806/f0338bcb-d224-49f6-a214-47104fe80dbb_isocor_multiple_eyed_frogs_in_acrobatic_positions_creatings_a_tribute_tower_several_stories_tall.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988509059470737418/2b2912ca-e04a-4983-a318-61567be1a323_MictorVartin_a_psychedelic_experimental_avant-garde_oil_painting_of_the_all_knowing_mysterious_entity_that_is_mad.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988508975609839626/b5830225-4578-4759-b8d8-2c1b97c3f862_isocor_multiple_eyed_frogs_in_acrobatic_positions_creatings_a_tribute_tower_several_stories_tall.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988508791429541908/0a052549-8e9b-44f1-81b1-3db74c37ce04_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508537711890502/ecd277c8-5454-4935-95a5-96ce472af35e_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "[{'id': '988508480489001060', 'type': 0, 'content': 'BOOOOOO!)', 'channel_id': '982990243621908480', 'author': {'id': '439869767873069086', 'username': '9nestar', 'avatar': '2b9dc2f69f8ee9ffdbd1b5382db1b617', 'avatar_decoration': None, 'discriminator': '7225', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T18:19:47.348000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508423073185862/891c6764-3c10-40e4-be33-4e46a1a422f6_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988508341787562035/12bd7d01-5f47-4185-81bc-c85cf6cc333c_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508297978064966/9047cc49-fddd-40b7-9794-23dbe93b70ad_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988508285898473533/9ffe694d-4585-4855-a95a-ea44d08ec093_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508236904796230/4e63455b-c6bf-4c97-ad60-9081f7bb33ac_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508187000987648/6253927d-286e-4c47-ac59-cfa51123fb94_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508124937846794/ec6507e2-1498-47a0-9432-2114ec883d5b_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988508096676626532/8d713e1b-5a23-4972-ba46-eab61d2715e9_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988508011670667284/82eb0d40-76b5-4cfe-9e75-d263163424c5_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988507918116737104/28760aed-44dc-465e-9560-50f4c175dc47_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988507877448753212/06664f0a-e534-4e5e-b650-81cc8407f452_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988507831667945574/8918a49b-4971-43b3-8703-50f46327585c_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988507589761462282/6de6efe7-7d2b-4b01-ae09-17c0311c4ef8_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988507568609591376/4c38b5ac-1332-42dd-991f-aba98b32d16a_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988507547315093565/bedf4e84-9d6e-411d-a191-9bc5f89d50de_MictorVartin_an_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_impact_destruction_the_hubr.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988507381958844486/d819c669-d256-423e-8c3d-b886adcfc1de_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988507297854656562/b3646774-017b-456e-a0d7-5385e85c4d05_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988507261607505970/bac9d164-8324-493d-a626-8fc1e00adf7a_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988507095563399198/b414143c-28d1-4a99-91f7-53b44eed763a_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506974427705344/3094cb30-152b-46e1-a5bd-fc3fa10be705_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988506807511179314/a5daa228-215a-44f9-969b-6e9200b9727b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988506714556989550/9c5f089b-7aca-437a-b223-2aae38b2965b_Erkan_Cerit_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_col.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988506708936642672/792192b7-c8da-4c7e-b6dd-48b01fe5f710_Erkan_Cerit_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_col.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506677147992175/0089f018-724f-4e04-9875-851a2266f7bb_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506650807783454/51916d96-c46f-48ec-af68-e0fbf5a059be_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506615114268692/56ab78d4-5464-464c-825a-18f62cd48ed1_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506556272365628/1db9d783-576e-4905-b10a-dec5fa75fbce_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988506531609849936/18aa2833-c6c5-431e-b5d5-e6835b9a0be9_3rdGenMoon_a_highly_polished_4d_wooden_sculpture_light_and_dark_wood_symmetrical_intricate_in_the_style_of_mc_e.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988506363070119956/1dd429cf-c0f9-4b41-9495-729eeb86a85d_isocor_multiple_eyed_frogs_in_acrobatic_positions_creatings_a_tribute_tower_several_stories_tall.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988506083968548884/68e666ae-c4c7-48f8-bb7f-fb2d273b241b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505974895685672/806cf9f8-d046-4d35-b462-c1290e1dd9ba_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_chimera_cat_different_eye_colors_oc.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505808251781170/7a1f9b96-669d-4b01-a945-4d019ef08a6a_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988505707382988860/707ec00c-e321-45d3-81e6-924ca64e039b_Erkan_Cerit_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_col.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988505644539715654/8a554f42-0e57-4b02-94df-9181cdea0223_Erkan_Cerit_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_col.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505618245627985/05df32c0-807b-4644-b019-cc540416d037_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505557428240484/e0090b46-8005-4966-bf60-4ebcc835bc5c_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988505383368818699/915977f0-76d5-49a4-8425-27512180456c_Erkan_Cerit_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505278897082408/48649ff4-b4ff-40f4-9474-85d8b2f61e0f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988505029117894726/58b6b2df-123b-4fb4-8a6b-6b4a3db6acf5_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988504482608468038/589c8648-dc18-4a9c-87f8-ecce02194919_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988504463251763310/a7732e28-caec-4a02-b4df-341c688cbed0_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988504445765685278/4d210edf-f475-4242-8953-522236a9861d_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988504280799514654/594a7d2a-4a73-4323-bf76-9ecccfad307a_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988504230543392799/2f54aca6-1d71-41a3-84e3-b9a39061ce57_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988504184737366076/18063528-e765-45b6-9be1-1f3316c3c6e0_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988504164441161821/637230f6-0032-4522-abd8-b4044d1e2bf3_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988503956965711932/3c9dd666-c730-4b53-a0ab-514b91057901_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988503651192569856/72268382-b8c6-4ee1-b8a6-7472ed1890a2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988503533210988554/97903cf1-52c1-4358-b4a5-ce0b97f0597d_3rdGenMoon_a_human_soul_represented_by_neon_digital_pixelization_8k_octane_rendered.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988503472175460382/4eb5eb7f-e63a-4881-88ae-e93680b86b95_StevenMertens_plastic_symmetrical_face_triangles_on_cheeks_tubes_coming_out_of_head_fantasy_purple_lavender_light_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988503144059252746/357679dd-4e9e-495c-9c1d-69586a08c1c5_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988502832497958954/b6c8530e-5372-4a9b-b82a-a312b279f2d0_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988502564892979220/b024b913-6e09-4e0f-8d66-d84006609d19_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988502387205488690/38240cab-f0b6-48eb-8114-362521c059fe_3rdGenMoon_a_human_soul_represented_by_neon_digital_pixelization_8k_octane_rendered.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988502177448337468/dce0c1c2-eb9e-46e6-ae9d-16019e661f03_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988501608969150524/fe1532d7-2289-4e82-9cbc-efda25977679_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988501607744426064', 'type': 0, 'content': '<@873483547866976256> sent you a message in fb messenger!', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:52:28.758000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988501478614384671/3e7eaa41-46e0-4af8-a2b9-69ecebe07935_surea.i_artwork_by_Chip_Zdarsky.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988500922177036399/9db00eff-89fb-4d5e-949c-040dfbe3a024_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988500715871817758/209db9fe-2776-4435-8607-9923ef87ba71_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988500553397076049/0732659a-62c1-457b-9443-6e97b007d737_ardan_New_Theatre_Show._Adam_and_Eve_Hologram_Statues_stand_left_and_right._next_to_a_red_conference_table.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988500485193465967/62616f97-a5c3-4bb2-875f-9cde3d6ddea4_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988500255689568336/d460bfdd-cb02-4e69-a274-757297efeb7c_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988500148197916692/6a802c84-477f-477e-9342-4509a8f0cbfe_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988499871252222033/beb2b342-378d-4930-8422-1a69c56288de_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988499688091172915/55b63603-ece1-450a-bc0f-af39a9aeff38_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988499600312774736/04109986-454a-48ea-bfb4-b3c4952d477f_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988499567232319548/32bbc1cd-373d-475c-8f59-fee9987a9370_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988499229796347914/3f1bf7e5-7404-45dc-8178-5bd457b36a16_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988498999302570004/9adc2ec0-110f-49b3-b013-15ff582cf32a_surea.i_artwork_by_werner_herzog.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988498976133226496/905e5471-ac62-4a89-995c-d230d51be533_surea.i_artwork_by_david_lynch.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988498383201251448/5413bacb-3589-4169-97dc-a5ba1fa1ccda_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988497659541221396/296f5713-c198-4954-871b-cd5bd57badec_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988497540775309342/f119910d-e072-430b-89f3-0e2abdecc2bb_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988497534072782858/23c3bcb1-3e47-43ea-8ab3-f421f11e3ed3_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988497261535326300/c4aafd29-f5a7-4f6e-b567-465b8809429f_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "[{'id': '988497105746292826', 'type': 19, 'content': 'I snatched you prompt-part swirling whisps', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:34:35.398000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988480465751117824'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988496659346501692/0c5f2143-a969-4eaa-8e92-52951b4eec01_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988496657639419944/8952d69e-c860-4be7-85ee-fee143673f49_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "[{'id': '988496429846786048', 'type': 0, 'content': 'It is 19.32 here. I have been at it the whole day', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:31:54.251000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988496241988104273', 'type': 0, 'content': \"But don't expect too much because*my* eyes are already falling out\", 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:31:09.462000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988496192314945676/03065031-791e-47a5-a76f-b9879d108d9e_wei517_metamorphic_rock__realistic_trending_on_artstation_detailed_redshift_render..png\n", "[{'id': '988496027080355921', 'type': 0, 'content': 'I will ❤️ my likes', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:30:18.224000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988495884654358539', 'type': 19, 'content': 'So many good ones', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:29:44.267000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988479393347297290'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988495600167313489/64d59f96-a3c5-4c4a-88b7-28acd70705c6_wei517_a_super_realistic_textured_layered_stone_on_seamless_background_3D_lighting__detailed__octane_render.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988495323833991168/a85d0069-88ab-409c-a0f2-2d5ab8fa05a0_wei517_a_super_realistic_stone_on_seamless_background_studio_lighting__detailed.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988495287012171836/e2ea6542-3ec2-4a53-922d-ac9c51e7756f_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988495248562991114/1c135693-d777-45c8-afd4-3a969a61a238_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988495087690481674/3ffe21ed-23d3-435b-8295-e98305799ef4_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988494977162170378/f3aa5f58-58e1-4b75-8d31-cd5e8d7f6fad_wei517_a_super_realistic_textured_layered_stone_on_seamless_background_studio_lighting__detailed.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494782131232768/6bfaaded-26e6-48be-ade0-8ec1491bde33_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494642637054042/0f536843-4493-4cd8-b440-c92b3ac71128_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494629689257994/314c172a-bc25-405d-826d-dc8e6c44081f_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988494574064402493/a088dbd0-12c9-4468-aa44-59c87a468794_wei517_a_super_realistic_textured_beautiful_rock_on_seamless_background_studio_lighting__detailed.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494573514944592/b83298ae-7fc8-47e8-b347-3e8089021fe8_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494518443720834/dc31b21d-c560-47e8-a41b-bfe59f72106e_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494369738883173/c23d6a6d-8f7e-45e4-9c68-71395a8a687c_SteveTheNinja_stunning_portrait_in_the_mountains_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_av.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494293922643988/6846ee5a-f753-4a79-ba6b-f27b7a8faeaa_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494283571068928/8c192780-6e04-418a-83c8-2559d1c81e2a_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988494196035969074/06e3f768-8ce4-490f-be94-f0da9dc17f16_3rdGenMoon_a_soul_transcending_5d_hyperspace_8k_unreal_engine_rendered.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988494070773071922/303ee48d-717f-4cc3-823d-4ce18389c6b1_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988493811804151898/67780dbc-d053-45b7-aaed-b60fd0faea7f_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988493327177515058/9bd304a2-a5d6-43c4-a674-8916d012773b_StevenMertens_symmetrical_face_Anatomically_correct_shiny_heavy_duty_turquoise_plastic_triangles_on_cheeks_anatomi.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988493182994100305/db27efe6-7e22-4a29-a805-089edabc6257_SteveTheNinja_None.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988492479290544208/65362c49-0cf0-48c2-83d6-d038db0bce7a_ardan_New_Theatre_Show._Adam_and_Eve_Hologram_Statues_stand_left_and_right._next_to_a_red_conference_table.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492408008355880/b07c55be-12ae-4872-865f-55c297bf5051_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492363171258398/ab636635-06d5-44d6-bb8b-4d45018bfc70_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492348793176104/ee8e997a-a301-4e92-ab5b-08bc1854c188_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492285287235704/dab42108-a39a-4ea9-a366-2ee18b5e37ba_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988492255830618132/dcb708b8-d86e-444f-8498-fd812ccbba8f_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492208439197736/d0618d07-c310-4c52-a879-ab159ddf3e74_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988492200453226626/1f730873-a238-47f2-83ff-7bd727c799b8_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492151279222884/6b43e389-8636-409d-815b-f52479abe63e_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492129355587664/15b784db-0bfe-4509-b556-6a6a688ce077_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988492085382500402/58ddec41-8ca1-4db9-a87e-7803345d1a84_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491940507033600/d03591c6-7f99-4d9e-bc25-31804ee5144f_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491904691867698/e28c008b-a4f4-4d41-a83e-d33ee26a18ce_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988495390804410379/progress_image_66944df6-141e-43f9-89e1-cafd8d94e22a.webp\n", "https://cdn.discordapp.com/attachments/983290657374343198/988491867622604881/ddfc0b4c-d9b0-4e5c-b330-a6bd174e7ad4_ardan_New_Theatre_Show._Scenography_created_by_an_Artificial_Intelligence..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491860689440838/40e37839-7fc9-48ee-9937-44d04f75553c_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491692304912414/5693935b-45e9-4686-9121-ce70bc875b1e_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491479053905960/a20c6edf-252f-4a71-9032-f30b7450358e_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/987813174088716338/988491376163430430/b3e34129-c79c-4949-bf5f-9ac586d29a75_mamamamamama420_Richard_Nixon_cuddling_joe_biden_floating_in_a_bowl_of_spaghetti-os.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988491274409619456/78e3fe7f-d0a1-42c2-afbc-eb55d9967e42_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988491271842701312/85b4fc21-8a56-4016-bd30-6d34e68d2261_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988491216666648606/70f10c48-563d-4540-b1bd-841d4fd30333_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety_aviator_sunglasses_.png\n", "https://cdn.discordapp.com/attachments/987813174088716338/988490981794009138/b1e29043-9aeb-4652-b65a-e4908b85131c_mamamamamama420_Mary_popping_sword_fights_with_Richard_Nixon.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988490976999899206/f86a70ad-ccea-4003-85c6-34e479510517_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490951586644059/3c00d483-0f64-486d-82b5-a6c94c1bbd40_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490820023894116/3df5b376-8a33-4c69-a99e-9b7ac2a9ddc2_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490749102420018/7b590a24-608e-404c-9cbb-b655bda5e73e_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988490740990611506/b3a10dad-3d5f-4932-972c-16df265105ac_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490702512087070/4967cabf-4350-44df-bb78-6390b7a48075_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988490668823425064/30d357cd-b2e5-4ba4-b7c4-244ea652ecef_ardan_New_Theatre_Show._Set_Deisgn_by_Richard_Hudson.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988490530272993341/4f3d9d8c-ddfd-4469-91e2-f0f602ebde64_ardan_Scene_from_new_Set_Design_by_Klaus_Grunberg..png\n", "https://cdn.discordapp.com/attachments/987813174088716338/988490501873356860/fccc0ce1-a1ac-42e2-9061-5990922e7983_mamamamamama420_sandwiches_with_eyes_that_are_best_friends_sharing_a_secret_and_a_laugh.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988490425046302760/a38b19cf-067c-4103-9bc4-82eb052641f3_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988490414363381760/544b485c-f939-40c2-803c-67bc32844ad5_ardan_New_Set_Design_by_Richard_Hudson.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490393299603526/ed1305f9-60ca-4917-9ac9-c455a9c3d3aa_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490347577495562/de75b6b9-46ff-49d1-b983-bb988cb35888_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "[{'id': '988490147425312791', 'type': 0, 'content': '/imagine', 'channel_id': '987813174088716338', 'author': {'id': '636355303889436672', 'username': 'mamamamamama420', 'avatar': None, 'avatar_decoration': None, 'discriminator': '3696', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T17:06:56.405000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/983290657374343198/988490131373719602/5f16e727-d106-409c-b1b9-4069a0ee1757_ardan_Scene_from_new_Set_Design_by_Klaus_Grunberg..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988490096317714462/5b1b4da0-c168-4d18-8bed-c917172de331_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988490087882977330/21a1c6d5-6346-430b-b86d-9d97eaaa4308_wei517_a_sad_dark_painting_used_powders_as_material.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988489815681007646/849b268f-8ef4-4874-a91a-64c6be86f40b_ardan_New_Theatre_Show_by_Lady_Gaga._Stage_Photography..png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988489681572335686/2c5aa7ae-2e0c-4e7e-9bf2-4548487bc251_wei517_a_hyper_realistic_style_of_pills_and_powders_splash_on_a_red_table__epic__large_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988489622227124274/4ed69ccc-4247-4945-a88c-ecd56a91290f_SteveTheNinja_stunning_portrait_by_Charlie_Bowater_and_Monia_Merlo_character_concept_cgsociety.png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988489404626665512/1d92b162-8700-4e0f-94f9-2e252192a088_ardan_Set_Design_by_Kathrin_Brack..png\n", "https://cdn.discordapp.com/attachments/983290657374343198/988489105295941732/c8fc5ab8-eeb1-49a5-bb81-206b4c232f60_ardan_New_Installation_by_Alicja_Kwade._Scenography_of_the_year..png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988489073125625866/1d08f395-674e-42a8-adc4-cf37054116f4_StevenMertens_symmetrical_face_triangles_on_cheeks.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488977990434927/eb3de9fb-c8f9-484a-8e4b-64d4b5b6bd0f_surea.i_artwork_by_tony_shasteen.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488870943420466/256540d9-4c08-46c6-bde2-ae924008b337_surea.i_artwork_by_doug_wagner.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488857186082826/8ba901ee-21b8-4abf-9933-2e8e7c4e11ec_surea.i_artwork_by_karl_story.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488734452355142/ac620106-143d-4b31-953b-2fecaf41bdb3_surea.i_artwork_by_laura_martin.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488712008630362/157aef83-2f14-4b04-a615-e4be95a00b03_SteveTheNinja_None.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488622007271515/78e93056-ac45-4175-a636-fe07cc69797c_surea.i_artwork_by_tony_harris.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988488539903754301/4e5de2c7-bf80-4f43-80ee-27078e89d71f_wei517_an_indescribable_spiritual_world_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488527832580176/a029a905-c4ac-4417-8cec-fba0439e4162_surea.i_artwork_by_jason_pearson.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488450556694538/0f50688a-a985-451d-86a9-b073f2a2b6d9_surea.i_artwork_by_cully_hamner.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488375503818805/38796062-307d-472f-87f0-e09a69e12f1d_surea.i_artwork_by_adam_hughes.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988488308743077968/5f56ccbe-9985-426c-8468-76eab48f1f55_surea.i_artwork_by_dave_johnson.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988488079876702298/d43f8b8e-03a4-4ddf-acf5-93d8276c352f_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988488011668926464/ee541b07-ac51-446c-af3a-50962c1c2f4e_wei517_everythingeverywhereallatonece.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988488008217034752/08c44c2a-df1d-4715-b976-d752c0fdbd2c_wei517_everythingeverywhereallatonece.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988487682986475640/0410d085-491d-44c8-b2d5-875999d65171_wei517_everythingeverywhereallatonece.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988487382208753695/60e5355c-f76c-4af7-a9f3-8da734c2acd4_wei517_a_hyper_realistic_glass_teddy_bear_with_flowers_around__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988487162968277082/c1bab673-38ae-46f7-833a-bbfe0a7ff167_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988487141338275900/de3aae1a-0adb-40a9-8375-411ac81a3152_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988487055262752828/367cd942-951f-4398-ae86-2d8fafe79131_Gorila_a_dog_transforming_into_a_car_truck_arstation_trending.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988487033800495195/74dc9a0d-37e2-4157-ac8f-a2cac7da79ef_Gorila_a_dog_transforming_into_a_car_truck_arstation_trending.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988486774668005386/7df7fbe9-42b1-4e36-b208-afeef18d9960_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988486701624213554/727be4f9-0fc1-4dbe-b870-04add406d469_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486430936416346/5a39fef9-9b8d-4f51-b02d-fe234579ce46_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988486346576371722/cfc097f4-a44d-40e6-bf97-fbe8870ee55b_Gorila_a_dog_transforming_into_a_car_truck_arstation_trending.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988486335708938240/b4e89a37-dd0f-4532-a177-3db626dd4161_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486257082503288/3da24182-c466-4f2e-a637-d6ea599e1c63_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988486177235533835/e87c4719-9c4e-4a05-b9f2-2a9b3e8ba895_Gorila_a_dog_transforming_into_a_car_truck_arstation_trending.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486165902557224/79f57f7c-8954-4cbe-b38d-9b683bf83b4c_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486108671254528/f6a90105-0a3e-4f57-bcec-74a0bba0377e_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486103034110062/835c5f6f-2fb0-48f1-aad4-585975929f7d_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988486041671467079/1370a110-8a77-4c17-accd-1d7f52572285_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988486025062014996/5da931d0-231c-4693-a9f1-cf259a2ad3dc_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988485800335405066/4af11b06-0ed2-4dc7-a2ba-a903f206d271_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "[{'id': '988485483812241458', 'type': 0, 'content': 'https://s.mj.run/5SIjuCF9vcM biomechanical wall, frontal, dramatic lighting, in the style of Giger, hyperdetailed, animal skulls relief, mist, bull horns covered by Tibetian prayer flags', 'channel_id': '985895783209533490', 'author': {'id': '902656786895605840', 'username': 'Adamos', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5677', 'public_flags': 0}, 'attachments': [], 'embeds': [{'type': 'image', 'url': 'https://s.mj.run/5SIjuCF9vcM', 'thumbnail': {'url': 'https://s.mj.run/5SIjuCF9vcM', 'proxy_url': 'https://images-ext-2.discordapp.net/external/zCrmMQkZtmNoWT2pN7qEGqjzwRZ2F5-O6rtIQ2USw2o/https/s.mj.run/5SIjuCF9vcM', 'width': 256, 'height': 256}}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:48:24.513000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988485240152547438/1231602c-efb3-453b-82ca-dd0702b54341_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988485235534598174/145af9f8-a2c9-4b7a-8462-e54263b4b449_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988485232695078962/0477e26a-578f-4708-b434-60945c36a39d_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988484891803004928/2a7bac9f-8c08-4c5c-b04d-2dc3479a822b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988484831459573800/527d78fa-84f5-4904-ad7c-befb29ef014e_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988484789923368980/ac902534-1e8a-40dd-973c-2a191596bee5_wei517_a_hyper_realistic_monster_covered_with_white_cloth__Tim_walker__dark_lighting_magic_background.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988484691067809792/50efd47c-a16f-4d53-8a9a-f3b00f7c32ca_Gorila_a_dog_driving_a_truck_artstation_trending_clear_8k.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988484345402634330/ce11d3b6-ea9c-400e-af4a-1ebed791d01f_Gorila_a_dog_driving_a_truck_artstation_trending_clear_8k.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988484133388972152/34d300ce-6265-49e2-a2be-eefe10a709ab_wei517_a_hyper_realistic_phantom_surrounds_by_red_liquid_Tim_walker__studio_lighting_seamless_background.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988484132420079676/0ad9d791-16d3-4d09-b4f8-64a9359ae632_Gorila_isometric_top_view_of_a_monument_2d_game_asset.png\n", "[{'id': '988483827523551242', 'type': 0, 'content': 'a hyper realistic phantom surrounds by red liquid, Tim walker , studio lighting, seamless background, —aspect 4:3', 'channel_id': '986367491066445954', 'author': {'id': '685128697766084728', 'username': 'wei517', 'avatar': '8b37735edff48406b1f3bd0c533f67c0', 'avatar_decoration': None, 'discriminator': '0715', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:41:49.623000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988483762641850388/df68e1cb-6949-4944-8fc0-a51d453f638a_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988483702919151616/66e5aca9-8a46-49e3-9602-796bac220aa4_Gorila_isometric_top_view_of_a_monument_2d_game_asset.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988483428125134918/a33a8a36-95b2-4585-8ae3-7eb58f5e6cd0_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988483388795133982/125c88c9-0aab-4901-833a-f5584047f00d_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988483386580545626/28d266e2-a7a1-46db-8af8-b158277e1bac_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988483148318933053/1aefef5b-3df5-4294-ba59-242f05329df0_Gorila_a_monument_made_out_of_stone_viewed_isometric_view_from_top_side.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988483094912843876/b61ad249-d5ea-4258-9266-0486550313cc_Gorila_isometric_monument_in_the_style_of_monet.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988482997537865739/c66163ff-20e9-4768-a351-a4b07ae83ce3_dwella_ascension__dense_fog_molten_metal.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988482981775679538/8d6d62a2-8d35-41cb-afd8-b3e88fdf1176_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482966852341830/e642f9f8-c2eb-41f9-b6c7-f4b0466f99d7_Gorila_isometric_monument_in_the_style_of_monet.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482931649552475/ebb4374c-4651-48dd-879e-646c5575b80a_Gorila_isometric_top_view_of_a_monument_2d_game_asset.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482880810393640/1c549aa8-1767-4989-b5fc-17f4b7125cdc_Gorila_isometric_top_view_of_a_monument_made_out_of_stone.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988482824313139291/83cb64a9-3faf-49ef-b3a0-5eb1b1df6b3a_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482798170030100/6232372c-7d89-4e37-a373-01c6400f796f_Gorila_isometric_monument_in_the_style_of_picasso_top_view.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988482793992507443/a035ff9d-dead-4119-8891-fdf6ef7294d8_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482690095403058/fcd959cc-f32d-49d8-ba68-80b48fa42852_Gorila_isometric_monument_in_the_style_of_monet.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988482665789407232/cc4b9a7e-c196-4bb6-addb-a654a3966d5e_dwella_ascension__dense_fog_molten_metal.png\n", "https://cdn.discordapp.com/attachments/988482294123741204/988482637268127784/24983601-abb7-46b9-b575-a4ca407dc9b0_Gorila_isometric_monument_view_bircks.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988482618809000046/df816622-7eee-4e15-9898-6fd6c5c9b4ed_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988482586408017920/08207889-31e5-45a5-816e-d25fedbe480e_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988482580909269032/0c00fe42-18b3-4219-9d23-d9c3a418e65f_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988482446255337502/9ae34898-be89-4c8f-98eb-8a3751faeb56_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988482310385049650/4422dfb8-716e-405c-954a-fba49e283c0c_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988482296770351164', 'type': 0, 'content': 'a', 'channel_id': '988482294123741204', 'author': {'id': '199529578111303680', 'username': 'Gorila', 'avatar': 'c7b8ac7e0cb82fe0de3c4d5d2df7d214', 'avatar_decoration': None, 'discriminator': '1244', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:35:44.663000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988482198258724985/81a12894-29cc-4b0b-846a-06bacc92b48d_dwella_ascension__dense_fog_molten_metal.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988482113294721104/f942f445-5d5e-416c-8088-d4e3e48d900c_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988482043090440232/f0bc40de-a011-4b89-9d30-92c8d02f2f6f_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988482018054643742/ae6ca857-1e85-4803-9819-2a123d653034_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988482007703105586/edd1b3b0-57c8-4ab2-a4be-7a8e733576cd_dwella_ascension__dense_fog_molten_metal.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481826794377277/c98479b8-e107-4eed-bba2-97630c018cde_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481801951514694/551ad660-c607-41aa-95c2-7a6bbdca6875_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481799883747409/859c0be0-8139-466d-9990-c1901b582f29_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988481540449247292/9ff3c75b-fddf-4565-88e5-edd3809b9228_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988481463643168808/905235ab-7964-4508-8e24-174ff6022dba_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481386220494939/9239185f-40ea-40c1-b694-c5c9c6b65e01_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481376682668082/cd732be2-638b-42ad-aa54-e3b11d527983_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481298207211540/30f85123-812a-4cc0-9748-a1a71d9d878d_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988481106066178139/93cde8b0-e4fd-48b9-ad8c-fbe7ac6a91e7_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988481080107610192/53b70600-6db3-4a80-baab-f26e8039ae24_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988481068711677992/e572d5f4-28e1-4987-84ca-62b6752edcb0_dwella_dark_warehouse__rusted_metal_plastic_water_sludge_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988481051707973662/fd4a31ec-8159-489f-8de6-01b2347c0f5b_wei517_derealization.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480967347937350/0dbd5d7f-5aa5-4709-be08-10d015aba77b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480939980120074/d07fbebf-7e58-4086-9d58-f4a907a9c2d2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988480860888133642/44e117da-1cc2-4eae-9c08-79d28deb4805_dwella_dark_warehouse__rusted_metal_plastic_water_sludge_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480774309290064/853edfac-c22d-4443-8911-820ef1570bd1_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988480770492473424/855332b5-4c07-4840-bf24-36ec2a38cea9_wei517_a_sad_ghost_floating_on_a_weird_world__detailed_high_quality_fine_art__trending_on_artstation_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988480696492388382/94ac8f2f-69e6-4812-9134-79dddf7061e9_wei517_a_sad_ghost_floating_on_a_weird_world__detailed_high_quality_fine_art__trending_on_artstation_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988480689483681883/a0c15446-e176-475d-9d73-490dd722d852_wei517_a_sad_ghost_floating_on_a_weird_world__detailed_high_quality_fine_art__trending_on_artstation_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480503327907970/03038b3e-eca7-49ea-9eab-e780df66f284_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988480478673768588/ebf3284e-8cf8-4b13-a85e-ad754b98aea6_dwella_dark_warehouse__rusted_metal_plastic_water_sludge_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480465533038642/67c17579-2d30-406b-a4a0-f83f58667946_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988480299266613338/f26d63d2-1370-46b6-81f1-f1e01dbb182b_wei517_a_sad_ghost_floating_on_a_weird_world__detailed_high_quality_fine_art__trending_on_artstation_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988480264361639996/9bff8a3a-686e-43c8-81c9-ca26adc5ba54_ZrinkoK_a_point_and_click_adventure_that_looks_like_machinarium_robotpig.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480233097265212/711938b3-6cc9-4871-b929-60525aa6f062_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988480221332242442/67e2d443-ba09-48d4-b2bc-326da13387f6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479903508856898/d2bb7697-5e04-45dd-8f73-51d76c89320e_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479889986433034/44a693d4-5532-4fea-b7e4-acf70bdae816_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479754820792330/f88a9a7c-c623-4319-b29c-4caf8b0ded77_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479637866836089/5a09b91c-a48c-4cf7-af79-fe9aadc49c4e_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988479566026768494/0cf94d64-ecce-49a2-85b9-0d9ede0a070f_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479504760598548/b4f8b117-2481-4978-ba7f-f740681e9403_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479393020125234/9a49aff4-d5dd-4b09-bf3b-e0dfec197048_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "[{'id': '988479338171203624', 'type': 19, 'content': 'Ahhhh which is your fav here guys???', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:23:59.278000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988479101889286204'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988479289487945758/1428fb8e-0c3b-4617-bbb9-47b153e3311d_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479146759946371/ea181f3e-15e8-4e8f-acae-e2a24e7d64a3_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988479101637632000/b4602273-8aea-4759-9494-31068256aa92_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988478687500447804/bfebef24-6caf-4a1c-b6e7-351c6619221c_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988478628067160084/7fa2c2bc-4bce-4457-b526-f4bba6d2cea2_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988478593279590410/8b096016-6cdd-4852-bc40-652ff1332835_dwella_twisted_warped_broken_metal_shrapnel_tightly_wrapped_in_net_and_cellophane.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988478524312670248/51f49fb4-764a-4e15-8a22-73b492fc82c2_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988478402476511262/ea60d614-c30f-40eb-b51c-fd968b1a3cd2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988478347539529808/9052041f-c245-492f-9cf7-9ce931fe7666_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988478211535044628/ede70f3b-9501-42ad-be72-2726b7c204ab_dwella_twisted_warped_broken_metal_shrapnel_tightly_wrapped_in_net_and_cellophane.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988477942386544730/8a147d0a-6319-4971-a3a0-9c2e971aaa16_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477912971874314/6ecce6a9-f159-47d7-9786-1145e960be06_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988477860719231107/ea906fca-58c9-4ec9-bcf6-8af7aacd1aa6_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477860144644196/7c0990c6-0392-4162-babd-6a743acb99ad_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988477827055779892/ebcff094-117f-42d5-8fc2-5cdedf4930fa_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477826716020746/fde562bf-c6f4-43c6-98fa-87fd9dde0adb_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477722294632508/786b3b31-c28e-4ec5-86e8-0b820cdcb2f9_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477687465140336/50f10bcf-dbbf-47bd-814c-5b856f74a9a3_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477621107044472/c6abc1fc-5780-49d4-b597-f4ff255f7c8e_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477422141849660/1482ca25-486b-4cea-b552-8b0a6a5e299a_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477388268638218/f27e5db3-25fb-4392-ab68-12356d8859a7_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477355943166022/20cee801-f285-436d-8fad-08b08101cc79_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477292294594570/7d577118-831b-45f8-9612-4b6d774518fa_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988477253384016002/d0c129c5-5af1-4c26-98ab-0916ab88a19d_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988477243741339678/6203b966-7796-4887-a117-d27670ba9724_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988477234656444467/2c1e28b6-4057-4835-b0e6-634e9a33b1ea_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988477205602533406/070ff9ac-f0f4-4009-b9b5-15b2a5b8d8f5_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988477203438264480/b78a975d-070b-4382-9e83-d6cb84957734_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988477162451521627/5469393c-561b-4356-93af-439394dbd7b5_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477153081450536/8d92d4d4-40cd-4fc2-9f6f-38474ad21093_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988477150325792778/dcd7fd38-687b-46e0-8c9f-99618fcf47fb_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988477140695670814/7356fc9f-f1ac-412c-89d9-edd75d1dbb5d_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988477104528187482/27af6139-bb52-4a8e-b386-1ae263933e9c_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476940132433930/8196a7b0-4e99-4bdc-be5d-1ac961661f16_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476935942311946/a3a39592-df3a-438f-b05c-8c6fc5163e12_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988476826638749756/36532e94-6df0-406d-b5ba-9ffffe616be7_jesse10am_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988476824537411646/22c4030c-6353-4cae-98ce-56c3b1ab9095_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476823006478346/4b08c7a2-8669-405b-a06f-2f57a00dfa64_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476759404073030/69f31506-fe7c-4d13-98e1-b707e27003ae_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476695671603231/8087cf12-5b86-4245-ac73-f2e7d150ed65_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476614352453682/8b7eb6c8-cc36-42a7-ba27-98d406b106aa_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476554831085598/a873ee10-da47-4daf-b9b9-8474ee25578d_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476443656876162/df3a87fd-577c-4397-bdf0-c34d19045d8c_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988476409192267867/aba9ec23-bcf2-4707-ab0d-e751797dd3f8_jesse10am_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476407720079450/3126a922-ee24-4a84-be60-000b74fc3426_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988476381123969095/e6f92651-4d7a-492c-b7d0-2548c55864a8_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476250005852280/d3552733-5a1a-4698-b607-f2c46ec296d6_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476234168143963/19e618f2-0e87-43d1-b464-682c4e23c93a_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988476113179254864/03f025d7-ba7e-4cd7-ac49-12a901c27869_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Gary_Byrd_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988476026613039134/68567712-c311-43ec-b912-69a7cf856e5d_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988476018236993546/ec591b84-6ee4-49f3-b282-827fa51108f9_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475985848573952/2f1c2a98-4924-4119-8b4e-f5879c1e0460_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475981402628126/01df7877-b374-46fb-bf2f-9f154c9f2d24_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475914813866014/88254a5d-c478-4757-b9f7-7b1d031f914b_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475897000652800/d824c28a-7589-4288-8f09-7db3e0f832e6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988475892265259039/f9510044-c071-4876-920e-502c0a3d99c6_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475842097213480/81d80f95-f053-4db6-823e-7b5a6927f5ca_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475828704804964/6a573364-c172-4786-8386-7b5cd2cbc33c_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475758206918727/23a0932d-f153-4310-9431-7d29d50bdad3_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475653655515167/5c7e453c-dcfe-4f9f-b194-bfc2f5ff4e39_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475575977013288/f2c54650-c11c-485c-9602-7d67155aec57_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475568137863168/93c83737-58f2-480a-bea0-9d4a1f7db3c5_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475514513657936/5e6eb129-b286-432d-8f46-6f200eea306a_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475464446275624/8ba43951-12dc-4367-a9c7-1eadd0d80a4c_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475455189434459/815e183b-d7c6-46ab-bc7c-88b83f331b86_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475422004113429/7f441326-a456-469b-a1cb-8d8e01cb3415_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475362566602822/84e40483-9532-42cb-8592-6fd45f6db8b0_MissTwistedRose_cats_covered_with_many_glowing_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_eme.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988475218362241044/bc9a8c01-bd88-4543-add0-a4d53308a1d7_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475129300402186/ad131725-697d-4911-a4a3-ae672d83d213_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988475118521036830/de54ab72-d29e-4498-83b5-5b7c1f69ce40_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475096131862618/bb4c6e4a-d2d9-4d5d-b813-881cc42369ec_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988475018583371816/e33f924c-e30b-4309-9047-c166b50aafd7_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988475008693190716/bf17671f-cb17-4c8d-a4a8-95c400322a9d_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Gary_Byrd_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988474981979660359/9cade63d-508d-4408-80a7-1522e90834cb_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988474969417728130/c96de25c-5aa7-419c-beeb-169069e90093_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988474953529688154/59d40518-0c36-4b9b-83ae-26bc39b83d5d_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988474941081002035/37aceafc-e754-4ca8-85ef-b1bdf42293e9_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988474939709472838/33c82764-bd3b-41f2-8c15-279846950b27_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474884810223626/4c9619ba-4de1-41dd-b6fb-9da6ae5d49b3_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988474804988420136/534c7914-51fc-4723-adc9-7f92cb99c152_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474779235397672/ee556b13-e0db-4114-be18-e4444487c7b6_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988474751678812200/b2bda6c5-0ce7-4a71-af9f-c3ef7f023a3f_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988474742900133918/4af1ebe3-b3ae-4313-8ea7-47a5b4ee055b_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988474738026348574/506b0048-34dc-42a0-a04b-61bf68d2b085_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988474737447563324/153663dd-1da0-4cee-9799-a6953f8f1eb9_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988474722448728124/63b24595-5e6a-4963-b9ff-63077ccc9b6b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988474598708379648/39979219-7602-4f02-b11b-5e4cf51afbb5_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Gary_Byrd_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988474529225515030/46661a65-08e1-4d5c-8a3e-91b8908d118e_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474522778890290/b877067c-69d4-4f01-9419-1a82c4870d26_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988474447319146596/ca2a9cf4-73b6-47ca-803d-05d3116f0172_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988474413286563850/8b2f9e26-a5a9-478f-b24f-62b1081741a2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988474396505174066', 'type': 0, 'content': '/imagine system shock, datamosh style', 'channel_id': '988474394244415548', 'author': {'id': '382142869374500885', 'username': 'Davilone', 'avatar': '05ab5c33f05b92bfab836cebecb381a9', 'avatar_decoration': None, 'discriminator': '4366', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:04:21.093000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982420838810804304/988474344692940930/d64a8e09-27e1-423e-8030-4a1d7b7627b4_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "[{'id': '988474333125038231', 'type': 0, 'content': 'so many good ones', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T16:04:05.982000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474295409844264/d88904a6-7221-442e-bf53-7407503e4f15_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988474289315532800/5e452ec1-6f72-4d4d-907b-604b9c4db208_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474204607369286/38e3d39b-18ed-4cb5-a7bf-8a1978845603_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474084121804860/7cff8f31-038e-4493-bbbd-5d0ec8687b2f_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988474083387768842/5637bc38-1465-461a-8b50-55e53ef5a009_sapadog_under_the_dreaming_tree_by_Phillip_Guston_Gary_Byrd_Salvador_Dali_William_Morris.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988474078119727154/6f3a8bf1-084d-47d4-84a7-fa488af91af5_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988474052358332476/4fb4f02e-1b33-4148-8436-71f64086e28d_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988474028048134164/b73723d7-5ad2-435a-b3a5-2c601ef0ebfb_ZrinkoK_first_person_shooter_video_game_perspective_shooting_weapon_walking_thorough_dark_tunnel_looks_like_.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988474026856947763/8f4ccda4-e3e7-4b06-a570-9392df9e451c_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473933739229275/24777180-8071-4690-a8ad-22b6ccb17afd_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988473913984032858/38383f66-1e88-4157-aed8-f6dd2fed84eb_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988473890575622164/beb47891-96dd-4432-9ca1-d245b45d58a0_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988473879896932422/d7dc5c76-8d54-4bd0-8c09-38fb30b288ca_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988473746828447744/3a8c2bad-89e2-4b27-9383-431765898b30_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988473639059992697/f248ed24-f798-4d56-bf16-0d6eb0a452b2_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473635415150732/e96287e4-b1e1-40ab-9a0c-810dea75b048_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988473621385216020/e722b183-07ef-4527-8a76-9df0206337e9_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473620047220767/d44fdf32-70ea-4495-85cc-43b3be06eaad_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988473602133344297/9a2ec859-af60-4a48-b34a-b52d4a1c4ff4_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988473593073659975/b59a0bda-0097-42e2-81be-097c659d7e80_sapadog_under_the_dreaming_tree_by_Greg_Rutkowski.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988473551701033090/a03b3751-4eb8-4e8b-8213-3cd28a2ab608_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473548668555264/4206a1af-beb3-45f5-ac20-3cf1999b4ae5_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473507216248962/2621a5e0-79ba-43e2-8ee1-3450f0aafdb1_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473438610014308/eef18d2d-7189-4e99-a50c-6d2acdc3f5a9_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988473403033935912/efcf3403-876d-4d32-b317-1446672e575a_sapadog_under_the_dreaming_tree_by_Greg_Rutkowski.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988473326160719952/85bf2a7b-db0d-4bd3-8ac0-f8272b925f7e_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473321899327528/6b1c99e4-0dc1-4b92-b13e-ee7757d8236d_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988473216215445514/72d75c44-17c0-4efb-880f-36390de04893_MissTwistedRose_cat_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_vo.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473204769181716/8e8c6156-0dd6-4a24-b564-23d94f1d3b88_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988473171273470002/87c77017-6163-44af-889a-1dd195213f52_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988473151388274769/594bca4f-3480-42d5-bfa2-143865a3c6a4_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988473098623926322/8a2dae41-90c5-440f-8f0f-46888251cde2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988444389384790097/988473023101304912/ef955e38-e18f-49e5-881a-52ed67ad7c03_Alex_Danila_ancient_egypt_agriculture_eaten_by_locusts_shadufs.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988472994395459654/012ca2ef-96a8-4189-99da-af01d134bd36_MissTwistedRose_cat_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_vo.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472980717834330/c35a027d-f510-439e-85c4-f49ffb5cfe6a_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988472937147433030/04392c0c-8825-4736-8700-1844eec1d634_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988472915311878204/818760bd-48eb-45fc-b5c2-b97e97bbdb3b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472893165961286/50394ec4-2dab-49e5-93ca-04fac4ecba8f_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472872060211300/6503274e-cd4a-44ed-9797-95fb2c19bead_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988472861129859123/e440a68c-a42b-40cd-8cfd-e629680fa635_ZrinkoK_first_person_shooter_video_game_perspective_aiming_weapon_at_ghost_far_away_walking_thorough_dark_tu.png\n", "https://cdn.discordapp.com/attachments/988444389384790097/988472837390102618/5adf30f3-5f11-4c50-86c6-9defa58116ea_Alex_Danila_desolate_wheat_field_eaten_by_locuts_ancient_egypt_dreary_shadufs_filled_with_locusts_waterwheels_bi.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988472837243289611/72d75c44-17c0-4efb-880f-36390de04893_MissTwistedRose_cat_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_vo.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988472823624372254/3d41fc23-541d-466d-8582-264a79ae9999_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988472819698503740/879e645a-b594-443d-9807-19fa6c1a8547_sapadog_by_the_dreaming_tree_by_Charles_Dorman_Robinson.png\n", "[{'id': '988472714425684029', 'type': 19, 'content': 'visionary!', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:57:40.054000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988472241283039332'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988472666778398740/6201c751-594f-478f-a594-09548406e025_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988444389384790097/988472657324412928/20ccedf5-7cf3-4134-96d2-e38c653f27d6_Alex_Danila_desolate_wheat_field_eaten_by_locuts_ancient_egypt_dreary_shadufs_filled_with_locusts_waterwheels.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472647367139339/e12e7fec-c366-4626-a787-94cc81de6625_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472574306578462/35705173-66f1-406d-80ca-c12bc102d178_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988472507155742782/941dc440-9492-490e-819d-dcf8ad919aef_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988472500381974618/48ce5e3d-236e-4f15-8dd8-faafeddbff0c_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472459386822726/d704c631-4944-4ded-adde-985bb31c7f52_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988472419352211456/6b3c157e-e9b5-4086-985d-7fd9eddfb871_Felix_Deimann_80_shots_automatic_generation.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988472417527685160/8b904eb9-d5e2-43da-ae2a-b24731cf1281_sapadog_by_the_dreaming_tree_by_Henriette_Browne.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988472311298551858/97b640fa-604d-40f8-9587-cda11c86bb63_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988472307502702642/3699cf01-3589-44b7-be5a-ce95e62aa3c3_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988472241283039332', 'type': 0, 'content': 'The split face', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:55:47.248000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472239013904425/89107f29-9c4d-4ca1-954a-67ff3783fe03_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988472232512737321/46289d36-65d4-4c39-87b8-c0a796024cd5_jesse10am_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988472218373734411', 'type': 19, 'content': 'you like the squish?', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:55:41.786000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988472111955857449'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988472183149953024/fbe0fe65-4006-48aa-9f07-acdbf5ff20af_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472169308766218/e43f170d-9c85-42b8-a91c-7175aad0ad7d_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988472161171824640/57f4753a-996a-46f9-8fa2-b73c98722a01_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "[{'id': '988472111955857449', 'type': 19, 'content': \"That's what I saw\", 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:55:16.414000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988471808745439262'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988471999271698473/068e3093-00c2-41fe-9da0-ff689b0ef8d2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988471956313616394/c6e930b9-e2e9-4bc1-af9b-6a1faed0a36e_sapadog_by_the_dreaming_tree_by_Shari_Erickson.png\n", "[{'id': '988471933928628255', 'type': 0, 'content': 'oooo getting a split face color cat now! hell yeah', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:54:33.969000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988471917491154974/78c49a38-d36e-4440-b616-08828696e0cf_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988471881306865704/bca306d9-af77-49cd-aed8-f76c8b9f278d_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988471879121641554/a7f3351e-60e9-4166-b00e-231b1261b71a_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "[{'id': '988471808745439262', 'type': 0, 'content': \"lemmie see if I can get sometihng good out of it. I just don't like how the cat's face on the left is squished\", 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:54:04.123000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988471754580185108/489d9158-e359-4037-a8df-b589291726a8_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988471682282979359/f5379cc7-2d69-4961-a214-7a6658f564fe_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988471617426440202/ac941588-582e-4393-877c-1fc08b7536c3_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988471593707638876/2c114020-32ed-4b25-a280-c02979ca760a_sapadog_by_the_dreaming_tree_by_Shari_Erickson.png\n", "[{'id': '988471520022130748', 'type': 19, 'content': '#2 is interesting', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:52:55.286000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988471161589497936'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988471461129896056/1e2269a4-8bad-4ea2-a746-ceaf1d24bc0a_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988471327038005278', 'type': 19, 'content': 'Dangerous obsession👻', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:52:09.275000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988471109680783380'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988471297325539348/f5b8ea03-489d-40b6-86f6-7a7a04de7cfb_ameades_neon_metallic_clear_salt_crystal_glowing_sphere.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988471196343500870/56eb80bd-18d4-488f-8e5c-5617b78ad871_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988471161253941330/1b7e5444-41da-4721-a7aa-518eec9c71b2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988471154777919600/df414360-0305-4072-90b8-54dc7b5f6ef9_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988471107843674112/MAX_Banner_1_merge.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988471104291110932/7af31eba-6341-4f94-b9a5-fe76bc284850_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988470946312630292/60db6bc9-7ee8-4c4c-ac48-3b3fc0c10a10_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470945553453076/5902dbed-5077-407d-acdf-61fab486d69b_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470897608372285/145375b8-cb9a-4226-be4f-748de5279298_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470884928999464/408b6eac-df21-422b-88d9-e2258f8f3414_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988470875105927188/945b2073-697e-473f-a053-5dc2aa81c3ef_SteveTheNinja_an_abandoned_building_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988470859402453062/f9758ce1-3cdc-4251-a024-a034e7c22705_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988470852154712154/711be169-880a-4954-afe0-cdcccf7b8010_SteveTheNinja_an_abandoned_building_under_the_sea_dark_realism_digital_painting_by_RHADS_and_Ivan_Aivazovsky.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988470838208643122/8a3e2f3c-b58c-4c4b-986b-419be47e1fbd_Famous_the_night_of_summer_solstice_by_Kusama_Yayoi_sophisticated_fantasy_outer_space_view.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988470823071391874/5370ffeb-cb4e-4ad7-ad10-f149165e853a_sapadog_by_the_dreaming_tree.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988470657794834502/1a3a7c53-2ed5-4596-a5fa-81171fd8acbf_ZrinkoK_amsterdam_apocalypse_like_rick_and_morty.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470647275548763/6f93f710-eff9-4c4e-b2ce-9d843d480fab_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988470623745495110/ba196768-7cca-43f2-bb46-1bd03304814f_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988470606955675758/850f9eeb-1835-4266-a5c5-152891746e4a_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470598630002818/c0396b67-ec71-452e-8301-cb9c7edbea6d_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470587976474644/14028d42-38f2-49c6-b6ad-ea8c59919db9_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988470586692997181/34e08ca3-9378-43b2-b2f0-6b0eac5489e7_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988470499707322408/a01e3c2f-eec5-44c8-a2e0-af324d8a089c_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988470414898495588/46a3b2e9-282e-4bce-9916-7ec878cf50fb_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470348980834334/4bf344f6-cfe8-4274-bc75-d4c87ede8cef_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._huge_glowing_balloons_in_the_sky._ph.png\n", "[{'id': '988470318236581999', 'type': 19, 'content': 'OMG thank you! I am obsessed with them! I was making a twitter banner', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:48:08.758000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988348506932662282'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/952585207331049573/988470243011743794/342ebe22-eadd-4af8-aac4-277a72772629_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988470198937989232/fd4272b5-6bac-493d-9a02-d3822367be3e_SteveTheNinja_an_abandoned_building_under_the_sea_dark_realism_digital_painting_by_RHADS_and_Ivan_Aivazovsky.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988470125495721984/369ff31a-131e-4429-8f69-6bc76eb5ae78_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988470098861891614/1ab62ae4-d908-47a6-9e5b-4e955d54d3eb_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988470036165451836/34618061-6df6-4c24-8cdc-e6a6777e6b3b_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469806732832818/f959ec71-1ee1-4c57-8237-d1f86b8d483b_SteveTheNinja_an_abandoned_building_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988469804820201523/7bc1ee28-bffa-4d5f-8ec4-724fb514d129_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988469800911126558/52c0e047-8ea5-4c4d-b3cf-3bc9844ddef8_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988469792358944869/14af89a4-303c-4dcf-974a-32e2ef926258_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988469774247952434/4809e585-fff1-4a2d-a3dc-3adfa13d5637_Famous_boy_born_on_summer_solstice_night_neon_light.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469740538302464/ddf69ca4-3e66-4146-81c3-4cbeb422c926_SteveTheNinja_a_mountain_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988469724209905664/5017f2d0-d20c-45d4-a85f-a52932105c7c_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469720384671804/5ffe0d6f-d31f-4fcb-af52-dc03e5f6455c_SteveTheNinja_a_mountain_under_the_sea_dark_realism_digital_painting_by_ivan_shishkin_and_tyler_edlin.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469702965751808/9b9cac58-404d-4a84-9854-f52d83870a1e_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988469643784126534/aef18d5d-665c-45e4-b03d-c9f9f15b93b8_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469615887798322/e42b5758-f5a0-4ed5-9c63-d88f2d48e096_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469601312575508/89a7cd17-7856-41ae-b8e4-9b92e65cf73f_SteveTheNinja_a_mountain_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469541971562546/e242144e-9e63-4708-9b31-43aed4b08585_SteveTheNinja_a_mountain_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988469534497329232/d4c74d66-b230-4539-a4af-7852474285c2_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988469503421718638/344e3d86-60b1-4420-a3cb-49d94f2bbc82_Famous_summer_solstice_night_in_the_style_of_Kusama_Yayoi_cell_membrane_cyberpunk_satellite_view.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469486334115900/3a74fda7-f8e8-41fa-ae15-37142bc06d0f_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469475131154503/f047c6b1-611f-4fbd-974c-df0497e9cd67_SteveTheNinja_a_luminous_cyberpunk_monolith_in_a_mountain_landscape_dramatic_scenery_digital_art_contest_winner_di.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988469399675617392/1c12c266-e7a4-4a77-9a55-11b53684dc12_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._photoreal._hyperdetail..png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469378913796136/19f01823-0955-4ebf-b3c3-6b63606e0479_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988469370227392542/64d545b5-38bf-4527-9867-e20dd75a21dd_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988469362572808222/67f3fc9d-9fd0-467b-b660-9392de68b641_ZrinkoK_post_apocalyptic_flooded_amsterdam_muted_colors_dramatic_chaos_crumblinc_rain_haze_humid_broken_boat.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469356918865940/c5c53904-1792-42d1-90ff-57780831236d_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988469305802907718/01f51302-b844-40e2-ba1b-847bf7c49e0d_Famous_artstation_summer_solstice_night_in_the_style_of_Kusama_Yayoi_cell_membrane_neonpunk_A_birds-eye_vie.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988469292771192902/aeed48fe-9d97-4863-bcbf-49cf91091a27_Famous_artstation_summer_solstice_night_in_the_style_of_Kusama_Yayoi_cell_membrane_neonpunk_A_birds-eye_vie.png\n", "https://cdn.discordapp.com/attachments/987023186166161458/988469290040705025/3ba5fdfc-3f56-4fac-98c3-b6cf3f8f1a75_soul_11__lightbulb_astronaut_Starseedhelmet_like_a_crystal_ball_reflect_light_in_sideidea_moving_images_movi.png\n", "https://cdn.discordapp.com/attachments/987023186166161458/988469277378101398/afbfccb0-54b8-40d1-b829-a124a7e87105_soul_11__lightbulb_astronaut_Starseedhelmet_like_a_crystal_ball_reflect_light_in_sideidea_moving_images_movi.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469250194812938/2cbd5b4d-eb88-46fb-ac7f-b74e78642cd8_SteveTheNinja_a_mountain_under_the_sea_dark_realism_digital_painting.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988469244993867796/17566a84-3617-4603-958a-328d45df9ddf_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988469227662999562/e7375b53-ab01-49e6-a838-de16303fd291_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469149766410290/deed69c0-d004-4e41-95e0-f0b063525328_SteveTheNinja_a_luminous_cyberpunk_monolith_in_a_mountain_landscape_dramatic_scenery_digital_art_contest_winner_di.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988469128727785472/39340001-6eb1-413f-88db-890920c680da_proxima_centauri_b_a_luminous_punkrock_monolith_in_a_mountain_landscape_dramatic_scenery_digital_art_contest_winner_dig.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988469059299471410/7a98f051-bf47-4170-9682-4a705c53b2c2_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988469045932195880/b3f1232b-5488-4c0f-b986-f7918d7a50f4_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/987023186166161458/988469001762001017/7d4b14d7-ed38-4b59-ad05-393f753f9fe2_soul_11__lightbulb_astronaut_Starseedhelmet_like_a_crystal_ball_reflect_light_in_sideidea_moving_images_movi.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988468998054240316/34bc3c6a-1fde-411c-80de-a5e280ee605c_SteveTheNinja_a_luminous_cyberpunk_monolith_in_a_mountain_landscape_dramatic_scenery_digital_art_contest_winner_di.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988468965246398514/5fc08c6e-3aa8-4243-b5ff-95a08b4d9723_Famous_summer_solstice_night_in_the_style_of_Kusama_Yayoi_cell_membrane_cyberpunk_satellite_view.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988468901664919633/2c28dc25-4673-45d5-8aa5-2591a6af3fae_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988468817074225162/de3438af-f19e-4761-96e5-684cb80a358e_ZrinkoK_post_apocalyptic_flooded_amsterdam_muted_colors_dramatic_chaos_crumblinc_rain_haze_humid_broken_boat.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468762497933393/6a191051-2b4d-4984-93f8-ce0983e83fe2_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468608382427186/0d895381-93ed-44a9-bc27-f5a2b1e6452e_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988468573615849592/5287f65f-dc5c-4c95-b451-b278c6d2e644_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468540837351444/9ed50517-8ee3-4b61-9225-15c7e3ef3a14_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988468518674632726/1bfbaed9-6a8e-4880-bf16-8f522df273a8_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988468497132683264/f5ff2877-cc8f-45b3-bfd3-c8110d891a42_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468384628879397/71e27748-acda-49e5-9c84-a27a1b338544_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988468339292667985/cf868130-e41e-4092-aaff-9a9fce3e9a44_ZrinkoK_post_apocalyptic_flooded_amsterdam_muted_colors_dramatic_chaos_crumblinc_rain_haze_humid_broken_boat.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988468287245525033/328b8cae-36ef-48a9-ab14-a7a53470939c_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988468237991813191/b4a8a966-86d1-4df1-95bc-77fdb122d71f_Famous_artstation_summer_solstice_night_in_the_style_of_Kusama_Yayoi_cell_membrane_neonpunk_A_birds-eye_vie.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988468165874954290/72338b0f-4aba-4d44-b923-a3be47486419_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988468154520961084/73dfd904-6944-4310-9303-270e41ee705d_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468090960506910/b4bc1d97-11ba-4abc-a778-117465346cfc_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988468048333783140/57628107-43e3-4558-aab4-dfc00904a01d_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988468030432497674/0c6ac601-765d-4a5a-8ebe-7aebea9cfacc_ameades_massive_fractal_spiderweb_spanning_across_a_jungle_road.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988468013172924436/6e729592-a0d2-4841-8321-eb4f4c7d30ac_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988468009112858684/9b972368-3aaf-458f-a306-9c0a38b2e5e9_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988468008706002964/e64bc7ef-2dda-40b5-bc96-feb932dcecf0_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467983380807690/6ed6e846-5483-4b4a-80a5-7de415381902_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467974212026368/08589600-7db2-4122-824a-25dd57770474_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467963248148570/ad1d145a-e06c-43da-8e07-0a8c949f141e_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467915030405180/886794f3-62f2-49f5-9caf-11f4a3774228_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988467909217107978/df217f9b-461d-4b13-8d5a-3f5375c60c2c_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988467898626486332/621bf88d-11c0-4bee-9419-69850737fc97_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988467869379624980/04b55f8d-a5de-4092-a126-da93d218e73c_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988467825947574292', 'type': 0, 'content': \"artstation, summer solstice night, in the style of Kusama Yayoi, cell membrane, neonpunk, A bird's-eye view, --w 390 --h 844\", 'channel_id': '988122257937297469', 'author': {'id': '537259557785829388', 'username': 'Famous', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5772', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:38:14.550000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988467766606577724/4a72fb55-5939-4243-b693-0406ea453891_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467727985426483/03a917ae-15ae-410b-af6d-e97b53619ced_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467719617790012/a59ed111-4653-426a-9fab-d52e03747316_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467708968460298/d6e30b7b-ad7a-4f1d-a164-8baacc314abc_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988467647551246416/5e69ba2f-a1ac-479f-86a7-a8541e06f583_ZrinkoK_post_apocalyptic_flooded_amsterdam_muted_colors_by_van_gogh.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467598830206976/a70a89a1-787e-4ef5-93bd-2b5c513f9630_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988467586666750032/a62fa2a9-a145-460d-8751-f6fa52c6a4cd_ameades_massive_fractal_spiderweb_with_cars_caught_in_it_by_studio_Ghibli_and_James_Paik.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467575803498506/8d68dc5f-dfd6-45cb-a453-309e892b7f5a_d4bs_eye_of_the_beast_by_Dan_Mumford.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988467433578823770/ac919476-3474-48c5-a0e0-d28976630380_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467402998186024/d6fd0cbc-e87b-4990-bfa7-cdb09a7525d6_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988467393602940998/05022dfd-4e79-4f3c-809b-656b5bd6feaf_d4bs_cyborg_eye_macro_hyper_realistic_high_detail_cinema_4D.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467386707484752/47dd952b-0176-4310-a85c-a2ea8244153b_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988467209196142662/c1c6b960-c552-470b-91d6-946ca0748498_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988467205807157298/828eeb18-8be7-446f-8735-1e57920bcba8_ZrinkoK_post_apocalyptic_amsterdam_painted_by_dali_flooded_abandoned_concept_art_oil_painting_dramatic_sky_h.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466949275132074/c6434879-3307-46a5-b58f-abe7c5f5c920_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988466942362935337/7c725fa5-70cc-4e93-ac6b-d9429253fb51_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466936272801872/551b2de9-de7a-461e-b049-046a8640eac5_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/986311518037610526/988466933798158336/2035cd14-660c-4dd9-b347-5ee1030ab2c0_d4bs_seeing_the_world_through_a_blind_persons_eyes.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466911870320640/530b36a9-c4a6-4eaf-8cd8-7555f3975180_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988466762246918224/781417e3-f7d2-4875-a194-e4a7cc10acf7_Famous_boy_born_on_summer_solstice_night.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988466680692887612/960c3658-bf23-4e0d-b189-0b842d5cfc98_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988466640880566353/938aa0fb-6f9d-44b0-b27f-7dae31c85789_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466620349448212/24adb6c7-f9b8-41c6-8af4-1de317f59127_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "[{'id': '988466598270615554', 'type': 0, 'content': '/)', 'channel_id': '986311518037610526', 'author': {'id': '436360273616437258', 'username': 'd4bs', 'avatar': '354598c9d56efdced46a2cedb22e4e4f', 'avatar_decoration': None, 'discriminator': '6442', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:33:21.849000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466547494359040/55ad6a12-d351-4a85-9e41-428c022eb7d1_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466501164085288/e20fc6b1-d8f4-4cf2-8c5b-a3d6c3960233_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988466478837813298/bc63db6a-670f-450f-ba21-c8f29ac51582_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988466379789332480/98e5f411-644e-486d-a4f9-bb387ee803d4_Famous_boy_born_on_summer_solstice_night_neon_light.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466378434547732/fef56389-59eb-4240-bf46-f65583a9c402_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988466308570046495/51d666cd-2412-4b7f-8040-d62e3402030d_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988466216395997254/1199c090-f3ad-408d-aa2f-ff153bc3efa9_ZrinkoK_post_apocalyptic_amsterdam_painted_by_vermeer_flooded_abandoned_concept_art_oil_painting_dramatic_sk.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466076939583548/93ff38c0-957a-406c-bd4e-922eaa1be38b_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466073814855770/9aaaf6fd-e7ce-4205-aae8-c67c8546ee83_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988466067569528862/1588e939-60a3-4d57-bbc2-c7cdab0c9cb7_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988465809179439124/f5920e62-1ea8-4424-bbe1-f594de6323d8_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988465735732969553/54a79f54-e00c-4d79-a698-b77bfaeec0b7_Agror42_community_of_animation_artists_gathering_at_the_lake_of_annecy._concept_art._trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988465689889234964/08e3ac52-fd22-4036-a4b8-c1138144a885_Agror42_community_of_animation_artists_gathering_at_a_lake.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988465552135692379/2c33e7ae-70e5-4fc4-b337-3b31fc490e76_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988465456547512350/f600959a-cc6e-4598-825c-564fec14e60a_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988465401677631578/4f30a9eb-e891-41bf-82d7-65f66cae12f5_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988465353908699166/b6642693-1e95-4ae6-afdc-4ebc148adf2b_ZrinkoK_post_apocalyptic_amsterdam_painted_by_vermeer_flooded_abandoned_concept_art_oil_painting_dramatic_sk.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988465234425573386/7535f1a3-0cec-4543-9810-2972457f0f7b_Agror42_community_of_animation_artists_gathering_at_a_lake.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988465024047648868/ed475f34-c9fe-4840-be30-62ff1e911ef4_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988465003671744512/2bc2974c-71ea-4121-a4db-39819b60dbc7_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988464998294634526/34bcd029-66cf-49ca-923a-fc2821394e6a_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988464785010069515/3c126aa2-a026-46b1-848a-4e51d8c45c2c_Famous_happy_birthday_to_myself.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988464772066451457/74ab0a5b-bffe-4466-84b0-2b5c440ec389_Agror42_community.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988464759898787880/a608fe94-7381-434d-8436-ee8c00861eb9_Agror42_community.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988464756249731112/8d0cc627-04ff-4b2d-b5b5-82e0e88c4fdf_Agror42_community.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988464631037177896/46ed7908-51b5-4bb4-a2d4-77bfa986e528_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988464620849233920/44243cc1-0a4c-4e48-88df-ae5fab902d7a_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988464616487133244/0237b488-ca14-4542-b1d7-2610487511ce_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988464548849807440/8e0abc9b-ba25-43dd-91a8-e71d6394c575_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988464392968474705/7731ba11-d776-49d7-a7f9-b311106e6272_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988464259870629938/830d5828-60c1-401b-8fd2-4256a71ad30b_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988464203880865802/c6da9652-f789-49a0-b1e6-803acafb74dc_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988464194317869077/023c7179-edbf-4826-865f-60c5d0953512_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988464166371196969/ea462a09-7524-4e7f-b21e-fdc8a87e9c5d_Doodles_Robot_with_a_stone_body.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988464161547763742/44459ca2-4308-4529-a444-5870bfe5c1a3_Agror42_community.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988464034145767424/81083734-9377-46d5-ba38-5b101385cad5_FractAlchemist_a_litter_of_kittens_playing_in_the_sun_by_Henriette_Ronner-Knip_ultra_detailed_oil_on_canvas_UHD.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988464031125876787/8c750d67-849c-41f9-b9c0-119ef3fa88af_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988463961747886131/1b6dc1ec-ec37-4260-a9e4-755b7277ba17_ai_meets_soulart_None.png\n", "[{'id': '988463961911492670', 'type': 19, 'content': \"Progress images have been disabled. Don't worry, the results will still be sent when it completes.\", 'channel_id': '966839566378086420', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:22:53.292000+00:00', 'edited_timestamp': '2022-06-20T15:35:24.774000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '966839566378086420', 'guild_id': '662267976984297473', 'message_id': '988463174439305216'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/966839566378086420/988463959583633408/745235b1-de90-41c2-9722-8fa23eb61356_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463942072401970/07fd148f-fccc-4075-a2ce-a00b91ee700d_Agror42_animation_community.png\n", "https://cdn.discordapp.com/attachments/988122257937297469/988463941678170112/005abbc5-c818-471a-8eae-39bfcf31ade4_Famous_happy_birthday_to_myself.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988463929728581652/9b0bed90-1e48-491a-8a6e-e1430525119b_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463916894007306/a244c9e9-a5f3-476c-9855-83f905790c59_Agror42_animation_community.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988463756889698354/8b8ddcc4-166f-4414-99ed-04d2039b2912_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463676979810434/b09772ad-f93a-4e99-921e-9fd916d34391_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463658059333643/201eaa33-e404-4f11-a104-7f71711f37ab_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463646545956904/64c3300b-ab5d-4c81-8efd-ba92d6b3bb1a_Agror42_animation_community.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463633359073300/c555ac17-72df-45b7-b78f-398b0b9bafbf_Agror42_animation_community.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463604711952444/16384e66-4780-4afc-8005-961a99a1e2c9_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463489477644319/acda0f0e-fab7-4f0f-9aad-3b443b7c3bba_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463448893579274/74803f5e-8639-4984-b0f4-479949779b97_Agror42_animation_community.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463436503609434/ddbfcaa3-ffd2-4ee2-8333-1382bf407aff_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463431210389554/062b65f1-c8b0-4a37-8138-4df70c24e6a9_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463340957335632/c2b26788-908a-4d65-88cb-2c2d52e2984c_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463309491699862/6d985f03-6169-4a95-ad69-e76eec78c9d6_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988463244689698927/37d25bdc-8f81-4dcb-bad1-3fc76c7e4e35_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_with_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463221881065492/9966b080-2828-481e-95e1-3b45f8c8c572_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463189656207380/00ff53fb-d1d5-42b6-89da-d13f9d013dea_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463188465049710/ff9bf871-11c4-4a50-96c6-5482c9752e52_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988463174212796436/de1c4b4f-f55d-4cab-8a59-af2b7db8be16_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988463155485225050/ca0c56ae-c4b2-4ed0-8228-753d1c4c872e_Agror42_Animation_professionals.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988463102905442304/0d540afd-c1eb-428e-869c-b7b26e7dd016_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988463022097977445/c9aa4c63-df30-407c-8802-e4df0fd3e2d8_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988463007338217532/4f241ad2-2a68-49ef-9b5c-de54f30925f3_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988462957451182130/61c3bd87-d80d-408d-acd9-c884a5cc13d8_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462945010843679/dd71297e-d75a-495e-a810-d2baf66efd77_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988462819701837905/ef1a7455-fb67-4e67-b16c-db7b753ef9f3_Agror42_annecy_animation_festival.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462810239488090/7ea58d27-4e37-4023-a110-c07f4cd25e47_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462700478742628/2fe95b4b-064e-4ad0-907f-01ffe192c4eb_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462689112186961/3dcdd72f-6186-4d91-89dc-05702a1212a4_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988462638524665896/77ecbfb6-2893-48d4-8920-8bc48fd11b24_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462575320698900/c95bee19-1163-41f3-9ebf-a29f2afd3408_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462558728048741/505e13e3-16f5-4213-9d08-ac68bad64845_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988462514843033681/68c7a923-01a7-41f4-b89e-0c156f875e41_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988462506265673808/2f6ee2fe-5dc7-4a1a-bd88-7d2d57d4f98b_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462458689687602/fbce99ec-23c6-4e8d-8b79-834a87d7c828_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462456445730937/01dccffa-5033-43c0-8649-9dbbe8a20e4e_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988462386547654706/8b92db24-bcf2-460d-b36b-87ff230f2e26_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462334378913802/f0ff557c-f0ee-4821-ac84-f2c28f07a0eb_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988462331346432010/612ed884-d149-45fa-8b1c-cb39bc831cd4_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988462313378054234/3963dfb8-55ee-4992-a628-ffd7e9406f2c_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462307837378560/28fa7540-a38f-450f-9b55-2618c4f87aa2_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462306600038470/3abf8eb0-3056-4a7c-ad86-2450ca1a07cb_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988462301524947034/817ba0d0-05e2-4052-9161-7f87e1b44e17_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988462278959583302/2c2f0faa-c03b-41f3-8a25-118753d93310_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988462273678934097/ea70b3e6-da0e-437a-8555-4f52cc880430_tangara_pinhole_camera_of_jesus_christ_performing_at_American_got_talent.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988462228493697095/b9ec0246-c470-4ce0-8d75-63477c13ef62_ai_meets_soulart_Sea_of_flowers_by_Abraham_Bosschaert.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462197879476264/52ad3b13-7193-40d2-b398-2ade2f89b079_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988462179894317126/f8d15bd1-7db3-4856-81eb-7375b91acd3a_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988462047299772416/cd1313b1-0cd1-4c89-a379-7299deb64764_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988462046200864768/d9a3e2b8-a6ae-4024-a8c3-96d978e13ae1_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988462010029178880/19f260ed-136e-432e-bbe9-2bcf0758dbc3_ai_meets_soulart_Sea_of_flowers_by_Abraham_Bosschaert.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988461753631399967/678134b2-2b35-43e6-871e-771cf464f14c_ai_meets_soulart_Sea_of_flowers_by_Abraham_Bosschaert.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988461578741497937/eb49261f-3f66-4780-8f8a-78ab86f491ef_ZrinkoK_post_apocalyptic_amsterdam_flooded_abandoned_concept_art_oil_painting_dramatic_sky_humid_haze_crumbl.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988461556788523068/de7c26e5-373f-4735-9cb5-ac8d82f96550_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988461406116528178/1f5b45f0-d450-4b73-bce6-7c47d4862e22_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988461332573585478/3c26d81b-8b53-4ac8-894e-5b89fa8681b2_ai_meets_soulart_Sea_of_flowers_by_Abraham_Bosschaert.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988461301984559144/40faa85e-7efe-4600-b711-fe3aa0aa89a9_sapadog_None.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988461234452066384/652f23a0-64c3-4941-a25e-c4162177e81a_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "[{'id': '988461080084906054', 'type': 0, 'content': 'https://s.mj.run/-JDYVMY2vgw biomechanical wall, frontal, dramatic lighting, in the style of Giger, hyperdetailed, animal skulls relief, mist, bull horns', 'channel_id': '985895783209533490', 'author': {'id': '902656786895605840', 'username': 'Adamos', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5677', 'public_flags': 0}, 'attachments': [], 'embeds': [{'type': 'image', 'url': 'https://s.mj.run/-JDYVMY2vgw', 'thumbnail': {'url': 'https://s.mj.run/-JDYVMY2vgw', 'proxy_url': 'https://images-ext-1.discordapp.net/external/sD8I1OiVjo1pIPzftbqv_YV8jATH5WgC-SjgSSEjBPo/https/s.mj.run/-JDYVMY2vgw', 'width': 256, 'height': 256}}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:11:26.211000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988272902887600138/988461024833331220/91f76dac-7c40-471f-9456-51b85db9c9cc_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988460869975441448/2a424c75-3d0e-4ab1-97e3-18e5991d0da5_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988460853609250816/4fed6e24-a64f-48ea-a70f-e06471a19367_ai_meets_soulart_Sea_of_flowers_by_Adrienne_Henczne_Deak.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988460792686985287/d259a0c9-561e-4a60-b0c2-c9edfdb299dd_ZrinkoK_dark_skinned_historic_oriental_palace_guard_with_golden_armor_leather_spear_draping_clothes_muted_ea.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988460757031223296/60bf8879-8886-481e-8596-c5910709f8b5_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988460623203540992', 'type': 0, 'content': 'biomechanical fountain, frontal, dramatic lighting, in the style of Giger, hyperdetailed, animal skulls relief, mist', 'channel_id': '985895783209533490', 'author': {'id': '902656786895605840', 'username': 'Adamos', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5677', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:09:37.282000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982867438905491546/988460622792519740/48a77fd7-69b8-4d2c-8cdf-7f62633c7342_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988460567662579742/4275f284-801f-475f-98f1-1df362604c99_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988460262615027722/d0065014-5f8c-42d6-a91d-7f4a5fd20485_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "[{'id': '988460204255510548', 'type': 19, 'content': 'Unexpected error :c :Failed to request GET job-status due to non-JSON response.', 'channel_id': '983778012401119242', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T15:07:57.397000+00:00', 'edited_timestamp': '2022-06-20T15:14:08.133000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '983778012401119242', 'guild_id': '662267976984297473', 'message_id': '988458944722763826'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/983778012401119242/988460192687616110/664c8d18-27f6-49aa-98f9-103007a94087_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988460121111805962/78867b61-9b92-4040-9e9b-7266b64ea6ed_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988459895848321074/8776cd52-2428-4f42-98db-3de8bb0cc6f8_Erkan_Cerit_gpeers.totorrents.phpsearchstrorder_bytimeorder_waydescsearchsubmit1.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988459890961940510/45245f3f-63c7-4cdc-82c1-1d375a0893b5_ai_meets_soulart_Sea_of_flowers_by_Sarah_Morris.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988459841917952011/b68d61df-09e5-402f-b686-8374c6b8fe19_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988459645729394738/2207471a-5aa3-4ec8-9cbb-8753f5467d68_Erkan_Cerit_gpeers.totorrents.phpsearchstrorder_bytimeorder_waydescsearchsubmit1.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988459412324778035/27542a93-c561-4fcf-9438-eac5b931fb6f_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988459403864842300/6b41c713-18c1-4b55-9c38-215a65a4291f_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988459279512137798/45e0b3e3-e0ee-411d-b07a-042f4bf7a731_tangara_pinhole_camera_vintage_of_cyberpunk_city.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988459141116870676/5c86f51d-8744-4379-8ec9-0c89ad899f41_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988459110305509396/3e50ac45-9d33-4569-b1aa-9d7891f079bf_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988458944299151360/16f47ef7-b43b-4826-89ca-0276b690b76b_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988458918877478923/65345258-4967-4498-9df7-1f707ae3a343_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988458885822173184/b02e3fda-8a83-4d55-bea4-78be36193751_Adamos_biomechanical_wall.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988458840838262875/b4234b7c-527f-46d0-8fcd-e88894d889c2_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed_animal_skulls_relie.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988458666158071808/125aca33-8d88-4787-8c73-edd28654d1c2_Adamos_biomechanical_wall.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988458645794717696/704aef8a-28a4-4834-a411-3646a6b58bd4_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988458621811712090/c1747d06-1253-48cd-b5c5-aaddf3162cae_tangara_pinhole_camera_of_monalisa.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988458260409511936/42d7b02e-556b-4684-b207-0fc0896ca29d_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988458221293428856/48ba1180-bea2-4ba4-89e2-9db835a1fcc4_3rdGenMoon_soul_leaving_body.png\n", "[{'id': '988457982029332580', 'type': 19, 'content': 'I love it!', 'channel_id': '964384155121115208', 'author': {'id': '264540572755165184', 'username': 'SteveTheNinja', 'avatar': '99a923fe8843e6b9e6df8b8676850943', 'avatar_decoration': None, 'discriminator': '0616', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T14:59:07.577000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '964384155121115208', 'guild_id': '662267976984297473', 'message_id': '988453369297391676'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/985895783209533490/988457893546315836/ceff3de5-a3e1-4682-88df-20603c05ba20_Adamos_biomechanical_wall.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988457768145006632/0fdf9ae7-ba72-4db9-863f-65a959dbaf7f_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger_hyperdetailed.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988457699169689650/4b0d273f-3247-455d-9594-e3d38a66e6d2_tangara_pinhole_camera_of_scary_ronald_McDonald.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988457669356552262/cbf4df86-0436-42a9-b103-6ed3810c87d5_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988457608761475142/c6857430-1c59-4d9f-8be8-0356dbc8d389_Adamos_biomechanical_wall_frontal_dramatic_lighting_in_the_style_of_Giger.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988457523164114994/3b353560-d027-4967-8abf-10601d3046c5_Adamos_biomechanical_wall_frontal_dramatic_lighting.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988457345203961966/1e5239ff-1b4c-4f8a-b211-1609d1a6e716_Adamos_biomechanical_wall_frontal_dramatic_lighting_pink_and_green_pipes.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988457111841304696/c2cbfc78-74d2-4b57-8d1b-86dc0ae5027e_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988456613104992296/8ff0a857-5275-4678-925d-0341e80e1726_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988456373949976626/d67f45ad-6ddf-48a5-8a16-0bd8b7e8dc20_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988456126867730532/7f3c0017-d251-4587-88d6-4349bad0fafd_tangara_pinhole_camera_of_dragon_breathing_acid.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988456100389060658/f754b478-4ff2-4738-9ac9-08a807979847_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988455988191461376/f3494303-c316-4af6-8156-93efe1c50d1d_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988455981941936168/2baf9d1a-a7c3-4ac8-901e-f64e1ef26c18_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988455963788980294/5b0ebbbe-32ba-4c2f-8c35-b46d650d8634_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988455934592426074/5788aa66-cca1-42a1-a75c-964e0f27c373_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988455766199529513/20a3700a-22a0-44c0-b97d-721c5b05d414_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988455711182848000/1b4cb1e5-4e67-4c34-bc8e-ad5fd43a3e86_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988455467992903720/11a3c7ca-2d8d-4112-abb6-481f5712f089_Adamos_biomechanical_wall.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988455418722414662/3e81ebe4-a2e0-40c4-b7a5-c5559028e7df_Adamos_syd_mead_Haifa_Bahai_Gardens_symmetrical_frontal_noon_photograph_85mm_realistic_detailed.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988455392369606686/32c37b13-740b-4b8d-b269-6fa16362f321_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988455348287447080/5b80872b-9aa4-4701-a738-e353be5582d4_Sgt_Dingo_diagram_of_a_babel_fish_intricately_detailed_exploded_view.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988455297402175518/cd3fda92-5e33-4a3e-9f02-0bd34f790f8e_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988455292662603836/1f3e49d6-cdab-433f-ba0c-b272defae681_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988455106779414569/92aab2ea-4bde-4375-af28-9b5be92e312b_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988455100865462372/05180240-bbff-4284-ab74-a6f6c4bc3b95_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988455076442026044/dfd6926c-f85b-46cb-b0ee-6c94feb2b13a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454915691134986/b55210ff-c61f-4697-b11b-a2ce990099ce_Adamos_syd_mead_Haifa_Bahai_Gardens_symmetrical_frontal_noon_photograph_85mm_realistic_detailed.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454877053190154/099b475b-6d4c-459e-9c30-16449afb0b52_Adamos_syd_mead_Jerusalem_wall_gate_symmetrical_frontal_noon_photograph_85mm_realistic_detailed.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988454862008221757/410c3225-a349-4ffe-921e-686485b33427_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988454811408162866/8c97813a-3eef-4744-afcb-3630c7529595_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988454803178934282/00f8bf47-b4aa-49a3-8614-37c9e29af066_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454770941509662/eaa5d49f-7dac-4936-bada-2e28d7f2bbeb_Adamos_syd_mead_Haifa_Bahai_Gardens_symmetrical_frontal_noon_photograph_85mm_realistic_detailed.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988454733427650630/e396d4f7-23a3-4725-9645-c68611e2c297_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454547808735302/25277560-19c7-439b-b2b9-71651df0070e_Adamos_syd_mead_Jerusalem_wall_gate_symmetrical_frontal_noon_photograph_85mm_realistic_detailed.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988454419030999120/a258ae34-b5b3-47dd-99c7-1d22756a0abe_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988454342338183208/26b71e8b-e816-4680-ab9a-3a745426cd2c_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454302404182076/d12e682a-c16f-4ab2-b0bb-9019b555dfd5_Adamos_Natalie_Portman_as_a_fairy_in_the_style_of_Brian_Froud.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988454271592841246/f83c77d8-0220-49df-b8c4-52c36252399e_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988454230203437056/0329aed2-9385-4065-b9a3-14cce9f998bf_Adamos_syd_mead_Jerusalem_wall_gate_symmetrical_frontal_noon.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988453546397667358/9d5b7d86-c849-4c24-8cf2-2c394fac853b_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988453536675282944/0471150c-8248-471b-9abe-c5d9080f0b2c_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988453411886354492/c3c149da-2c56-489a-90a2-c60b00d1c6a0_Sgt_Dingo_diagram_of_a_babel_fish_intricately_detailed_exploded_view.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988453384958926910/1542f3a8-f991-41a1-b568-5435195813b3_Sgt_Dingo_diagram_of_a_babel_fish_intricately_detailed_exploded_view.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988453368999587890/4284193d-eb47-42a9-a9be-5d232e103408_proxima_centauri_b_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988453356890619904/a40d034a-5d54-4584-b1f4-63cc7fe9079e_proxima_centauri_b_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "[{'id': '988453304218570802', 'type': 0, 'content': '/imagine syd mead Jerusalem wall gate, symmetrical, frontal, noon --aspect 2:3', 'channel_id': '985895783209533490', 'author': {'id': '902656786895605840', 'username': 'Adamos', 'avatar': None, 'avatar_decoration': None, 'discriminator': '5677', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T14:40:32.300000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988453253215813733/57756a65-0c17-47bd-865c-ef46ff1df128_proxima_centauri_b_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988453125394423828/c3e22eed-09f1-436a-aa14-13f88c9727fc_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988453038480052254/d80d73e4-9299-48bc-831e-deac1dfb7d4c_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988452929092616242/7c4c2fbe-fd7f-4f3e-8acb-4a488097feb6_proxima_centauri_b_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988452901083050034/5e808ef5-cff1-4eed-93c9-57cb83aef945_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988452854941511801/fb1cdfe4-5de0-47c7-92ec-c6eaf2e8beb6_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452849375649893/e70fa9fa-b7a9-4aef-ba1d-0d5539b68e90_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988452780459036762/35558203-192a-44ae-8ce3-022d9d1c40de_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988452743435927582/fc67fa6e-ca7f-4594-87d2-46f21391ac91_Sgt_Dingo_diagram_of_a_babel_fish_intricately_detailed_exploded_view.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988452574829113354/67676e2f-e1c1-4186-b40b-5ba2dd2dfeef_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452527404101642/7fd9214a-915b-4e42-aae5-076293b9f83a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988452341315403786/e17ddba8-2cdf-43d7-bf0e-2a71de1c7b2a_sapadog_Renaissance_ink_sketch_of_rock_and_roll.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988452229260402768/2ac6638d-bafc-4cb4-b65b-a116abc43fcc_proxima_centauri_b_portrait_of_a_teletubby_priestess_expired_35mm_film.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452207798124614/860e5503-5254-49d0-9f2e-d8d7cd460d8b_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452190135943298/fa74e2b4-5d26-4318-9e4a-f30f9a6e5437_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452114382589952/332772fc-ef9e-48a9-a528-568d10d813d3_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988452012062543952/f161b75b-f62d-4f78-acd8-b43dd6ca93b4_FractAlchemist_in_the_Foreground_a_cat_full_body_shot_anatomically_correct_one_head_two_ears_two_eyes_body_full_len.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988451977027518524/ca0f9bc8-2e86-4e66-9a76-b484210a9ed1_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988451952176283658/09701389-e0f0-4653-8608-5e3d03207ade_proxima_centauri_b_portrait_of_a_teletubby_priestess_Fujichrome_Velvia_50.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988451865517772891/19bbb810-7441-4a85-a06c-4724ae53064c_Erkan_Cerit_gpeers.totorrents.phpsearchstrorder_bytimeorder_waydescsearchsubmit1.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988451721044979732/8396f16b-8438-404d-9e6b-bf7cdcf37b35_proxima_centauri_b_portrait_of_a_teletubby_priestess_Lomography_Redscale_XR.png\n", "https://cdn.discordapp.com/attachments/987169306586546226/988451606284615710/9a53b613-309b-4f99-bbe5-3504e5dc9fdb_Doodles_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988451452160725052/33325c4c-01e6-4e47-aade-c5e40d6f5ebf_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988451285445509130/e24b308a-2a8a-49d8-a8f5-c35e94fe3fe4_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988451210321330336/88c30877-32db-431e-905d-540da9f56251_proxima_centauri_b_portrait_of_a_teletubby_priestess_Kodak_Ektachrome_E100.png\n", "https://cdn.discordapp.com/attachments/987169306586546226/988451206701658182/5666666d-7c8e-46be-9685-02dc2cbabf0b_Doodles_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988451020520685579/3e067c75-e193-45be-b598-929f6a2addcf_proxima_centauri_b_portrait_of_a_teletubby_priestess_Fujifilm_Velvia.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988450976241426472/df2edad8-67b6-449a-be54-a2141ce89aa5_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988450755939827782/7c1ed63c-60ce-4fac-8b73-240f9aeeaacf_proxima_centauri_b_portrait_of_a_teletubby_priestess_Kodak_TRI-X_400.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988450553367507004/c78c255e-62e3-4935-a13a-6433f52798ec_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988450512796020776/eb853154-408d-4dc8-afd9-ddef07219407_proxima_centauri_b_portrait_of_a_teletubby_priestess_Kodak_Ektar_100.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988450424690442250/358bd28c-1418-4f89-945f-21cda8a68591_Giacomo_abandoned_bridge_ivy_golden_gate_abandoned_cars_I_am_Legend__last_of_us_2_folliage_fog_concept_art_b.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988450256930893844/2f83b2f1-477c-43e6-8830-81337552fb34_Giacomo_abandoned_bridge_ivy_golden_gate_abandoned_cars_I_am_Legend__last_of_us_2_folliage_fog_concept_art_b.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988450206620209232/0d443f1c-d936-4418-b7df-9f159daa6bca_Giacomo_abandoned_bridge_ivy_golden_gate_abandoned_cars_I_am_Legend__last_of_us_2_folliage_fog_concept_art_b.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988450206028808212/cae7fc7c-e5fa-4f4d-aa35-1bfad4343d61_Erkan_Cerit_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_seagulls_stars_col.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988450047677046875/2ffacf4c-22e4-4967-8261-bcac7edaa94e_Giacomo_abandoned_bridge_ivy_golden_gate_abandoned_cars_I_am_Legend__last_of_us_2_folliage_fog_concept_art_b.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988449936532181043/d832a216-0ca1-4d8b-b597-d23339617a4e_proxima_centauri_b_portrait_of_a_teletubby_priestess_Kodak_Portra_400.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988449932413370449/6bc37d18-087e-4d89-84f8-04891183efaa_Erkan_Cerit_ship_the_pamir_the_ocean_spills_out.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988449676233678888/8165682c-d486-4380-a1ae-c5138fe127bc_proxima_centauri_b_portrait_of_a_necromancer_priestess_Kodak_Portra_400.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988449571376070686/9aee73ea-be85-4bc0-9cab-4441977733d4_proxima_centauri_b_portrait_of_a_necromancer_priestess_Kodak_Portra_400.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988449313531265074/77f6294d-1670-41de-9b6a-20d753ded92d_Giacomo_abandoned_bridge_ivy_golden_gate_abandoned_cars_I_am_Legend__last_of_us_2_folliage_fog_concept_art_b.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988449262998290532/00b2f086-a756-4f34-8a9b-65b66196066d_Erkan_Cerit_ship_the_pamir_A_massive_round_mountain_peak_dreamy_mood_lush_landscape_all_around_foreground_lake_s.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988449213518057472/6b93d61c-d1bb-43b6-ae4c-dc955fffaa58_dwella_extreme_jpeg_compression_artifacts_low_quality_destruction_cellophane.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988449202004705290/1be9a4c9-0513-407c-91f9-f3a5a336d1b8_proxima_centauri_b_artwork_by_Kodak_Portra_400.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988449117510451240/cd42299a-1cb4-43c6-add2-9bf0cb143ce4_dwella_extreme_jpeg_compression_artifacts_low_quality_destruction_cellophane.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988449063726878830/fe4ece36-2a2f-4aca-ae8e-9f0ee91acdc6_proxima_centauri_b_artwork_by_fujifilm.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988448903210876948/b23ffcfd-ddf0-46f5-851f-94ad47de7285_Erkan_Cerit_gpeers.totorrents.phpsearchstrorder_bytimeorder_waydescsearchsubmit1.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988448778522591372/c4b1207c-1735-4544-840b-a4bf248b43ec_dwella_extreme_jpeg_compression_artifacts_low_quality_destruction_cellophane.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988448628899188796/e0f8258a-9e15-4f11-9da6-bfe991ff5add_Doodles_Robot_with_a_stone_body.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988448292637646918/827fb56a-ae8c-45af-851e-514a3e8afe2b_dwella_compressed_bundle_of_broken_metal_wrapped_in_dirty_wet_plastic_carbon_fiber_spider_web.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988447802092826644/e2e844bc-ef71-4975-869f-b789abace8f5_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988447709897826334/7eca6366-cc67-4a4f-82b1-292a76c593ec_dwella_twisted_warped_broken_metal_shrapnel_tightly_wrapped_in_net_and_cellophane.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988446833263136778/28706747-caa2-4843-8b83-62b70342fa8f_dwella_3d_printed_human_head_catastrophic_malfunction_failure_tightly_wrapped_in_clear_plastic_dark_black_r.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988446785104138260/c9e1eaef-5905-42d3-8954-bd1a9ba2f9d1_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988446712584605776/929fbdd8-638f-4831-b8f5-d7f0ff1e2e26_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988446377640071208/44124b42-29e2-4dd5-a4b2-360138f1742d_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988445972684218438/b322078c-5a18-480e-85f2-fe8fce3194c1_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988445935933734962/32ed17d8-8219-4d5e-899d-68c0e801ec5f_3rdGenMoon_soul_leaving_body.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988445521876230144/2779dfb8-03ac-40ef-badd-85330616fa35_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988445389319462973/ad738d3f-6e60-4d65-b4b6-76698dfffe75_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988445280250773594/24103552-9fa1-4753-a1c3-88200d4d42f9_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988445174495588422/9a1bc130-e536-445e-b8e9-bc59c762cc68_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988445155403108362/11530a96-34cf-4f2d-a7ae-53ce324625eb_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988444389384790097/988445115888574517/05594b41-4809-406a-aa5d-250d3c6b4af4_Alex_Danila_None.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988444992982884402/ca5bb0d2-13dc-4240-a3fc-9095443473e7_jesse10am_intricate_weave_of_pipes_that_evolves_in_a_tree_shape_and_bloom_piping_light_from_above_futuristic_s.png\n", "https://cdn.discordapp.com/attachments/988444389384790097/988444840280858685/3ad45bc4-98dd-42c9-9473-173256277200_Alex_Danila_octane_render_underwater_mermaid.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988444425187389500/64a426b3-5ad0-494f-a94e-d731136be141_3rdGenMoon_soul_leaving_body.png\n", "[{'id': '988444391494524968', 'type': 0, 'content': '1', 'channel_id': '988444389384790097', 'author': {'id': '252718232140513290', 'username': 'Alex Danila', 'avatar': '3888c3948d2dcad5448acf8d2313a602', 'avatar_decoration': None, 'discriminator': '3070', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T14:05:07.341000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986302219223711876/988444044365541376/6087bb1d-42f8-4a00-a539-a9caf69e7e40_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988443831831769118/6cce641f-f8a2-4fb3-80bb-48358af00699_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987169306586546226/988443683105939586/df9af0f6-4378-4bfd-8c37-97819d9c5196_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988443654295289866/ab117e27-ec97-49d8-b7cc-8d8bfb22862a_dwella_3d_printed_human_head_catastrophic_malfunction_failure.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988443635433480232/6239c632-0e53-4e5c-91e9-5b98c9b040bb_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988443473453678682/d22f5b3a-6303-4f76-9149-ab8105f39d2f_dwella_3d_printed_human_head_catastrophic_malfunction_failure.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988443371586617404/53b7e5ac-d366-49db-bc81-a47c79ff13ba_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988443353970540575/fef0e7fd-cda2-4488-a9f3-f4e8cd7c2d41_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988443231731724298/9d511588-52ec-413a-89fa-623ac6cc5852_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988443108419207188/c46dfdb5-e4a6-4053-8699-32981e9c2529_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988443095928557588/2070112f-4051-488e-aa79-761e1fdcc40f_dwella_3d_printed_human_head_catastrophic_malfunction_failure.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988443088143921162/41f8330a-26d6-463a-81ca-50045f2d56ed_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988443043055140864/f2a812ec-1cdd-467c-9b4a-a38f0b5c70e6_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988442883596095588/8d005677-0778-460a-a49d-4e9caa9e94a9_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988442758798770276/b269c0f4-f972-4ef3-aecb-c38f0160fbef_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988442709134032986/fa3b3e57-038b-443b-937e-2707adf08183_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988442674887553054/69380527-a624-46ef-bdb8-03ed81c30e67_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988442668797399120/8798f249-14ab-4804-9564-c0d693c5dc0e_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988442671074910208/6de1cfa9-8682-43cb-8b69-7d6a7e38b0ac_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988442583036489748/f4d5c1b4-fc90-429f-8f20-afbe693045e8_dwella_droopy_melted_cellophane_plastic_rubber_sculpture_with_white_netting_in_a_dark_black_room_flash_phot.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988442269310918656/1b6206a2-2722-439b-bb4b-fc1b6b3299cf_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988442159097196574/147602aa-7b83-4abc-aab7-3669c5d98946_dwella_droopy_melted_cellophane_plastic_rubber_sculpture_with_white_netting_in_a_dark_black_room_flash_phot.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988442031502270474/2d59a8d5-1386-4cd4-aeae-e83e2170f1af_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988441960291373076/b27cdc39-34d5-433a-b012-9bd7d27f0c9f_dwella_droopy_melted_cellophane_plastic_rubber_sculpture_with_white_netting_in_a_dark_black_room_flash_phot.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988441515091193876/87721074-365e-42c9-81e2-9f8b30bc037e_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988441493964480593/78a2f28f-020a-4864-981b-798dda92b8f0_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988441348854149130/533ae004-5353-4a7d-ba8a-a0c741aa7c6a_dwella_dripping_honey_sculpture_cellophane_leather_carbon_fiber_steel_wood_black_room_flash_photo.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988441295179636806/ff3500dc-bbf9-4a0a-8272-518518c7d656_nova_yang_boat.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988440580143071302/f9353dc7-22fb-4c09-a7b8-9641ab05d186_nova_yang_boatVINTAGE_VEHICLESsteampunk.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988440415650856980/a2067b29-96aa-4ef0-8c98-ec2bc625b320_dwella_cellophane_melting_dirty_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988440353755516968/9d38b213-fcb7-4bf7-b560-9622a0d46e63_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988440340472143902/b850d2fd-1336-43d0-8703-de1a19a672a1_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988440283572207626/cd9a5ef8-83c8-45d5-a0e0-2782cf589423_nova_yang_boatGolf_Carsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolut.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988440221072887908/3d5830e0-55ab-48eb-86df-f4791ff7b2c7_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988440216043929620/e5902cde-b533-48e9-b147-3872d1b08d27_dwella_cellophane_melting_dirty_.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988440146301026334/3ef570ee-24a2-432c-a98e-f34347964c8b_nova_yang_boatGolf_Carsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolut.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988440032178241639/e8dcc5ae-b3bd-4388-80cf-fab926761f51_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988440021424013342/ebc17e03-c7a0-4204-b6f1-02e576a9b362_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988440018999738398/005a0d26-c775-44f1-bfac-7b885059b9db_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988440005116563617/bdcb3d0b-a81d-4db0-9851-8f6ccf8a706f_nova_yang_boatcarfantasysteampunk.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988439901651472384/6e8ceacb-1b15-4c71-8497-a41da23e298c_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988439898547703838/80fa5fd2-c967-4c0a-83af-c2dd0078a513_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988439789650972712/a7def08c-9ba4-46d3-be80-dbd3c106737f_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988439763923140638/ada44ddb-48f3-47c2-8717-dcf12a1a7b2a_nova_yang_boatGolf_Carsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolut.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988439727822737458/ca0a7e96-5c48-4e2a-a874-f28839bf32db_jesse10am_inside_the_robot_gears_and_wires_sci-fi_brutalist_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988439723590701086/7445d177-bce4-4623-a31c-1484c90e3595_jesse10am_into_the_wild_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988439712723247164/24fe0c5d-9686-44b0-a29c-7408e892c9df_jesse10am_into_the_wild_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988439680099971252/2edea658-ec61-4148-b60f-719d1e653eab_jesse10am_into_the_wild_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988439537590091867/5d6bfd3c-7aff-40a7-ae8e-4d84ee30c167_nova_yang_boatVINTAGE_VEHICLESsteampunk.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988439200175128616/7edc16bd-d2b4-4c1f-9498-ebc68c8feae2_dwella_junkyard_totaled_car_draped_with_metallic_netting_wrapped_in_thick_wet_plastic_melting.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988438916900208660/91b28cf5-d624-4627-a687-9e79510c7d60_jesse10am_into_the_wild_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988438849023778866/2e5c5eba-065c-497a-aaca-2a0bb26cecc6_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988438693557710878/bedfd37d-4514-4537-a598-9d7bde0b64ad_nova_yang_boatVINTAGE_VEHICLESsteampunk.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988438512552525834/b3dfa1f3-5308-47e4-990e-b256dba46252_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988438472140406804/d760b1fc-3667-4cb2-aa66-9029059fd099_nova_yang_boatVINTAGE_VEHICLESsteampunk.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988438357216485406/25d9f6ad-f789-4d7f-af2f-559075fb5bc0_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988438320260452352/f08b5005-0dde-4241-af5e-9b018864b1bd_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988437739496169482/43d9f7d3-b0de-40de-824e-77a93f3e2ea4_nova_yang_boatVINTAGE_VEHICLESsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988437683724509204/b863ef5b-a2c2-459e-a8de-d31026acf803_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988436891466612776/69338c52-55df-4c18-b85d-5b0ca2d90d5e_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988436849309667388/8ce75121-ce9f-4b57-9b0a-a4dca3ed0055_nova_yang_boatvintage_carsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_reso.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988436832863780955/385513a5-0029-4c0b-a3f3-95c2d2bfc953_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988436691821924372/359acf49-abf5-482e-b7e1-33a41a2210b2_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988436622192295936/fbfad59c-7b82-481c-a334-5a7ea5da5f52_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988436612130177045/9fbdde86-248a-4c41-93be-c18d9f560cce_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988436591473225838/2a3ed18c-488e-4e57-96b8-83f03d1c47de_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988436372408909834/6ba487d9-2509-4a95-a5b1-84f39ad8abc7_nova_yang_boatvintage_carsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_reso.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988436160651091999/76ade954-e7be-4798-8fa1-92b0d535e098_wei517_a_interior_view_of_a_cyberpunk_bistro_.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988436042707238922/267ca6ef-0c47-4651-ba66-14ab45ebf5ca_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988436032695451709/2ac679af-a343-4160-a63d-2725229c43ab_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988435964793856070/d20e903f-2a55-46aa-8862-4a235238343e_nova_yang_boatcarsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988435791082586183/8dc35e11-7d50-4849-a24f-7428d9edb662_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435731456344094/26339e74-05a7-4d8e-817a-35163be144b3_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435714737852447/1ec4f9ed-87b3-4842-aaf5-3d2cf9b87eb7_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435711206252604/974f4cef-9093-4836-82b3-78e55f00204f_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988435684639539220/15ceab69-2d0b-4a2e-9245-e4a36a058891_wei517_a_portrait_of_orient_ghost__mystery_large__redshift_render_dazed_lighting_.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988435527877402654/e945ba06-f1dd-47d3-861b-537fe1e36a76_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988435371207565332/32dc9c51-3555-434d-a8d0-30b78ab86c44_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988435357639012472/abbcdab6-8afa-4c01-b3a2-6103797a7d4a_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435253670608906/14f48e9e-efbc-4929-9f12-02896e712630_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435249895718942/8c1843ea-5e18-48d5-ac7c-031ae10c5171_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988435231633735730/7e2718b1-eaab-4095-a54f-19c908bb9b64_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988435216924278804/2cf85771-06e9-4f21-bd47-a62a1d20a689_jesse10am_the_crystal_man_man_made_out_of_crystal_geometric_sci-fi_whites_and_blues_by_Karel_Thole_and_Mike_Mi.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988435173957857410/526eab53-bb80-41f0-8b18-46ac626b99dc_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive_wide.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988435047864492042/ab21638d-176d-4b4a-8b4f-e43776fca3b7_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988434893853839370/329e9a4c-3cac-46f9-a051-f998491bdf7c_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988434736575840336/da3bc485-f6ae-41ba-ae9d-2ff6d9781412_ZrinkoK_sargent_painting_of_a_man_traveling_an_oriental_street_in_the_1880s_muted_colors_artstation_concept_.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988434735967633409/2ad9bf89-8210-468d-98b8-62b14efd3028_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden_concept_art_positive.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988434525619101696/50247a56-71ce-4805-8a71-25b201fa771b_jesse10am_into_the_wild_sci-fi_by_Karel_Thole_and_Mike_Mignola.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988434322711265350/bcb2f927-22fe-456b-9a18-8deab5fe16f4_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988434297092460594/f1285745-d94e-44f1-ade8-9cd2519098db_Felix_Deimann_beautiful_growing_plant_in_the_foreground_in_a_tranforming_japanese_garden.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988434285214183515/b2de9273-4fae-4cad-8de3-04c1e79db2f9_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988434220663861309/eedf9e16-ccdb-41a4-b310-be9940a3244b_nova_yang_boatbussteampunk.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988434082948087828/bdc21ef0-039d-471a-aa9f-a71ffccc3f40_nova_yang_boatbussteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUn.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988433852928253962/bb36d85a-f1cc-4b8e-9a6f-8ac93d9fc5a6_Felix_Deimann_beautiful_growing_flower_in_the_foreground_in_a_tranforming_japanese_garden.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988433746858475520/575411dd-c99e-4f81-aa09-e084a94ec20f_nova_yang_boatbus.png\n", "https://cdn.discordapp.com/attachments/984219769668534343/988433720988033174/3e9a4a77-f33a-466e-892f-40d09616911d_Felix_Deimann_beutiful_growing_plant_in_the_foreground_ind_a_tranforming_japanese_garden.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988433520017936384/4b0a145e-a71a-47cb-9887-5c379d232eea_proxima_centauri_b_glitchy_photocopy_of_a_parrot.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988433064709484584/53b22113-c025-4330-808e-c45df1772ed5_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988432702514528256/12ff09f2-717e-4601-a60b-a3e03b83f43d_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988432543533629511/d65ce24e-a2a1-4985-a4c2-7799bd22fa5b_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988432488147849237/3e0da80b-849a-4839-8567-99ec104eec70_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988432369088360458/592a1fdb-4662-486a-acf7-5c8df6764a5a_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988432363396661288/90f5a5f5-49c4-44eb-a554-e3312fbaca9f_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988432323689209926/d290f83a-3ce8-49e9-853c-5d5f225f4927_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988431672334757928/8915a735-a126-4941-b8ec-84ce16df6332_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988431666622136341/99f2ed35-5fae-4156-88d6-c5e5913f58b9_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988431656216051712/57fdc8a4-6819-4c7f-96f5-de93f068ce07_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988431572812316742/e8887b48-e2f0-41cc-9018-6e0ae69c944e_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988431493607075871/52e1196f-6953-4813-af53-7a6d08f0c896_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988431342800875570/0b8244ce-8783-4e01-98e1-d7e407888f77_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988431180825260063/49d7596e-b560-4211-900f-e63ee62074b4_wei517_a_sad_ghost_vaporwavefuture_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lightin.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988430985853009930/4d607b2b-e2f2-4789-8bec-3560da3c1e27_Erratica_by_w._eugene_smith.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988430514262265876/9cf0dfca-6b85-4ba1-9adf-2f2fbceb5137_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988430503537442816/19cfb465-0e3a-4cb7-a356-20e5ea73ce2e_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988430030969384970/d3aeb456-4a67-4f90-8dd5-da8741ec70fe_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988429915072397403/ed39e662-3373-41f0-bf54-db53ff0998d8_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988429770230497350/467f5491-91df-4d71-babf-c2bd767f0b86_Erratica_artwork_by_patricia_piccinini.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988429717352894474/569cac04-2d7d-4df4-bbf9-f29d456ff925_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988429705172631592/a43b58d2-4020-4e05-bacf-33027d47ae4c_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988429671639187526/d80b7ab8-3f10-410b-a079-039d7c8e0862_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988429478327881768/088cf711-64ff-4653-8d4c-b986eb762c13_lioration_jerusalem_wall_gate_symmetrical_frontal_hyper_realistic_day_light.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988429291467460658/c1979b56-e72a-4d4f-a333-190c3de290f7_wei517_Vaporwave_style_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_ligh.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988429144087994398/d508849e-0312-4d0d-a338-c098a31639c1_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988429107324911676/2cd4c07a-9c0e-4afd-b048-6c04818be65c_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988429023786991656/13078c06-31ca-4906-baf0-b3c29b8ca74d_lioration_old_jerusalem_stone_wall_gate_symmetrical_frontal_photo_realistic_day_light.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988429019584294983/705bdc5e-2430-4758-9af0-19f2fd8d7fd4_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428976114515998/49b10ee4-9a13-46fb-909b-e365c60bcca5_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988428948914458644/a99a2fad-a9c2-4fe8-9db3-f4223e70b9a5_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "[{'id': '988428901976014891', 'type': 0, 'content': 'Vaporwave style Guanyin, future sci-fi,cyberpunk,large, highly detailed, highly realistic. cinematic lighting, trending on Artstation. Atmospheric. Cinematic', 'channel_id': '986367491066445954', 'author': {'id': '685128697766084728', 'username': 'wei517', 'avatar': '8b37735edff48406b1f3bd0c533f67c0', 'avatar_decoration': None, 'discriminator': '0715', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T13:03:34.352000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988428758530818108/3069ee99-b016-4e63-b093-13d62de17b04_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988428708455018507/359b64b6-a9f5-4bc8-b000-36da122bee7b_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428679224893450/cd2c64a0-7bbd-4e87-93f7-d3d08f8134df_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428644806447194/33e71f60-19a2-4774-bef0-305d0a676a2e_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428622140428408/c1d6fbaa-d448-405f-80c0-e1017f979d5a_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988428521070264330/4e8eae75-5b56-4d95-803b-b62a021a1a81_lioration_old_jerusalem_stone_wall_gate_trdaditional_painting_day_light.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988428456163426394/02ed8ddd-d8a7-460d-945e-5d94c9263a5e_Erratica_artwork_by_george_tice.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428319718514779/b2b520bd-d2d7-47ad-ad76-908b9c6226f1_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988428316816080976/fdb1f626-a693-4417-9727-be83c93891c7_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988428246687285308/00540ebb-f5de-4cf9-bc16-8ebe04defc34_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988428238126710814/53bf5990-fcd5-4388-b698-235280b3e27d_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988427894655160380/d6e7455a-ce2f-4a3f-92de-6741b58ae2ed_wei517_alien_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lighting_trend.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988427882902736896/71a286d7-47db-4b18-911d-44f9dc6c9964_wei517_alien_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lighting_trend.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988427844994609212/51cf5a11-6445-4a81-8c93-b4aae2fbed00_wei517_alien_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lighting_trend.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988427731555450960/c28ca78b-3d57-4cf8-a2cd-846ad6f040ed_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988427621807292456/19210031-e10e-4d81-9f7a-6303acfcbabd_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427577028911154/09902db5-90f6-49ea-b704-be765bfdc887_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427543449325628/d98d0ee0-f476-4116-9fb7-2bf8e7236214_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988427521466961961/214305fc-41b1-4948-a712-077f67dc214d_wei517_alien_Guanyin_future_sci-ficyberpunklarge_highly_detailed_highly_realistic._cinematic_lighting_trend.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427474536890368/f3b82ff6-b0f4-4bd5-8e92-0b62ef360780_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427464512532480/a64b0963-7b3b-48aa-b6e9-bc803f76d317_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427433369813012/3b936fea-b4b6-4de9-b3e7-3894e4ba6427_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427261298495488/1b0fa002-a997-4713-b601-78e1f20dd4df_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427223709155348/59c6d99b-79c4-4d40-a925-417380a6fa72_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988427215236653076/e05a63f5-d75f-4f1d-bcb8-9ed9574aebcb_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988426968594796594/830726e5-76c2-4ee2-9af7-0c1d2faa687d_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988426910344290364/d700ef96-11a4-4363-80b7-4dbe07856e98_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988426873291804722/9bc670bb-c3bf-4024-be80-715629a2ed7e_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988426686959853668/309346ee-e225-4d72-89fa-3cb15630578c_isocor_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988426644182167552/9d40e321-8175-4f79-beff-0642ef0e3d2e_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/987169306586546226/988426642584133703/5cc17d82-6883-4e54-a43f-2ed86e8cae2d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988426596090253322/9ea51773-0bbb-4fea-8701-2d2d459e9fc3_isocor_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988426497478000690/e0d297f7-52fc-4c4c-8a98-3456ffdcd632_Erratica_artwork_by_jean_cocteau.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988426403546558514/b3868b0f-c9d5-4db7-bb4d-ca18141b82ae_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988426345929400320/85466087-c86e-414b-8c23-c1d32a161002_Dubbb_Travel_under_the_lemon_garden.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988426328468492298/307e891b-8336-42b2-b026-8ea6a5c32040_Dubbb_Travel_under_the_lemon_garden.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988426279449657354/993a60c6-b7d4-49da-a1cc-9b30eb84a64f_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988426147190673448/157c1237-fa9e-4bbb-9a45-56c3ca6ec846_isocor_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988426121374736424/84635125-4e59-4fc2-b564-a920fcf4f622_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988426107109924925/fd6adcb2-7b32-4843-ad51-9f131451756f_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988426103892893746/695db80b-0786-415b-859a-6b9e1b3924e3_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988426062360875038/597802e0-5899-446d-905c-6ab74a051323_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988425976868380683/9b777e8f-0ab0-4c81-9ff1-a62fac63bf60_dwella_armored_doll_encased_in_iridescent_bubble.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988425946287726602/9aba6dfa-1001-4b07-8488-27e3ba97f211_Dubbb_Travel_under_the_lemon_garden.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988425918001332334/9a5aa014-dec9-4617-82a0-cb7994c7f6f1_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988425860304482324/32a8617a-b09a-4f30-97ca-95f0f5a4bdc7_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988425857922134026/0b0b11a9-d638-47b9-ac8a-fef8d9a867ce_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988425853232881704/669c9d31-439b-4337-9477-845a70eddea7_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988425733057703946/4abfb3f0-442c-4987-b485-4dd1e517e25d_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988425714476912680/797f620b-5447-4287-8a6b-ab05afa12481_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988425703513026640/20d54826-bf02-4e3d-9b95-832ef144d7c9_Dubbb_Travel_under_the_lemon_garden.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988425693010464798/012093e5-41a1-438f-b12a-bd550eb4a102_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988425686320554044/2ca425f4-0986-4a6c-a41e-6f99c23b5208_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988425680440164392/b770f087-4c59-40ba-b3ba-114c21934213_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988425672496119818/a5175501-9381-44a0-9e77-8476c990d5ea_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988425628237856768/6bbcd2f5-ffe1-4018-9799-12b89c9de64d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988425574890475590/d6593514-2356-4a40-ad9f-a4810d373623_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988425548881600512/41912187-3822-4b27-8fd8-18c00de47f23_dwella_armored_doll_encased_in_iridescent_bubble.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988425468929773589/32b100da-bcad-48fa-92fe-12d86d775c8b_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_like_the_movie_persepolis_i.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988425274670608444/fff942eb-21a1-4b24-a23f-d35b6e6ee775_dwella_armored_doll_encased_in_iridescent_bubble.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988425243448213614/dac89e84-86e2-4105-9ed0-d981038cfb8f_wei517_portrait_of_Guanyin_smoking_weed__detailed.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988425067190952017/3e684c79-6f4a-4cf2-acc9-9fc453d293ac_Dubbb_Travel_under_the_lemon_garden.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988424805894205480/2c017b77-e2e7-4623-a373-e3d5dea1eb59_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_childrens_book_illustration.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988424546707189770/0fae6f02-5916-48be-8ecb-1bea08638fda_wei517_vaporwave_style_Guanyin_._Highly_rendered.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988424542408015932/a5e3d739-b822-4ee6-90c6-4a8b35f17d61_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988424539019042816/15c6f1fb-519b-44a8-987a-c15393855840_wei517_vaporwave_style_Guanyin_._Highly_rendered.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988424501006073866/f1247afd-37f9-4ae8-a7d3-f0a488fdbbac_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_childrens_book_illustration.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988424493452103680/32513939-3d53-4ec2-9a5b-4e7a9dd1c5a0_wei517_vaporwave_style_Guanyin_._Highly_rendered.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988424492860706836/d0e32a0f-ad91-4d2e-88bc-ba476cf0000f_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988424485004779550/805a5c94-0a58-49e9-a7a9-87cb5c13b3b6_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_childrens_book_illustration.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988424482291056650/7a2165ad-0ba3-40a9-b510-5afa286e680f_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_childrens_book_illustration.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988424430915035136/3ea7a42d-5ed2-4e8b-8d19-1b9ac35a1ead_Dubbb_jellyfish_in_fantasy_universe_Avatar_realistic.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988424265474912276/e2493a7a-1391-4e77-a2c4-4f1a958a9982_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988424235666010172/27de364a-7a1d-4b31-b054-a3bf04c5751a_Dubbb_jellyfish_in_fantasy_universe_Avatar_realistic.png\n", "[{'id': '988424133887004722', 'type': 0, 'content': 'These would make some insane hats', 'channel_id': '988189752266194994', 'author': {'id': '988372478797709322', 'username': 'dwella', 'avatar': '4c5e3e6c00cb9b4205e1ce0761247828', 'avatar_decoration': None, 'discriminator': '3156', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:44:37.551000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988424097987956826/3bf1377d-0776-49a2-ae61-fc6dab3e23fc_wei517_vaporwave_style_Guanyin_._Highly_rendered.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988424079193292860/8f7933dd-3346-4cf1-9cfa-a22e73f22c76_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_photo_shot_close_up_shoulder_childrens_book_illustration.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988424066543271966/2e7adc8a-da21-4beb-8f49-701ef0024976_dwella_inflated_plush_jellyfish_pink_yellow_by_dingyun_zhang.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988423392904499250/3449c274-d457-462a-a661-5c27934362a3_Dubbb_jellyfish_crystal_castle_under_the_sea_and_aurora.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988423305583263754/f81a17b1-e568-4a58-94a2-352b1500cafa_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/987023186166161458/988423234175242311/4b646d13-bf61-432b-b81e-39d78b2f9030_soul_11__lightbulb_astronaut_Starseedhelmet_like_a_crystal_ball_reflect_light_in_sideidea_moving_images_movi.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988423231599956009/b711d5c2-8b1e-459f-a24e-a89c71a4c3d3_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988423226810052618/59cd5a94-9f86-4a43-a637-6a03759e3e6d_Dubbb_jellyfish_crystal_castle_under_the_sea_and_aurora.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988423225929252884/b9568f47-4637-49bc-8a86-c1998a504437_wei517_illustration_graphic_design__abstract_zen.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988423208644538398/fe50c99f-0dc7-4e19-a29e-7dc504b215dc_Erratica_artwork_by_margaret_preston.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988423137785970738/d66dbd5a-7f6d-4cbf-b905-26a29bf84de4_wei517_illustration_graphic_design__abstract_zen.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988423127509897246/c6167aae-503d-440c-89e7-d1d9c8b08d46_dwella_inflated_plush_jellyfish_pink_yellow_by_dingyun_zhang.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988423121285578782/b078941e-4f44-498a-8e2d-75e39c474b43_dwella_inflated_plush_jellyfish_pink_yellow_by_dingyun_zhang.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988423096073588806/026999c2-644b-4232-9f81-59569060a99a_Dubbb_jellyfish_crystal_castle_under_the_sea_and_aurora.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988422971968348180/11131239-5670-4e84-a894-fdb76f6face8_dwella_inflated_plush_jellyfish_pink_yellow_by_dingyun_zhang.png\n", "[{'id': '988422881983746098', 'type': 0, 'content': '** **<< **lightbulb astronaut ,Starseed,helmet like a crystal ball, projection inside,playing Pixar movie,idea, moving images ,movie lighting ,Scene of Earth --w 1080 --h 1920 --hd** - <@979699768768999435> (1%)', 'channel_id': '987023186166161458', 'author': {'id': '979699768768999435', 'username': 'soul 11', 'avatar': 'a709408ef9c25b377a8fe85843398f50', 'avatar_decoration': None, 'discriminator': '1653', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '979699768768999435', 'username': 'soul 11', 'avatar': 'a709408ef9c25b377a8fe85843398f50', 'avatar_decoration': None, 'discriminator': '1653', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:39:39.074000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988422826690215976/1d22fdc8-2c2f-4cd1-821c-104044d2be3e_wei517_illustration_graphic_design__abstract_zen.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988422807417393172/4c3bb848-87c5-4ba4-b54a-32c075464bc2_Dubbb_jellyfish_crystal_castle_under_the_sea_and_aurora.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422805609668679/2ac80a26-79d5-4bcc-b5c2-166f2b111e7a_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422782893318194/86028775-cf22-49c5-acda-21f4717247e6_ZrinkoK_mig21_flying_thorugh_clouds_old_black_and_white_documentary.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422685493194782/fe2d4d6b-7c05-4e8b-bb1a-be7a6a61bd27_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422640467337256/2145fb5e-0d97-458a-8553-58c0a84bb7a9_Doodles_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988422638936404048/0cff3812-babc-4176-9501-f509061f8fff_Erratica_artwork_by_wifredo_lam.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422638034644992/417d38dc-5061-48ba-9db8-5a321d1205df_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422634511400960/be3b1b65-d81c-4520-8076-6589f6dbe1ab_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422632036794399/96aab9b5-838e-41a4-9b89-1d346e91ac32_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422629801230366/98f5e200-31d5-4692-bfc7-9ef034e8c386_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422606401196042/87d1e352-11af-4c45-a3c8-399185907c05_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422578395840512/dad98b15-326a-4534-87e5-e25e4495c12d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988422573358448680/013a5971-e6ca-4470-8630-365ae301e490_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988422544682024990/c525e4d4-d3c9-4675-9a85-024d11bbf041_Dubbb_jellyfish_crystal_castle_under_the_sea_and_aurora.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422444412969021/c2404019-13d2-40ff-9608-a52ba9450c06_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422387391402015/45ae8d00-88a5-408c-82ca-38148126536b_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422360279416912/c90266ec-aa8d-452c-a1e7-04d853b118b3_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422330902544415/4a62cdc3-87c3-46fc-a5f9-df4cfc82ad82_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988422307619938334/f19ff890-3856-4aa4-b8f5-0c566e883366_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422299973722132/174c78c7-bfba-4ce6-b54b-4648dca4dd4c_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "[{'id': '988422297973043241', 'type': 0, 'content': \"yeah my list access is glitching again so i can't add him either\", 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:37:19.835000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988422263323918376/e7b5ff09-aa5f-49b1-b636-b8993bc48c22_dwella_stuffed_plush_butterfly_pink_yellow_blue_intricate_sharp_details_with_long_trailing_fabric_draping.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422171074363452/41fffddf-1f59-4d7f-bda3-936c895bf57e_ZrinkoK_fighter_jet_in_undergound_airbase_neon_lighting_cinematic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988422166527741972/ad9f352e-e6a4-4718-9e32-c77e321d7a72_dwella_stuffed_plush_butterfly_pink_yellow_blue_intricate_sharp_details_with_long_trailing_fabric_draping.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988422159175147530/b6d35fc9-bedc-43da-a124-56069340aefc_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422061166833714/1948af27-ba05-44a0-833c-3f3c1e2d688a_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422058537009222/250eeb58-59ad-4001-923d-23c2051cc48f_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988422025984999484/f789e27e-5a22-4902-8c73-0ed04dd9508f_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421972222443560/f2881b86-25bc-4962-b949-c190cd559d25_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988421969416441926/63b0b94c-2b5a-4859-a5ad-7b8a5863247c_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421949581582336/ae962c1d-9a9e-4a9c-b10b-f50ddf2cf1de_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421912176775228/de47c38b-3984-49c5-a54f-b752076c5c7d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421859689267251/768e666b-1e7d-4c5d-850d-b173a82dd508_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988421846477209710/7a662c7b-8c6f-440a-bbdb-c971f81aacaf_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988421838331871322/851c1cae-4ba4-4190-bf6f-b0a82c946d9c_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988421830333313075/b624a80d-5026-4657-9d59-6af77569d6ac_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988421807671504896/5b2a56e1-8e4c-4c5c-abb9-bd4999d1cf0d_Dubbb_the_autumn_of_androids.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988421748720549989/4bdfe743-3c3a-48db-8824-f3d0d40aca7a_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988421687701823528/9c8d8c90-a02e-4671-8269-a97c631cbf32_ZrinkoK_brutalist_military_undergound_airplane_hangar_made_by_andrei_tarkovsky_in_black_and_white_dimly_lit_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988421653291757578/b42884f8-33a6-4b4c-a1fb-443515b568e6_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988421614716715028/8da85ba4-eeed-4d3b-8259-c74bc38db06a_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988421582059876382/a956a1c0-b37e-4e1f-a807-d65d53f3f872_Dubbb_the_wizardry_of_darkness.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421445430411274/e95c757d-4334-444c-bfab-ea09639c64f0_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421350085513306/1946e159-1e75-4390-bf04-7328f8f6f152_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988421290304090142/34b31a3f-06b6-4f48-81b2-09f75e8b6475_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988421216211718234/dfc5b585-7e03-42f6-8df6-28cc82a6d478_dwella_stuffed_plush_pikachu_holding_a_mac10.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988421198520123442/a1610fb1-ed33-495e-b1de-da5d572c7af9_Doodles_.png\n", "https://cdn.discordapp.com/attachments/987023186166161458/988421197110861884/a084635e-349f-4542-97fa-cdf700dd9f18_soul_11__lightbulb_astronaut_Starseedhelmet_like_a_crystal_ball_reflect_light_in_sideidea_moving_images_movi.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988420983771766794/be877528-fb90-4897-9365-b45cdbebe213_Dubbb_beach_sunrise_universe.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988420834869800980/6beffe97-9112-4e80-a85e-76a05d840604_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988420824782495784/60ee5e04-3dc3-4a7f-bb23-1d00be8d38bf_Doodles_aGuyDance841057709712736256.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988420365992755250/eda1cff0-a2c8-4aac-9ca8-eca0d4f9df1b_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988420348523462666/3dd02b72-ab8e-4f0b-a616-7e8990bad819_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988420311601000488/718046fa-a0a3-425a-aa36-d0474c79c454_Dubbb_beach_sunrise_universe.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988420282748370984/a35e1ed0-c4b6-4b12-8ddd-57f07f94dd5b_Doodles__Robot.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988420166041895022/40fbb555-f206-43e7-98bd-0ed3c2910606_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "[{'id': '988420166163529758', 'type': 0, 'content': 'too booba-y for MJ maybe', 'channel_id': '964384155121115208', 'author': {'id': '402256924852355073', 'username': 'proxima centauri b', 'avatar': '129446d0fe73683d2b85ec8fa08f7be1', 'avatar_decoration': None, 'discriminator': '0076', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:28:51.572000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988420102187782144', 'type': 19, 'content': 'the first is kinda cool', 'channel_id': '964384155121115208', 'author': {'id': '402256924852355073', 'username': 'proxima centauri b', 'avatar': '129446d0fe73683d2b85ec8fa08f7be1', 'avatar_decoration': None, 'discriminator': '0076', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:28:36.319000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '964384155121115208', 'guild_id': '662267976984297473', 'message_id': '988419962370674708'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986072150496665661/988420084143902770/4ed7c3fa-c4d8-43a3-a278-8815e92b2b7c_Sgt_Dingo_a_corpulent_man_made_out_of_bone_tips_back_in_his_chair_in_a_restaurant_made_out_of_dingo.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988420066041282590/1aee1e82-1ade-4777-9d2b-b72332453362_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988420063772147732/30be1dc4-aaaf-43b2-9a6d-ae03bbbae901_Doodles__Robot.png\n", "[{'id': '988420047250800640', 'type': 0, 'content': 'am on mobile right now 🥔', 'channel_id': '964384155121115208', 'author': {'id': '402256924852355073', 'username': 'proxima centauri b', 'avatar': '129446d0fe73683d2b85ec8fa08f7be1', 'avatar_decoration': None, 'discriminator': '0076', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:28:23.221000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419989411336232/df4e5f4f-bf0b-4a1e-ade7-b974095a40aa_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419987700064286/fbcfcaf0-0fb6-437e-88e1-d8d3565ce84d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988419961951256646/3a8dca3c-9d6e-448e-af97-2cc8cbf88c02_Erratica_artwork_by_juergen_teller.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419959388512326/c314cc98-1e61-40a4-b2ae-10b8eb58c08a_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419946604273744/9a6ab3ff-9dd3-4651-8327-e14b87679fde_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988419936965771334/38e5fc38-4c62-4d7e-8ba6-a09c97d40bf0_Dubbb_beach_sunrise_universe.png\n", "[{'id': '988419891654713365', 'type': 0, 'content': 'you should add him 😂', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:27:46.124000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419870351826974/e37dc6e9-49d7-4be5-a7f4-339de76ca48c_Doodles__Robot.png\n", "[{'id': '988419869294862336', 'type': 0, 'content': 'OH LOL', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:27:40.793000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419845546737674/1f760639-62cf-44b4-86c8-08c103d28cc4_Doodles_.png\n", "[{'id': '988419844758196224', 'type': 19, 'content': 'did this', 'channel_id': '964384155121115208', 'author': {'id': '402256924852355073', 'username': 'proxima centauri b', 'avatar': '129446d0fe73683d2b85ec8fa08f7be1', 'avatar_decoration': None, 'discriminator': '0076', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:27:34.943000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '964384155121115208', 'guild_id': '662267976984297473', 'message_id': '984154733759594536'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988415954520268840/988419801049346069/42da875b-bdbf-4352-bf0f-29010cc7ee49_Dubbb_beach_sunrise_universe.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988419695919112192/d7786ace-fc33-4d6c-9c70-b97db48b9456_Dubbb_beach_sunrise_universe.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419688885264405/d6910384-973a-43ca-acc3-31ad6b80c9dc_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419627187056700/d75bb71d-8c9f-4f05-afa1-e554aa3a5964_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419600406421514/a52558d8-7928-4b9e-b360-be88f7a6ac17_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988419570110988288/80b3e904-0a50-42f0-a2a4-1aa5c2e1ddd9_Dubbb_beach_sunrise_universe.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988419524208496671/b6e33bf9-5d35-499d-9658-d9ac60e3f57c_Sgt_Dingo_a_corpulent_man_made_out_of_bone_tips_back_in_his_chair_in_a_restaurant_made_out_of_dingo.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419493728489522/5f87390d-74d4-49ae-91eb-369aac36112c_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419489886527518/a0ac34b2-a5c7-4cd4-9732-9dbbba546de3_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419479044247592/c95b807d-818d-4ee9-a497-40ee838a4f58_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419377860849714/8b4736ce-baf7-4509-891f-2ecac6d75790_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988419367458967592/97617228-4e5b-4b02-8e28-18b02a766c00_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419366003572766/9f3e1240-2227-428c-b7df-7396c44dfd9e_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419327436935188/e9144a3d-4c5c-469c-8b5e-56699a863a98_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419273108099122/310a81bb-9d70-4c7c-88b7-115f64bf67db_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988419267034746890/aabab022-bb5d-4443-bc81-0326721296f7_Sgt_Dingo_elo_submarine_by_the_Beatles___1960s_cartoon.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988419251381608528/648b5dec-5dff-4f57-80a2-d7a6a2ee37d8_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418983625642034/f64c10d4-1c32-4acc-a127-9ad471d9dd15_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418976893788230/49420e26-40c8-4396-8192-8734f6f1cd4d_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418971994841108/4c6fd3b3-a4b4-4a4a-b431-b49be61ae0f2_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418952411615312/cea35fb3-1a7e-4508-b1eb-4ec62ebc32f4_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988418866650693702/e47f241e-bad5-4285-9546-ec7d3195062c_Sgt_Dingo_a_corpulent_dingo_man_busting_out_of_his_silk_suit_sits_back_at_his_restaurant_booth_with_a_glass_of.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418828029546546/7bb44a00-acb5-451b-8362-2b7e2e0a0670_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418794949050429/9f677d6f-119e-4b5b-b040-4d130dc72b63_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418788192030720/1067a7f1-4e36-4efe-919b-434a4b3fc4c7_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418733598982144/de76247e-3086-4abf-95b8-64951325a113_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418727315902525/5e28f142-2fcb-4d24-bd0b-39f73048df8b_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988418690431193159/82d26422-28ec-4e93-916b-790f435351b1_Dubbb_heart_Rococo_mushrooms.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988418635943010324/eaacc467-fcfb-47dc-8700-93208b653a5f_Sgt_Dingo_elo_submarine_by_the_Beatles___1960s_cartoon.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418571786924113/d97d720f-ff26-471d-98d3-d1f5cf883a5c_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988418569618468874/667669bc-1e03-4e51-96f8-4218ac209c92_Dubbb_heart_Rococo_mushrooms.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988418563087937597/eef3641f-b034-4ba0-bc69-a7fa3f8bb627_Dubbb_heart_Rococo_mushrooms.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418504371888148/5093110b-3470-4dc9-af00-75dc9edfd5d5_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418483530399744/40e1aa60-cde1-4a59-b696-edc33f022e09_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418469718548560/19693e6b-2e43-4fa4-ada4-dcab427b9ff4_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988418403389833276/3157893b-2a8f-41e7-b7c1-a64a644755b0_Sgt_Dingo_elo_submarine_by_the_Beatles___1960s_cartoon.png\n", "https://cdn.discordapp.com/attachments/986072150496665661/988418393650647111/26f49444-0616-41b1-a0e4-5de951777027_Sgt_Dingo_elo_submarine_by_the_Beatles___1960s_cartoon.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418294321143848/bdacb337-3b52-4ef8-8acc-cf2e33f0abd1_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988418240596299776/7ab34f97-f777-42fc-9c1e-a3787a0b7612_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418161852432404/bb0893f4-1863-45be-8a03-4d0c5fc06945_Doodles_Primitive_forms.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988418151559602226/7c10e238-b1d1-4eb6-bf0e-c066b2bac5b2_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418134274883675/3485abe3-9c9a-4639-b08f-f7af24b54aa6_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988418133326979092/ba4f0abe-ac8d-4603-8d28-c4c8d5a3d719_Dubbb_heart_Rococo_mushrooms.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988418042541244436/544c71cc-2839-4a38-8673-ae54bc9142cc_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417932587593758/cf8cff73-c9df-46ca-9444-f685896c5ed8_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417874735542292/4ee5d87d-7334-4186-9ca8-e8b164e28068_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988417864895701022/15f024af-864c-4580-863b-0bb44093b7e1_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417851130003516/f665cd37-6974-4d44-92b5-8c4e82c18cab_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988415954520268840/988417832847040562/23e6fd50-c4ac-4fe1-9325-e84ef5896cfa_Dubbb_heart_Rococo_mushrooms.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988417767151636500/18adb87f-c14b-4c95-907e-493b50a719f7_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988417759799046204/a4216ff4-f573-494d-a112-7683921823cf_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988417752932941894/782d32f3-52bc-44b2-86b7-4c475e932bb4_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417738676527134/81eaa1d1-24d6-4ef8-a6f0-8b892f7712f7_Doodles_Primitive_forms.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988417717574983690/eb597a26-48c3-4a60-9970-203f5ebe8c75_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417633781157898/468e282d-6704-478f-b1c0-3926bf6e29a8_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417631310737469/452817b6-9c22-4953-962b-fe364f3cf636_Doodles_.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988417602172887090/4a9cf0e7-9449-4942-a784-3560f6681f34_ZrinkoK_girl_playing_with_a_balloon_next_to_a_river_in_50s_black_and_white_vintage_photo_shot_close_up_from_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417439693955142/0c43090a-9f2b-4ccd-9801-40232bd20f41_Doodles_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988417381921591346/18f6cbf9-c431-432c-b28d-3fb623ab4adb_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417245229228092/9d90d604-fe4f-4c55-a8b1-8b4617330353_Doodles_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417140489060372/6d0cb07d-add3-4530-a618-ad215099109f_Doodles_Primitive_forms.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988417077335433266/0b184b46-6f34-481a-b3ef-5dd2deae122b_Doodles_Primitive_forms_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988416905129897984/f9e1ca87-72e0-4166-9c2f-cc6c0a8c3778_Doodles_Primitive_forms_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988416897810841600/ab3dfe03-47ee-4970-ac0e-2a9fff61ee1e_Doodles_Primitive_forms_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988416734098759720/c6568e60-f7e6-42d0-ba75-d5a3b34fd7a6_Doodles_Primitive_forms_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988416151740633118/a5136757-86a4-4bf7-b0bb-52c0eff90be9_Doodles_Dance_with_the_Dead_Driven_to_Madness.png\n", "[{'id': '988415957003284500', 'type': 0, 'content': '123', 'channel_id': '988415954520268840', 'author': {'id': '575782780156510208', 'username': 'Dubbb', 'avatar': '7176622b28b68d9e2646307b13c11a7b', 'avatar_decoration': None, 'discriminator': '8669', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T12:12:08.030000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988415412901412894/b34adb23-cd4c-4eb5-aef7-f6dc73827edf_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988415176724328509/bca12b3b-a609-4c58-a7da-ffad202be9eb_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988415093165420585/1e1fc8f4-a525-466c-aa6f-86b157a11481_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988415037649600562/f1edc996-56b6-4d86-ac7e-f9f56b96156f_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988414808154046514/370f4cce-8d4a-4fdd-9422-cf53c8abec5e_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988414715778707496/6f226b86-edc6-4d6a-a7c8-ed1e11071500_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988414442989563904/2bdb5e8f-f207-4032-a517-61a368a6b31d_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988414411511300116/aafc0fa0-db77-4409-9469-35898c4df39e_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413976390012989/778936e4-f91b-4642-9f0d-59bf88acd1ef_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413531135307806/5afb72c0-40dd-442c-97ed-57c6665465c1_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413512948781086/5f0007c7-f867-4480-92ec-ca2845a4cf25_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413509937283082/dbaa87a2-037f-4a1f-a9b0-48bc218b31ca_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988413385815232512/e7ece24e-6822-41de-9b2e-f47edc71b377_dwella_stuffed_plush_frog_wrapped_in_wet_dirty_cellophane_on_the_ground.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988413149214547988/bead0261-46a8-4e11-9a22-7743b9bd24ec_dwella_crude_oil_poured_over_uncut_emeralds.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413130805768242/a913c3c1-05af-4c0e-a990-9872ed47fee8_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413118864580648/5131f679-ab0d-4f00-80a7-6d812c5cd050_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988413114347290624/3ef2162d-1a54-4c78-93b1-f42e02cb90da_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988413040552714300/961e94c4-87da-4734-b433-58db6f0c51b2_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988412904787304518/6d332266-5af2-495b-9c13-6addf72d8b36_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical_mood_lighting.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988412838030737418/ba5c838f-e6e9-4f09-8aaa-3011d2fa7fee_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988412825007443988/8b9713ce-c4b6-4685-a41a-b73ed755578f_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988412739301027850/af8374f2-5f16-48a5-9a92-3836d60cca78_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988412537064263710/01ef35c1-67cb-45e6-a25d-a51c80b959a0_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988412360295325816/aa62103b-94df-44b6-b8e7-85688136c7f2_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988412269442506822/5dcaa1d8-d4d5-440c-ac68-197c14ea83bb_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988412254993121330/79f56970-c389-4d27-bfcb-1f27f424ea66_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988412247086858270/c565433b-cffb-46ae-9cc6-ee0184d4727c_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988412082120687666/2a45a953-7bcb-4723-9b96-7be4d787227e_ZrinkoK_a_robot_made_out_of_cardboard_boxes_in_the_style_of_boxtrolls_holding_a_plate_like_a_butler_shot_lik.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411947546451968/559c240d-eef8-4c4e-8215-f33b46c5982e_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411936217657374/1d00ff8a-2c51-4a15-ac2a-9898f4ffe404_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411746085658684/b157c893-e612-4830-93c9-daec3a741ef1_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_mechanical_realism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411437485555752/fc158f76-bd4b-42aa-b388-ac3d71014c12_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411195126063104/ea5d826e-e77f-4a11-8b3e-f1b36cebfd44_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988411181859491880/3b7b26f7-9c3d-456e-b4c3-fd174f3d69b4_dwella_doll_wrapped_in_wet_clear_plastic_on_city_sidewalk_ground.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411150154731540/eb3dc039-d49c-47f8-b6da-8749f01d70d9_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411141631930398/6f3aef7b-5112-4d96-8595-83c6aaf79c7e_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988411001026273320/891a556b-be1e-4343-8c0a-4ba63093e954_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410849662226432/9a6d009e-a2b3-4cfe-bcc7-2aa814445879_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410845967024158/799dd9b4-ada4-40ab-84db-bc0ee1ea26e5_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410844079591434/9fb8a64c-8eb6-496f-8e0e-650bf65e2292_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988410749640671322/7f3bf8b8-eb07-4288-9e4f-f53623645ea1_dwella_doll_wrapped_in_wet_clear_plastic_on_city_sidewalk_ground.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988410610976956416/45cfb188-fa5d-47ba-b176-d270243c54a9_dwella_doll_wrapped_in_wet_clear_plastic_on_city_sidewalk_ground.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988410589632159774/081baba5-dcc1-42a2-810c-5ab0949e442b_ZrinkoK_door_doorway_headwrap_intimate_shallow_depth_of_field_tile_wall_west_african_clothing_sandy_color_pa.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410362988736582/1e6d7947-e0a9-4ec2-bf40-8dfe0d96d054_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410291693953075/6206ede4-8700-415b-9f01-29c735512b22_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410220847964252/c7a1c61f-9e0c-41a2-a4b2-9a764b0cfc77_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988410171011264552/d8a64c9a-3e5e-45c0-be4c-42508f5fe5db_ZrinkoK_door_doorway_headwrap_intimate_shallow_depth_of_field_tile_wall_west_african_clothing_sandy_color_pa.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988410167378993182/3887ac19-bcc1-430c-abde-f3a312b3947d_ZrinkoK_door_doorway_headwrap_intimate_shallow_depth_of_field_tile_wall_west_african_clothing_sandy_color_pa.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988410152350810132/5ec6b0ea-d504-460a-99d4-b45284ecd6d7_ZrinkoK_door_doorway_headwrap_intimate_shallow_depth_of_field_tile_wall_west_african_clothing_sandy_color_pa.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410104485384282/250aaf5d-d1d3-436f-9a41-7768003edb7c_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988410057492402256/fd4ccb5a-e250-4bde-8861-9a0a0defbae2_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988410001284554762/beb9dac7-a08c-41e5-8f4f-4a13fc3676a8_dwella_stuffed_plush_frog_wrapped_in_wet_dirty_cellophane_on_the_ground.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409923727687700/51bccf61-9a53-46a7-9327-a37470e82c46_Doodles_Beautiful_ornate_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988409806983409734/920908d8-073e-4e3a-b2b7-671b3b02b24d_dwella_stuffed_plush_frog_wrapped_in_wet_dirty_cellophane_on_the_ground.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409714696155187/3418a371-1d86-4d63-84f2-9b30924e1b4c_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988409641094496316/775ad3fb-4c4c-49ed-b27e-f87fdc2d1f9a_ZrinkoK_hand_on_glass_holding_on_interior_shot_from_exterior_red_liquid_red.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409544185090058/5c8301b3-8c6a-4783-8812-4ae7d31511ef_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409535809065010/6fc6b5de-6ba2-47a0-893f-4689a4c78ca0_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409392963674132/0db20726-31c2-40dc-81df-220568effac5_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988409370784182343/fa56f007-ef85-4205-a41e-c2431a8770ee_ZrinkoK_door_doorway_headwrap_intimate_shallow_depth_of_field_tile_wall_west_african_clothing_sandy_color_pa.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988409333916241940/2a9fcd7f-db11-444b-9753-67f317d66ae9_dwella_stuffed_plush_rabbit_tightly_wrapped_with_barbed_wire.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988409188214513684/65a7a505-4c93-47cb-8656-f65a8e3ff91f_dwella_stuffed_plush_rabbit_tightly_wrapped_with_barbed_wire.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988409027350364160/d239020c-cdc1-4b37-aea2-2e538a70acb2_Doodles_cyberpunk_robot_alien_skull_hyperrealism_photograph_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988408634587369512/ea147e35-7d12-456b-ac18-44ca2ca92996_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988408479502983218/d1c62793-7d7a-49e8-b270-f4bee9ca406c_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988408244311576616/bf1fc60d-8d2f-4a9d-9a85-336ceac2f904_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988408145879638026/5ec422d5-83a8-4e52-a2cd-90d073bed37d_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988408132604661760/0daa6dcc-8f46-4143-9884-60d594d9915e_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407908570136616/e96afea0-d3a2-4b31-8f53-88864022f2f3_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407748897148938/0588463b-6912-4101-94f5-f79e4f4dd04b_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407522673197126/a2ae338c-8fad-4d4b-a354-02939f1e9a5b_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407271463739432/d4dfbbda-4ba6-43ba-9028-fd2b5ef07ab9_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988407267898568714/e7300ec3-c515-47c6-a80c-2d99b44ac190_dwella_porcelain_doll_with_black_ink_dripping_wrapped_in_red_cellophane.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407162931929108/2df18041-3571-451f-9aec-fce7064f27d2_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988407083860918272/81ccc532-f0db-4b59-badb-ed6865091750_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988407059299070002/57f69274-11aa-471a-b6ac-c257f2b81c73_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988407028835823678/9a7dac3f-9927-4123-898d-1b78fe63a89a_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988406974918033488/c2139b59-3045-4f20-94c6-e80d2367bfd2_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988406872816123964/07b589f9-9e51-4a1a-a0a7-eb47d98f1961_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988406865601908796/2bf019e2-d440-41f3-85da-1a2ccd3ab168_proxima_centauri_b_artwork_by_Valery_Slauk.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988406779371225098/bf4b8d3b-73dc-44b5-8c80-885a7fe3536a_dwella_porcelain_doll_with_black_ink_dripping_wrapped_in_red_cellophane.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988406675931291648/e75da9fe-2bcc-4ed0-8c84-7fbfad53d047_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988406533207502898/929243a0-24ac-47e0-ab05-99eb5d672631_Doodles_Cyberpunk_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988406096005840896/6ce63cc1-b667-421b-ad50-c5fc77e3748d_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988406083896868864/abd2b67d-5e74-4f91-a7eb-c4d5d4766b26_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988406048723443733/38b8f9f5-3007-4d32-a531-1b00f889aabf_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988406042104852480/f4f10486-335f-4c59-b050-365736d35e21_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988405973381152828/7989fc7e-339e-45f3-b077-9872797533fa_Doodles_Cyberpunk_mechanical_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988405927151550484/8dd0a7d3-0ddb-4fc5-96c1-a440e28ce3aa_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988405609743409212/1d78cd38-a9bc-46ab-9711-440fa9605864_Doodles_Cyberpunk_mechanical_robotic_skull_hyperrealism_symmetrical.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988405469511057428/38676788-89b0-4579-a1a9-40a6e7eaa570_ZrinkoK_a_afghani_girl_running_down_a_narrow_alley_with_bags_in_her_hand_and_her_clothes_revealing_the_mount.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988405448568893550/5acde957-f86f-4e4c-9b6f-be7b91b259a0_dwella_porcelain_doll_with_black_ink_dripping_wrapped_in_red_cellophane.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988405429702889472/a1fb446d-ac05-4850-ac1a-999c046d2701_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988405378381402183/bcd02ed1-5e1d-405d-82a1-9d5731e2d5e4_Doodles_Cyberpunk_mechanical_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988405347834277898/6e561dc5-d2c7-4a08-976f-783c0a88a422_Doodles_Cyberpunk_mechanical_skull.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988404991414927400/f5a08a40-141f-4218-8745-825d3c5d94b3_dwella_perfect_porcelain_doll_wrapped_in_wet_clear_plastic.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404914390708244/97d5b63f-63b7-409f-9169-60210d31a9ca_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404832819892284/50da09db-8327-4209-abfe-d805102a4ed0_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404581136482345/86c657ab-4248-47f2-baad-506f963de763_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988404566917795930/3b3a530f-ab12-4bb1-b17a-3424e40f9344_dwella_perfect_porcelain_doll_wrapped_in_wet_clear_plastic.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404535569551380/c4b742e4-b056-4ca2-823a-06c46f3cef77_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404510173053028/8b868734-3554-484c-b5cd-4d3e4a1cffc9_Doodles_Cyberpunk_mechanical_skull.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988404334217809930/6568ecc1-1c03-4622-bba2-951e42fe3884_dwella_perfect_porcelain_doll_wrapped_in_wet_clear_plastic.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404265942913044/ad62d1a4-e137-4a30-83e7-351bae0e1f26_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404260444192788/d9fe0447-e028-4979-8975-6d867c438915_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988404239996956702/4424d73a-e00c-4d67-91db-3b49347645c9_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403964917727282/cfd9e3e5-bab0-439b-adc3-4603ea0c489d_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403943807778846/33861d36-9d27-4ce9-af29-da365623e685_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403937126273074/3e5db1a1-14dd-4a78-978e-c46c7b4c0150_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988403918545514526/811f6708-12ed-4ea2-b97c-2e85a643da26_dwella_perfect_porcelain_doll_wrapped_in_wet_clear_plastic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988403766330028042/1b85d21a-fc08-439f-b6b2-48c844d884e3_dwella_perfect_porcelain_doll_wrapped_in_wet_clear_plastic.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988403639515217960/9865d08d-8869-4838-a67d-d6552b62799f_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403624940036149/98c7b836-9990-492c-9f14-a8aae2d3d438_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988403609899237376/f869891e-205b-498b-9a89-85fcf7cc1663_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403548381380608/6ff2b97e-d6f6-43c8-bfa9-5c63bc773929_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403404734861372/99c5e384-94b7-4eb3-9cdc-5cb20bb350d0_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988403384774168586/2e1e83cd-8433-44bb-895f-5db43e0d85e3_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988403331368103936/bdaad327-75a1-47ff-b324-1d5a0cf0791c_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403330021736458/37684b70-a3e8-4049-bd19-f19516da6994_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988403327987503174/3957431d-1c23-491c-81a2-454c586586f6_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403250732601355/f7394fe2-143f-4e0a-ade0-7c8038a4a3f5_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403246701895770/46168bd6-d7b5-4755-98a6-039c103e6d08_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988403213432672306/23d41362-1db1-41d8-ac27-adf7f08c770e_dwella_peaceful_doll_draped_in_silver_metal_netting_cloak.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403151298252840/4f1d83a5-55d8-4bab-a626-4aac3168388c_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988403000051638312/a1606f35-c7f4-4431-9dbc-dc971f309bdf_Doodles_Cyberpunk_robot_skull.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988402833072201819/19894834-a444-433a-ad69-4eb0a2042488_dwella_peaceful_doll_draped_in_silver_metal_netting_cloak.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402818341826611/6d2598bc-1bc3-4253-bf8b-934a67f9c9e3_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402812415262740/4d018230-ba61-4b01-9f77-211bd9e980ba_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402802915180554/f2eede8a-a5f3-4399-877b-fa51a27b0b9f_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988402790617456670/1b8f8c5a-8744-4d65-b677-a8a679c12da8_Doodles_Cyberpunk_robot.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988402746803773530/c7a2ad90-9405-4fee-a154-83eeedc5fdb1_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988402696073658419/289fdaa8-5e4a-4b06-be33-7062d6ea48ae_dwella_peaceful_doll_draped_in_silver_metal_netting_cloak.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988402551890251886/ac41460a-25f1-43b3-a84c-fa947e433e11_nova_yang_boatsteampunkbaroque_styleMechanical_structuremachine_designconcept_arthigh_detail8K_resolutionUnrea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402484265496616/cf0b01e2-8ac4-4e95-9b51-5eb7200bd3df_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402416267427840/1e440095-2dc3-4c4c-916f-519c4d5300d8_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988402314807238736/e1d9bb2d-a252-4d8f-b22b-090acb87c4da_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "[{'id': '988402168237269033', 'type': 0, 'content': 'just went way too crazy with those dolls lol', 'channel_id': '988189752266194994', 'author': {'id': '988372478797709322', 'username': 'dwella', 'avatar': '4c5e3e6c00cb9b4205e1ce0761247828', 'avatar_decoration': None, 'discriminator': '3156', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T11:17:20.532000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988402126164226098', 'type': 0, 'content': 'cool', 'channel_id': '988401932383174656', 'author': {'id': '699634903712661535', 'username': 'LuxFelicis', 'avatar': '70228774f42f081b973b4d319b0218b5', 'avatar_decoration': None, 'discriminator': '6825', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T11:17:10.501000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988401939039526983/df8e3fdf-8841-406f-bb9f-33693a4a0011_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988401838955049021/a3dd9d54-76b5-4bae-8c72-205a2885fd67_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988401810446356500/9d787258-577a-4570-8027-6e6b45378b19_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988401511316983838/100277e6-2b43-4335-b590-435045a5529e_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988401269016232056/43ba6356-ac49-45e0-8858-59c8783d245f_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988401248434810910/a73e89cb-233a-4dfe-8ab4-81072a78b9da_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988401245305843742/32e22bc9-12b6-45f7-8bc1-a0c297a5161c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988400975897309194/67c02c60-7ce2-4271-8c86-e70d44d10342_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400842614919218/31906f63-aa64-42ed-8001-038699c2c9ee_Doodles_A_cybernetic_human_that_has_replaced_their_entire_body_with_mechanical_parts_and_a_metal_skull_for_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988400842140954694/14729d25-333c-434f-98de-9d39b281cdfa_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988400840362565693/469c7f54-ca70-470d-8018-f95b453b1816_ZrinkoK_photo_of_a_lion_in_the_sunset_with_a_100mm_lens_against_the_sunset_with_f1.8_savannah.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400725430255666/9bcdfad2-3a06-403c-baa4-b9a20b1482a7_Doodles_A_cybernetic_human_that_has_replaced_their_entire_body_with_mechanical_parts_and_a_metal_skull_for_a.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400582882648074/8f495baa-5278-4625-b883-05683077d400_Doodles_A_cybernetic_human_that_has_replaced_their_entire_body_with_mechanical_parts_and_a_metal_skull_for_a.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988400557179940884/df385ae6-bdc2-48a8-9354-267b9096d725_nova_yang_boatsteampunkbaroque_stylemachine_design.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400493200027648/2dc70287-6fb7-4571-8684-c4b8d0f7a693_Doodles_A_cybernetic_human_that_has_replaced_their_entire_body_with_mechanical_parts_and_a_metal_skull_for_a.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400428930723840/03f05d63-be77-4295-ae29-849474a369a2_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988400306717085767/7e38f4c3-f2fd-41bd-b632-b569873eadec_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400283228987432/436cd638-51fd-4cea-942f-017b5698e980_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400192694935613/8e3d0174-4880-45b1-9069-531ed2c17dc0_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988400166254018560/e0c2da44-9d52-4e67-82ab-759e3afaab87_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988400114416648202/0b6a390d-9e72-4986-91a7-e2c6f48c8c69_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988400070317719584/2cbb4aa1-564f-4934-ba63-896e72a1ee0c_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/981099041540698122/988399913601753108/4f1d39fe-4b22-4e5b-8ced-02bf10742b5f_nova_yang_boatsteampunk.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988399881225912350/b3105097-2085-4bd5-b615-d8c01c2ee7ac_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988399873915248660/3c04327a-6d56-47ff-9af2-7637b957c17c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988399868953374750/b3198a42-7551-42a8-8293-832325a31461_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988399837814849647/e8544118-f24d-42f0-ad40-ce0a6b9d3559_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988399800632356905/174a3728-2d5b-427d-856a-35baaacc1c69_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988399715982901318/4f2dbb62-0c77-4f8b-9753-d3322f3c2d6a_Doodles_A_beautiful_landscape_of_a_cosmic_beach_with_the_multiverse_hidden_under_the_ocean_hyperrealism_phot.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988399638509912114/f7a6f6eb-dee4-4180-9c20-1a0cdf01e83f_Doodles_A_beach_in_outer_space_with_ocean_water_made_of_blue_cosmic_gases_and_liquids_with_bright_white_sand.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988399475343118356/c929b9f6-ffb4-48db-b4bf-a157eba83f09_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988399463418724422/0af31c71-9918-47b0-82fa-a70ed7848c6a_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988399450663833660/c1aaf6a2-5e68-4f3c-882b-fb3587696469_Doodles_Cyberpunk_jungle_with_machine_plants.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988399421106561054/7baf24a2-9b14-4a85-b49f-a86da93f9cb3_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988399267070746655/0d9dcad5-88a0-40f1-ba9b-7eceeeea0e0a_Doodles_Cyberpunk_jungle_with_machine_plants.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988399040368607263/83ab6106-6888-4334-8678-3ac3f31daa50_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988399010052206642/e6cf8664-15d2-49ae-9653-65e4d092ee30_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988398815642026044/7e864738-3ed8-4526-ad18-dd22c659d452_justchuck_an_underwater_jellyfish_rave_in_the_style_of_spongbob_square_pants_cinematic_EDM_lighting_thousands_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988398770771341333/3e1c62a0-5080-47af-8980-faa1b31b9445_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988398762609213490/d3f210a7-83fa-41c9-a3ae-ff85f54ee804_dwella_carbon_fiber_netting_draped_over_doll_collection.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988398633370148874/3728b9de-37e4-412c-b47b-d489aa0d0bdf_Doodles_A_mysterious_alien_creature_saves_a_person_from_a_crashes_starship_on_a_different_planet.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988398630673219614/d37ef42b-0dc0-4452-bb15-a8aab2ae5d46_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988398621399597166/2dee80a1-252e-4262-8f32-33882556c822_Doodles_A_mysterious_alien_creature_saves_a_person_from_a_crashes_starship_on_a_different_planet.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988398327995433010/3e3f817a-be69-4234-8214-a43081fc57a1_Doodles_A_mysterious_alien_space_ship_sitting_inside_of_an_aircraft_aircraft_hangar_with_rock_walls.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988398318352752680/d914ccfc-ac13-416f-9d18-791b8f63a439_Doodles_A_mysterious_alien_space_ship_sitting_inside_of_an_aircraft_aircraft_hangar_with_rock_walls.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988398173670236190/48c54792-e7e1-4bbf-ab3d-6c37f757f860_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988398153101369344/64e8ba3e-44c6-48bc-b198-77949127cd78_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988398081085165608/c4f8d1de-bc0b-4b2f-9a1d-2496ba071a53_dwella_audio_waveform_paulstretch_granular_modular_synthesis_photosynthesis.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988397653547163768/d1fda6ac-0371-4e89-9226-a74c080297df_dwella_audio_waveform_paulstretch_granular_modular_synthesis_photosynthesis.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988397650527277086/4860d959-bcf8-4889-9512-efa6211fa2c6_justchuck_impossible_geometry_mc_escher_style_female_form_8k.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988397647914217472/e3fe6e32-8f53-4abe-bfbf-16978d57fcb0_dwella_audio_waveform_paulstretch_granular_modular_synthesis_photosynthesis.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397632818929674/2c9870f1-219c-4c8e-a42f-24f0d176212c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397573511454731/0484f8a9-ae22-4d7a-a115-0c633a8e7754_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988397565974315108/48303292-5fa4-4a5d-bdc5-e1287e838310_Doodles_A_complex_technological_jungle_with_machine_plants.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988397507618942996/a83a8b30-f32d-459b-a358-46fc53ebbc6c_dwella_audio_waveform_paulstretch_granular_modular_synthesis_photosynthesis.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397444163330068/2f18795c-7120-4406-b976-b99f2c724e8c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988397325141557328/570a43fe-b467-4b51-9c65-c93e544097f8_Doodles_A_large_beautiful_Alien_UFO_with_complex_curves_detailed_hyperrealistic_trending_on_ArtStation_Unrea.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988397311824658442/ea719047-b90e-4e01-9acb-8b7710d1e538_Doodles_A_large_beautiful_Alien_UFO_with_complex_curves_detailed_hyperrealistic_trending_on_ArtStation_Unrea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397227510755388/868e4846-7154-4263-970b-f94e50ddd9b1_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988397211417194566/767f9fdc-c270-4d24-af06-0373815d10de_Doodles_A_large_beautiful_Alien_UFO_with_complex_curves_round_detailed_hyperrealistic_photography_trending_o.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397168635301949/cc665198-f68d-43a5-9ba9-56a4e2651ae8_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988397141082910762/8f61398e-a224-42e2-9810-5f377da9437c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988396990524182548/d64a9b10-fc3f-4acf-a762-0025abf962fc_justchuck_an_underwater_jellyfish_rave_in_the_style_of_spongbob_square_pants_cinematic_EDM_lighting_thousands_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988396908970115102/719b6ad7-18d8-4116-b509-1e16937ee0dd_Doodles_A_large_beautiful_Alien_UFO_with_complex_curves_detailed_hyperrealistic_trending_on_ArtStation_Unrea.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396877886161006/6755b2ed-30d4-4002-be6d-4ab114b23ac3_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988396865181585428/43869954-0cf1-4c6d-a9ed-8e4fdd10cf51_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988396862446895104/69f9baa3-de96-40e4-a5f0-0bfec44ea4f7_dwella_xbox_subwoofer.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988396842557509692/75ff0e47-655c-464f-8325-559f4f552ae4_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396795593916436/2efc8c6a-2ef1-4db6-97a2-96fea12e2c0c_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988396661682364466/d122fb31-09d6-4b91-b6b7-9f097558b0b8_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396608209158154/a6d0c7cb-42f5-44c9-8df4-e6bff0a7b807_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396555285438474/b7ccf49d-a8c9-413d-8a76-b5ed9cedd745_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396473232289902/cdaefea0-ff26-4989-81ed-a2698e61506f_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988396452751495178/75b6908e-cbf2-4fca-9d93-afeb761da787_Doodles_A_large_beautiful_Alien_UFO_with_complex_curves_round_detailed_hyperrealistic_photography_trending_o.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988396363698020352/1aa4551b-3ed2-4e4b-b2d8-af701c563663_dwella_huge_subwoofer_speaker_on_top_of_mountain_stormy_night_backdrop_epic.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988396133690773504/7c990356-2091-4515-95f1-b768c8b9e51c_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988396062333108234/efa529fa-1701-4498-b9f0-c50068cae1f2_Doodles_Alien_UFO_curves_round_complex_detailed_hyperrealistic_trending_on_ArtStation_Octane_Renderer.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395833382809660/ac939c36-a7e2-4ebc-9fae-ed316e49a7eb_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395823924674601/75297e21-fc86-4392-a18b-0a2d988aeb40_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988395819663241266/14829f33-68dc-492c-84ef-d98bc4e17cbc_dwella_poster_diagram_infographic_about_safety_while_using_magic_and_curses.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395813451497492/8369d31c-14ec-496a-99e2-ab3ea7edef91_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988395720954507264/c77e5c56-32c2-4640-b52b-29cd1c238d9c_Doodles_Alien_UFO_curves_round_complex_detailed_hyperrealistic_trending_on_ArtStation_Octane_Renderer.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395535201361980/324d5657-39cf-4abb-81b0-648dece96950_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395524858191872/937517d2-0d59-4ce4-a27e-47012bc1fd15_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395513604866078/f1533735-b6c6-43a6-bea4-7cf3ec4bb658_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988395297069748244/ad0ce49c-d15f-468f-a1da-4f2125307e8a_Doodles_Alien_UFO_curves_round_complex_detailed_hyperrealistic_photography_trending_on_ArtStation_Octane_Ren.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395193474613268/ee873ac4-eb59-436b-b693-378456d9169b_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395161870549043/0ce5d3a0-1c68-4e5d-b813-1367a86141ae_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988395147601522708/cffcd1f2-a00c-47d9-a818-3807312d91b3_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988395056216043530/2a4be147-2da9-4224-8816-e73b1244d9bc_mke_maximalist_experimental_winamp_skin_melting_into_liquid_mercury_reflecting_a_laser_cage.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988395050515968030/520affbc-e2c8-49dc-9043-54d5a4f347ba_dwella_crumpled_ball_of_mylar_from_the_inside_out_360_camera_flash.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988394971063283732/a87995d3-5884-4de6-89df-b54fc67cba98_justchuck_polyamorous_euphoria.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988394858823696404/ba0a2d15-545c-4aa0-bb9b-35b302541c77_mke_maximalist_experimental_winamp_skin_melting_into_liquid_mercury_reflecting_a_laser_cage.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988394601431855144/bd11d135-139d-496a-a0df-d40d5d91b78b_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988394593726922772/3ea4ba83-6455-41f5-9cf5-69771a669dee_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988394497203400824/c595e64d-3502-4965-91a7-1c9142c37348_justchuck_impossible_geometry_mc_escher_style_female_form_8k.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988394493256560650/6e63a75f-917c-4681-ad5d-c006dcf0d9a6_ZrinkoK_the_ugly_child_of_donald_trump_and_angela_merkel_playing_crying_in_a_sandbox_and_eating_ice_cream.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988394476458369054/bac52cc3-4f91-474b-aa1e-c95d39bdff37_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988394467012804658/b4865c32-2bca-43c2-8e9a-22d2553fd32f_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988394367968493578/dc92468b-021c-4ccd-8c94-cb032bfefd36_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988394343280832553/3e074607-2260-4f05-97df-045416e1b661_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988394328705617920/17e898f3-4c53-4b9a-9453-a6d6800822fa_dwella_natural_rock_formation_draped_in_reflective_mylar_flash_photograph_at_night_reflections.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988394213815238696/240dedda-1be9-42ae-b17b-45a62310681f_ZrinkoK_a_jazz_band_of_penguins_playing_in_a_dive_bar_in_front_of_a_crowd_of_other_animals_stagelighting.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988393998982995988/0c86842f-9b05-41ef-a752-7bc655dbbcf7_justchuck_photograph_of_Homer_Simpson_as_the_statue_of_David_by_MichaelAngelo_photorealistic_statue_photograph.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988393734905421844/b2eba578-be14-4a59-9c18-3a464e107336_justchuck_macro_photography_of_an_eye.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988393667658125332/a2bea155-8bc3-4aed-9b5b-3b24d9ef4f43_mke_70mm_screenprint_of_mystery_dungeon.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392879170916402/f252c1c2-fe5d-47f8-a6a4-7e6b56160d72_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392775265447946/7a8f0a06-65bc-4b6c-81a3-19f42372c5da_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392649469878363/4f1e135d-6a25-4a4e-be95-6c3501634bfd_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988392635481874453/4e11c1fd-f984-40c7-80c3-76d821c45d53_justchuck_macro_photography_of_an_eye.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988392545920897065/9e764614-8f2f-4eaf-a4e8-335020acd549_justchuck_impossible_geometry_mc_escher_style_female_form_8k.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392535217045544/bf3a51c4-d52b-4867-ae43-dc027f68ecfd_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392332401446972/f7781155-8891-43b9-9dad-6f9234b33a28_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392291746070558/a47eba51-9628-4c06-a49c-df939dab6738_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988392139480252456/b39a4f90-eb94-40da-9532-f9ded40aba9f_mke_a_mylar_window_reflecting_green_fog_turbulent_caustics_winamp_skin_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988392077974970378/19621acd-164f-4c11-acc8-55f93a8ad0f2_justchuck_an_underwater_jellyfish_rave_in_the_style_of_spongbob_square_pants_cinematic_EDM_lighting_thousands_.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988391502948466718/46d88c86-7f02-4c4f-8414-88b21624d608_dwella_thousand_fingers_holding_wooden_cross_crying_realistic_angel_tragedy_flash_photo_at_night.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988391438205218827/5f632d93-48ac-46f5-acd3-27955f46d923_justchuck_macro_photography_of_an_eye.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988391418944962560/1831b687-e281-42bc-bedb-d9919c45f872_justchuck_photograph_of_a_beautiful_eye_full_of_an_ocean_sunrise_maximum_detail_8k.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988391355233497108/21373458-b9e6-4df0-a75d-cba64e9b2820_dwella_thousand_fingers_holding_wooden_cross_crying_realistic_angel_tragedy_flash_photo_at_night.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988391213067563008/4468e2c4-5a2a-4001-a105-f41fbcf8da6c_mke_green_fog_turbulent_caustics_backlit_360_camera.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390887597944882/6355c29e-6e29-4436-a6db-b502be133eab_mke_dendritic_recursive_artillery_shrapnel_melting_in_a_vat_of_liquid_mercury.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390522722877480/e52bca16-7d88-4edb-921a-4ae37d550a57_mke_dendritic_recursive_artillery_shrapnel_melting_in_a_vat_of_liquid_mercury.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390463612542986/6b5c98c9-0ebb-4bd9-9d10-dc6bcbb6701a_dwella_liquid_shrapnel_melting_gases_inside_a_glass_box_refraction_volatile.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390423515004938/7470a834-41a8-492a-a29f-1435fd153119_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_cage_at_day.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390409355034684/1a28c621-c208-48d0-bffc-bc5664f5d128_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_cage_at_day.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390271039451186/9e8d4cfc-9f71-4981-bf06-3b986c7cc4ee_dwella_liquid_shrapnel_melting_gases_inside_a_glass_box_refraction_volatile.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390222502961172/23c388f2-f7dc-42a3-9691-2da041769f1d_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_cage_at_day.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988390086712389723/df3d05f8-9122-4eae-bdd4-b81bbb8a10f9_proxima_centauri_b_screenshot_from_a_LucasArts_game.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988390042223386655/c948bf46-d3b2-431a-b867-67621fac4d7b_mke_dendritic_recursive_artillery_shrapnel_melting_in_a_vat_of_liquid_mercury.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988389966839169064/b84a838e-340a-48ee-93cc-6f5d199f32aa_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_cage_at_day.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988389515045535814/143d2d6d-f5ac-4daa-a51b-90028edc2a92_dwella_jakobshavn_glacier_ice_aerial_photo_shattering_metal_shrapnel.png\n", "[{'id': '988389508913446963', 'type': 0, 'content': 'shrapnel! damn', 'channel_id': '988189752266194994', 'author': {'id': '651292331533664256', 'username': 'm↯ke', 'avatar': '8aab84f4c4689f1d67400a0d145d31f2', 'avatar_decoration': None, 'discriminator': '0001', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T10:27:02.314000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988389311764385832/5e021a5b-ec74-4910-9809-f62f374ba7e9_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988389269771022416/29e758af-fb14-4bdc-8634-9778f23e1496_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_dented_mangled_circuit_board_microprocessor.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988389161667035156/be2b3408-b5e3-4172-a702-4b441bd0ec5a_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988389029399633920/a3f95b2a-5e59-4ed7-b658-530d088b2e92_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_storm_at_da.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988388793885278218/7e9b8395-0efc-4466-ac75-9a0be047698d_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_storm_at_da.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988388777338753074/56e55844-0f44-4027-86af-c25ba5dde555_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_storm_at_da.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988388776214659072/e7587a81-f86f-4ea8-a0e3-da6c2102817e_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988388662960062484/a47b7123-1b25-4903-9ff8-b2d4f75e0a0a_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988388626553532466/24ea1964-0015-47cb-b1fd-0f8c9a847be6_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_cage_at_day.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988388421770805288/ac3a4656-836b-4457-8134-b814ced5eae1_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988388402762248202/5a336d41-a71d-4a84-83d7-bf0ef448809e_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988388321891864617/d80ecce4-75c0-4f07-919e-5f058c87c2f1_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988388240715317298/8758228f-faea-49e2-911c-7dde376a8950_mke_3090_RTX_NVIDIA_GPU_graphics_processor_melted_silica_gel_reflecting_a_catastrophic_laser_storm_at_da.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387971751362620/27319a3a-8fc4-4f1a-aefb-ee5dadfa9de1_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387854046597220/3c0d5cfd-5e9a-4f03-8904-78ce657ebd53_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387762623369226/0fa4c44b-f188-4e67-beb1-50b3bf7d17e9_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387754893279282/8950c8b0-aff2-4e0e-816b-7eb882dcc623_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387580737384448/643cc0b7-a07d-4448-a7fc-688f0c74dee5_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988387573065982012/45257827-e15e-4867-a216-e743a4c259a6_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988387286423064626/e915383e-0819-49d0-a689-fd35e10ac30b_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988387226624872458/5dd78be0-660a-4d5a-876f-4cc5d3964147_Erkan_Cerit_acrylic_painting.png\n", "[{'id': '988386989122416660', 'type': 19, 'content': 'shutterstock watermark on #4 🔥', 'channel_id': '988189752266194994', 'author': {'id': '651292331533664256', 'username': 'm↯ke', 'avatar': '8aab84f4c4689f1d67400a0d145d31f2', 'avatar_decoration': None, 'discriminator': '0001', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T10:17:01.549000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '988189752266194994', 'guild_id': '662267976984297473', 'message_id': '988386733638963220'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988189752266194994/988386867093311558/31b9e95a-0218-41f1-be76-a3f61cbdb5bd_dwella_shiny_3d_render_earth_satellite_view_aerial_warfare_explosion_dynamic_colors.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988386733420871710/9393438a-a930-4e03-a8eb-e708da10ce80_dwella_shiny_3d_render_earth_satellite_view_aerial_warfare_explosion_dynamic_colors.png\n", "https://cdn.discordapp.com/attachments/985895783209533490/988386076324421653/bdbc44f6-c7ab-4c11-9c9d-0a5874a42f37_lioration_benjamin_franklin_face_portrait_symmetrical_Travis_Louie_style_ultra_detailed_beauty_hyper_realistic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988385834145312818/cea91aa1-ab34-4ebf-96c9-fc0c0a3bec3b_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988385424399540274/b977a4b3-d008-438f-b67e-77cdc8135b9e_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988385098221101076/fa168224-4d6d-4c7c-98c2-96bb946ff3a3_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988385022438440990/d5d36687-809a-44bb-b953-696c3b9aa3df_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988384628433903656/52d00b5a-bdd3-4a12-b7b7-bc485c4b98f2_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988384567499030528/86f68e9e-d197-446c-8544-e2554146c7ea_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988384517729452082/7223d372-2fe0-4527-8cd2-402a1e1094bc_tangara_godzilla_on_top_of_a_building_cinematic_sci-fi.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988384467041255435/ed528b34-bb8f-4a69-8e53-cfdb8d997f88_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988384418999721994/23623f46-ac3e-445b-a72f-c1f7b225fa1a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988384234198667264/b9623bb6-74c3-4118-9011-ed6f63671b84_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988384221120823328/9b3cc6de-eaa3-498d-88df-fdb1402e7d66_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988384197267832893/b0508207-9b7c-4cf0-bd85-c739e4edce49_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988384181363027998/f2014fd2-f899-446b-91b5-8431d5aa8517_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988384144998428682/8f4cb5f9-d919-4ebf-96a0-a6b64a8a6709_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988384012999487548/7f19f9ce-aef8-45bd-914c-5c61a55a6f6e_tangara_godzilla_on_top_of_a_building_cinematic_sci-fi.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988384009367212062/4bfcb51d-17e1-402a-9576-bcab9ef612f3_dwella_poster_science_diagram_chemical_danger_smiley_extreme_metallic.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988383966627241994/e5f06164-9c55-4711-8107-d8888d76c59a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988383798108508180/6c57cc77-a7f4-44c9-ac6a-ac7967e0c35b_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988383741351165982/21f4361b-99c8-4953-aa0b-167c92761d16_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988383690948239411/f4fa6f96-9407-4df9-97c8-9b0207ba54cc_tangara_godzilla_on_top_of_a_building_cinematic_sci-fi.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988383590477881404/25abcf3d-18aa-491f-aedc-86d887b377b5_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988383453613539408/bfc523f9-8c4a-421f-ae4b-45813ba325aa_tangara_godzilla_on_top_of_a_building_cinematic_sci-fi_hyper-realistic_detail.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988383389482635294/fe388d5e-4a46-4fb1-95d7-b1735b890b83_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988383103082962974/8d67a79f-a591-4d22-a4de-a0eb0b5eede2_dwella_inner_machinations_of_water_molecules_learning_to_fly.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988382751117946920/a1ea238d-5f0e-4d95-befd-a69a03bd65c1_dwella_inner_machinations_of_water_molecules_learning_to_fly.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988382532850565150/6c56c956-83bc-492d-86a7-98e54dffd4ba_dwella_inner_machinations_of_water_molecules_learning_to_fly.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988382459353780284/fe85e999-2496-4e51-a217-4ad3911a86ff_tangara_godzilla_on_top_of_a_building_cinematic_sci-fi.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988382404379029544/e37cd11a-5bfb-446d-bf08-517d22de8b7c_dwella_inner_machinations_of_water_molecules_learning_to_fly.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988382354412294164/75e637bc-de89-4aef-92a5-32c8bcfe24c7_Agror42_huge_open_office_space_with_majestic_tree_grwoing_inside._Futuristic_design._Utopia._Architecture_re.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988382101722234880/e8620ed0-8c25-49fb-92c4-fb5d42dee154_Agror42_huge_open_office_space_with_majestic_tree_grwoing_inside._Futuristic_design._Utopia._Architecture_re.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988381995644104744/a157de60-48c8-4746-8f84-75d1dea85838_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988381809916141689/9d73e073-6efe-4c49-8840-2385ae62c939_Agror42_huge_open_office_space_with_majestic_tree_grwoing_inside._Futuristic_design._Utopia._Architecture_re.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988381672284258344/1e01aa7c-4ec9-4a93-954f-d776dad6fe78_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988381506240143420/99c931d2-bc15-4990-b866-9f7d344d0ae7_Agror42_huge_open_office_space_with_majestic_tree_grwoing_inside._Futuristic_design._Utopia._Architecture_re.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988381452842455060/df8a7b87-e622-49f6-a139-6a2cc9e80cfb_tangara_godzilla_climbing_the_empire_state_building.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988381449143058432/08f972c5-2e8f-4f83-9c8a-43f583997334_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988189752266194994/988381377403699230/b820adb7-07b7-468d-9b4d-2692b187b2bb_dwella_coral_reef_with_holes_leaking_light_beams_deep_sea_trench_creature.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988381240589688892/457d652f-a939-421b-9142-a973748dba9a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988381130103349308/f2a88eab-0d51-44d0-b76c-c8360d4d7b06_tangara_godzilla_on_the_empire_state_building.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988380944966770719/e45486eb-d881-4b5d-8acc-48b47a93e051_Agror42_huge_open_office_space_with_vegetation_growing_inside._Giant_scale._Fisheye_lense._Futuristic_design.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988380750116192266/2c67fb81-3c17-42fd-982c-90d6358fe686_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988380597791633498/ab96676d-413a-48e7-b4aa-7483d9641d2d_wei517_psychedelic_phantom_and_ghost_and_god__trending_on_artstation.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988380384444157992/4e82d16c-38d7-4814-a038-01e3849282eb_Agror42_huge_open_office_space_with_vegetation_growing_inside._Giant_scale._Fisheye_lense._Futuristic_design.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988380296187617310/2ef2bfb9-87ea-43fc-9d03-23d52ec8126c_tangara_dinosaur_as_a_professor.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379961633165363/4eea9d29-b0b0-439e-99f6-b087192b9a73_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379931027320842/02d632c1-fc28-4ea7-ad8c-c575fb2b80b7_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379902216646677/8b229156-6886-4522-98c0-aa328617fbeb_Agror42_huge_open_indoor_space_with_vegetation_growing_inside._Huge_scale._archvis._architecture_rendering._.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379861540294706/59702fdf-0781-4075-afe4-7ed879abe1c8_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379855865384990/9a0ed793-63e8-452f-b197-be71d974c1ec_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988379692321087538/2c53b619-31dd-46c3-972c-7ad22ea7c3d7_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379558233391114/dd749e8c-8127-45e1-896b-751ac0ea71f0_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379537341550632/a59e12d1-cd98-42d5-9a13-6b78f53b733e_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379472774430730/93d790d0-f3b9-4f9f-960b-24d81b5b729e_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379448913055804/159ff5d0-3888-40c7-95d0-c5019f44cbbc_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988379435541622824/bedc76b3-e41e-4d80-a5ff-833532146f1d_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988379410916835358/3226ec3e-bbb8-42de-a812-9e975fe67fb1_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988379360866230282/7163c967-d7cb-46ca-89c2-0cd6257a7916_tangara_dinosaurs_wearing_professor_hat.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988379271661776896/514dfbc3-f516-4b18-885c-5a84c74a57c4_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379180272074772/034613d9-cb9b-439f-8b34-576ce65c6adb_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379174320365618/fc9f9c13-467a-40df-9ae9-3b1d3adccb7a_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988379170654547968/ce3f89c9-9dc9-46d2-8896-3a52b0af00de_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379124458475530/3b926b73-0eb9-4806-bd9f-b6eb20b6955c_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379042313011280/e7a42937-747a-4a46-b373-1a830eb1cbd2_Agror42_woodblock.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988379010671181894/db04268f-1e7a-4902-bff8-4dac264d70bf_Agror42_woodblock.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988379006778871838/339ef9f9-432d-41dc-b53b-edacd3821d56_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988378905113165854/43655e06-37a4-4088-9d75-93c788f402f3_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988378900465856522/7f1a8ec2-271c-4a52-a0f6-cf58a80770b0_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "[{'id': '988378793683087382', 'type': 0, 'content': 'dwella is 🐐 ed', 'channel_id': '988189752266194994', 'author': {'id': '651292331533664256', 'username': 'm↯ke', 'avatar': '8aab84f4c4689f1d67400a0d145d31f2', 'avatar_decoration': None, 'discriminator': '0001', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:44:27.604000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988378752159481866/afe20500-8cc2-4a91-b611-2c2b22667628_wei517_Data_visualization_art.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988378670336974908/188355b2-03b5-4276-966a-e739ea96ebc0_Agror42_neon_green_woodblock_with_black_engravings.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988378620688990208/b767adba-ae5f-4d7b-888e-105ab5ea3947_ai_meets_soulart_A_gorgeous_cubism_abstract_landscape_by_Kasimir_Sewerinowitsch_Malewitsch.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988378532143071282/c72d042d-629b-430e-9a4c-c404e7c8d993_tangara_dinosaurs_wearing_phd_hat.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988378504808779806/7db55337-fe59-4f88-8314-a67a277bef82_Agror42_woodblock.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988378475478007818/fa9abe40-c26a-4f57-bf90-1571d124af82_Agror42_flat_neon_green_background_with_a_block_of_wood_in_the_center_graphic_design.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988378230434172948/43c85fbb-91d9-4759-b12f-c866e5bd323d_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988378226680274964/7312d603-884a-4e84-974a-f2935bda145d_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988378212109287434/71a1cab4-ad20-4e5f-8e00-c05f69c95bbc_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/988377454844477520/988378019850760272/91521e46-5eef-4d48-86a3-90ec8b5239d4_Agror42_flat_neon_green_background_with_a_block_of_wood_in_the_center_graphic_design.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988377960602034246/24759da5-75bd-4d4a-bfca-29d92ee8e6c0_ai_meets_soulart_A_gorgeous_minimalist_landscape_in_the_style_of_Kasimir_Sewerinowitsch_Malewitsch.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988377841785774090/c60090d2-7f42-4569-bf51-01ed8f6a045a_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988377834097606656/1ebc7685-8e18-496a-877a-14759921f38f_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988377800299917362/7dc3cf86-b3e8-46aa-8bdd-b2c07c9e53e1_tangara_dinosaurs_wearing_PHD_hat.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988377767039103016/a65a7569-7125-4ca6-a72d-a914756135f1_wei517_a_melting_soul__sad_.png\n", "[{'id': '988377669982896149', 'type': 0, 'content': 'Prompts can be a total rabbit hole. I feel like after a certain amount of keywords it doesnt make much of a difference anymore. Its interesting though seeing what keywords affect what. For example I find that the german romanticist prompt often generates nice looking crowds and color palettes', 'channel_id': '988356821842534460', 'author': {'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:39:59.693000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988377661405544468/fa852d03-a1d0-44b2-8afd-c4ca254be90b_Stijn_concept_art_of_a_cyberpunk_city_square_branching_streets_german_romanticist.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988377553364467732/f880a4d8-b0f4-4d0e-b602-bcbc96e0b78f_tangara_phd_dinosaurs.png\n", "[{'id': '988377457331679273', 'type': 0, 'content': 'heyho', 'channel_id': '988377454844477520', 'author': {'id': '758272529683972099', 'username': 'Agror42', 'avatar': 'a_c455aad263ff2fe7b468d88f0d379156', 'avatar_decoration': None, 'discriminator': '4409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:39:08.993000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988377363769331712/86180f6d-6922-4e19-9aae-c749387c0f28_wei517_a_melting_soul__sad_.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988376951016276048/781f6c15-fb88-4d8a-a895-4aaa81b3d6c1_Vegan-Cake_peacock.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988376743326941245/74fd9b4a-b1d1-4a35-ae55-dc84713f8ec7_Vegan-Cake_a_close_shot_peacock.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988376626792366090/f08b5eb8-0441-4e9c-8b5c-bc17e1567c14_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988376325842665523/05be619d-2934-4899-893f-0152985a61a9_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988376288077164594/9db866a7-9b54-485a-aec0-391ecfea99a4_Vegan-Cake_peacock_portrait.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988376082166214676/6a293aad-666c-4c36-85a4-40de3c34f14a_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375983650402324/179576e9-2cc3-410e-b55e-1c792f5830cf_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375808127156244/fdac13e0-f240-4ecb-83df-ad3afb95c628_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375546268377158/d410fe8a-f8e1-4873-b151-c619299fc2e4_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "[{'id': '988375533047930880', 'type': 0, 'content': '.', 'channel_id': '988189752266194994', 'author': {'id': '988372478797709322', 'username': 'dwella', 'avatar': '4c5e3e6c00cb9b4205e1ce0761247828', 'avatar_decoration': None, 'discriminator': '3156', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:31:30.208000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375469088985138/2ba665f2-388b-4136-8ee2-57cee00b71c7_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375465217626152/b86bfcfd-f0fb-4b2f-8291-acac8aed03a2_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375434980904990/4162eb4c-6047-4413-b2a5-dfa8a790a2d3_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988375400604397598/0ed46b6c-7466-4525-ad12-2e9b47d80bf1_Vegan-Cake_None.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375310644953128/2eb4c261-6884-453d-8b04-9a2e6efa4a75_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375306958172180/a4a0ea67-ac52-45b4-97e8-a0d852fe8eca_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988375210262659092/fb211c6c-0dff-4527-aa0d-1a89b3e95602_ZrinkoK_a_shadowy_creepy_wraith_stalking_the_night_in_victorian_london_painted_by_rembrandt.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988374980335120404/22fe7b4b-2fd6-409c-b59e-ce6e90fb9012_Vegan-Cake_peacock_portrait.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988374920356589618/27eabb11-1ac8-4fc1-86da-f11853096ad0_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988374913146552360/e659d61f-f3ed-4c77-8271-20f604b38a70_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988374516717744148/5f546aae-0b7c-4f34-8d67-a0dd4ae03403_tangara_crystal_dragons_on_motorbikes_cinematic.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988374491337998356/0bdcaccb-d71b-4378-b39d-5bc0f7ad4372_proxima_centauri_b_beautiful_acacia_mimosa_tower_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988374484740345896/ffc1fe85-f001-4210-bb3d-99e75606f0f5_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988374470991421492/d8ce867d-b1bf-48b1-8ce6-3fefa54edc87_Stijn_the_rain_of_fools.png\n", "[{'id': '988374421737705532', 'type': 19, 'content': 'uhh this is cool', 'channel_id': '988356821842534460', 'author': {'id': '522910479941763074', 'username': 'ZrinkoK', 'avatar': '43cd0adf2740cdeaabd510b7d5c8eb97', 'avatar_decoration': None, 'discriminator': '8064', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:27:05.251000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '988356821842534460', 'guild_id': '662267976984297473', 'message_id': '988374176949743677'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988374419439243274/285dc5bd-61fe-4b1c-a783-c540f7e5e067_proxima_centauri_b_beautiful_acacia_mimosa_tower_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988374408659877928/c789ca89-4942-4bb6-98fd-f8bc1590f4cb_proxima_centauri_b_beautiful_acacia_mimosa_tower_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988374380172181545/1eaf3be1-345c-4a02-9332-e7f4fc792f29_proxima_centauri_b_beautiful_acacia_mimosa_tower_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988373884199919646/640a40f5-8f52-473b-8f5f-47a9ce5d76d9_proxima_centauri_b_beautiful_acacia_mimosa_tower_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988373698983632926/f4ec2050-3c7b-4ea4-8026-4c8270794021_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988373657661358100/bcb6e3f8-ce71-4429-a837-d7d76eff3fa2_zzvjohn_a_steampunk_robotpencil_sketch_concept_arttrending_on_Artstation.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988373481676754954/f47745c1-0685-451f-9023-bfc2e0bb5402_proxima_centauri_b_acacia_mimosa_goddess_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988373421647855656/78222f18-cdce-4be1-b8d2-72b5ea4d4872_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988373274062880768/55b048d5-6458-4088-82f9-3e7acf5c2b40_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988373253867315240/a5a3e3d2-3b7c-437c-a937-57118546a01b_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988373177447120906/f434d883-c1ee-4a3c-9633-6a40fd7ca350_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988373010568331344/bcc937c1-0016-4116-bd37-0c826a2f471c_zzvjohn_a_rabbit_looks_like_steampunk_robotghibli_style_trending_on_Artstation.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988372734629249035/2a262169-c418-476e-ae0c-a60eb2edd5ed_proxima_centauri_b_acacia_mimosa_branches_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988372725863182407/032f3ae5-4db8-4df1-83e2-8c12a051c3a8_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988372526273007648/7b900a94-f8f8-40b6-bd01-292a5d64fa4f_Erkan_Cerit_acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988372448896507914/d40852f7-4028-490a-a0ac-43d33720c1ea_proxima_centauri_b_acacia_mimosa_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988372345402032128/224d19da-ce7d-4db3-a5e1-a3cb2de06e31_zzvjohn_a_mecha_robot_that_looks_like_rabbitsteampunk_style_pencil_sketch_concept_art_trending_on_Artstation.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988372340159172648/8d96ca76-758d-40fa-9422-9edd6ca5e849_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988372313357561886/ba2dc123-19fe-4974-a284-fe96d5e5ab85_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988371949648486412/a0b52038-5eb6-4633-baa7-4ef41d31564a_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988371942623051856/52299ebf-70d4-4817-8812-18032506825f_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988371830014345226/027d44a7-649d-4a65-8e11-79b8e662dd97_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988371759411654726/38d93534-1f9a-48c7-bc44-f0dd50484411_proxima_centauri_b_I_cant_believe_how_pretty_this_is_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_col.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988371330288222250/00b410ae-1285-43b4-903b-dfa09e18eff6_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988371250441244672/59b68108-36b8-440e-8daf-3b7f14486509_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988371244460179466/94755afc-219a-47ab-bfcc-f352e01c0bc0_ZrinkoK_the_rain_of_fools.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988371064142823424/5019e472-8093-44a0-9a08-c81ad8aa3608_proxima_centauri_b_portrait_of_a_floral_raven_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "[{'id': '988371051916455978', 'type': 0, 'content': \"ah cool there's even the ideas prompt to make random ideas\", 'channel_id': '988356821842534460', 'author': {'id': '522910479941763074', 'username': 'ZrinkoK', 'avatar': '43cd0adf2740cdeaabd510b7d5c8eb97', 'avatar_decoration': None, 'discriminator': '8064', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:13:41.823000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988370979006861372/318dbdf2-a840-4ad2-9fcb-b1d551ce276b_wei517_a_unknown_world_with_phantom.png\n", "[{'id': '988370878138024008', 'type': 0, 'content': 'haha no pressure, im cooking up something, great to see how you guys are finetuning the prompts, gotta do that too', 'channel_id': '988356821842534460', 'author': {'id': '522910479941763074', 'username': 'ZrinkoK', 'avatar': '43cd0adf2740cdeaabd510b7d5c8eb97', 'avatar_decoration': None, 'discriminator': '8064', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:13:00.391000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988370846584295465/4d889c1b-0e0e-4191-8ea1-6d2981cca146_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988370552177696858/5f5635dc-fd73-4217-860d-edf42ae75657_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988370550202175550/1ac1f0ab-ab83-4085-9dfd-3fba1a9f681f_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988370547983409172/4e393828-081b-46f3-a64f-8c935d119889_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988370530971299900/79c869d6-0c56-4b8c-9b89-161d6ac69fbe_proxima_centauri_b_floral_raven_in_a_tree_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "[{'id': '988370388520169492', 'type': 0, 'content': \"Not a fan of using modern artist's styles since it usually draw only from a few pieces leading to repetitive results\", 'channel_id': '988356821842534460', 'author': {'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:11:03.657000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988370285503840306', 'type': 0, 'content': '<@522910479941763074> Impress us', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '522910479941763074', 'username': 'ZrinkoK', 'avatar': '43cd0adf2740cdeaabd510b7d5c8eb97', 'avatar_decoration': None, 'discriminator': '8064', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:10:39.096000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988370224468361246', 'type': 0, 'content': 'Its fun seeing what it comes up with with weird combinations', 'channel_id': '988356821842534460', 'author': {'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:10:24.544000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988370158005407765', 'type': 0, 'content': '<@226282573326843904> German romanticist killed me', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:10:08.698000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986367491066445954/988369855495434240/0373d8da-97c2-4290-9238-e2c3b7fe25b9_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988369788789223465/2da0c906-c422-4f33-ac8d-7426a0fcf96a_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988369445162471444/cbf1cfc1-3676-4e42-8cac-84a4e71e85f8_wei517_a_unknown_world_with_phantom.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988369298613473331/cfe556f7-0da5-40de-8a99-62c4532301a0_proxima_centauri_b_floral_mecha-corgi_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988369178627031070/433259b8-5f34-4af3-bc98-c396dc0d23c4_proxima_centauri_b_floral_mecha-corgi_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988368844655566868/02b57dd0-6919-411f-8d09-427795c0a927_Stijn_concept_art_of_a_cyberpunk_city_style_of_karl_friedrich_schinkel.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988368823679868938/acaaaa4e-0b20-4064-b4af-3b18d57376db_wei517_lost_in_the_sea.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988368812200034344/a5f9c85f-4406-455a-884e-d3aaae423ea3_wei517_lost_in_the_sea.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988368805233303562/5a4d7550-12a9-48b3-a9a2-7f2efc29b29c_wei517_lost_in_the_sea.png\n", "[{'id': '988368717572362270', 'type': 0, 'content': 'It sure likes its cityscapes', 'channel_id': '988356821842534460', 'author': {'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T09:04:25.272000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988356821842534460/988368533031362580/5051db84-da5c-4933-a1ab-c6abcd12b9d4_Stijn_imagine_oil_painting_of_a_cyberpunk_city_by_karl_friedrich_schinkel.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988368502903681024/e626e276-89ff-4c59-95a3-ab6fae97a818_wei517_lost_in_the_sea.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988368425342615592/00f44a52-5fc3-4ec0-bbdd-8b12009bfbf6_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988368398297743440/8c19de9c-fad6-453a-9b48-fcb50e56794a_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988368125139505152/f318a246-e950-4bc4-8194-53106988fdf8_Stijn_imagine_oil_painting_of_a_cyberpunk_city_by_karl_friedrich_schinkel.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988367793374265354/d145769b-3860-4a0b-ae75-1a3e46add467_Stijn_german_romanticist_oil_painting_of_a_cyberpunk_city_bustling_crowded_shanty_tunnels_pipes_and_cables.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988366399380533298/474e4261-525b-401d-bbaf-8b237dadce70_zzvjohn_a_mecha_robot_that_looks_like_rabbitsteampunk_stylewear_techwear_style_of_hoodiestanding_pose_pencil.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988366142408114267/43570b2e-2187-4a07-bec2-ffb7f7acc59a_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988366080630210570/0e417c6d-f175-458f-b49c-6fa21b3ebb88_proxima_centauri_b_abstract_mecha-flowers_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988365858415996978/ec271d89-4e3f-49ff-9652-f8e0bc703ec3_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988365635887185920/1fc286d8-fb67-4f9c-9480-772ac00f5c16_proxima_centauri_b_abstract_mecha-flowers_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988365447655202916/3edcc4b2-c65f-486f-b757-4bced614d0ed_proxima_centauri_b_abstract_mecha-flowers_by_Maxfield_Parrish_and_James_Jean_octane_render_zbrush_pastel_colors.png\n", "[{'id': '988365361042849892', 'type': 19, 'content': 'z rush', 'channel_id': '964384155121115208', 'author': {'id': '402256924852355073', 'username': 'proxima centauri b', 'avatar': '129446d0fe73683d2b85ec8fa08f7be1', 'avatar_decoration': None, 'discriminator': '0076', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:51:05.013000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '964384155121115208', 'guild_id': '662267976984297473', 'message_id': '988365322904023060'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988365322660745226/3bc04213-8127-42cc-8a38-749dbc371462_proxima_centauri_b_abstract_mecha-flowers_by_Maxfield_Parrish_and_James_Jean_octane_render_z_rush_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988365311495532555/fa4bfaf6-4b9a-47b4-80a5-50f6f5288f67_zzvjohn_16_action_figure_toyportrait_of_a_steampunk_monitor_that_looks_like_rabbitmech_head_with_monitor_eye.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988365140837683200/unknown.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988364787316576276/1651c96e-d390-4c1a-83e3-b1dc2b91f02b_Giacomo_scifi_submarine_base_Christopher_Nolan_Inception_highly_detailed_atmospheric_Cinematic_Photoreal.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988364646400553010/fce8eb3a-60c9-49cc-8957-2f8a14dd57c4_proxima_centauri_b_abstract_mecha-flowers_by_Maxfield_Parrish_and_James_Jean_pastel_colors.png\n", "https://cdn.discordapp.com/attachments/988361419093344257/988364615723401266/26ee1d86-52a8-48c2-a32d-819451f6d335_zzvjohn_portrait_of_a_steampunk_robot_that_looks_like_a_cute_rabbit__pencil_sketch_concept_art_trending_on_A.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988364232909287444/c852f1e9-34c3-40e2-8755-0d05a3462e62_Giacomo_scifi_submarine_base_Christopher_Nolan_Inception_highly_detailed_atmospheric_Cinematic_Photoreal.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988363924405645353/98a00629-c85b-4d29-9375-a00f4399cdaa_Giacomo_scifi_submarine_base_Christopher_Nolan_Inception_highly_detailed_atmospheric_Cinematic_Photoreal.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988363789571330108/f4425d1e-7217-4a63-80d2-d3a9f9342316_Giacomo_scifi_submarine_base_Christopher_Nolan_Inception_highly_detailed_atmospheric_Cinematic_Photoreal.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988363760769069086/c00fc972-12af-4afe-98c7-8fb7e787aa68_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_child_in_the_basket_detailed_side_view_in_the_style.png\n", "https://cdn.discordapp.com/attachments/988356821842534460/988363371231461446/d240f5bf-c40b-4b92-9d84-0d10e442e6cb_Giacomo_scifi_submarine_base_Christopher_Nolan_Inception_highly_detailed_atmospheric_Cinematic_Photoreal.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988363302751051816/910a04d5-8fbd-4457-985a-f703e5c8693b_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_baby_in_the_basket_detailed_side_view_in_the_style_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988362522585362442/ba4c84f0-64c0-4d96-b241-16f6463a3d8e_Erkan_Cerit__acrylic_painting.png\n", "[{'id': '988362188433543208', 'type': 0, 'content': 'you need to find the thread', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:38:28.604000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988362168070209537', 'type': 0, 'content': 'anyone', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:38:23.749000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988362142543646740', 'type': 0, 'content': 'can anyone join here or is this invite only?? 😄', 'channel_id': '988356821842534460', 'author': {'id': '522910479941763074', 'username': 'ZrinkoK', 'avatar': '43cd0adf2740cdeaabd510b7d5c8eb97', 'avatar_decoration': None, 'discriminator': '8064', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:38:17.663000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988361866201923584', 'type': 0, 'content': 'yeah', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:37:11.778000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986263515713110056/988361762199994378/fc3230e2-d9cc-4b81-9a3e-9d3f5c4608d9_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988361714305216532/73683262-b9a2-45a8-94dd-1039c18bf592_Erkan_Cerit__acrylic_painting.png\n", "[{'id': '988361421169500230', 'type': 0, 'content': 'zzv', 'channel_id': '988361419093344257', 'author': {'id': '979252332011331594', 'username': 'zzvjohn', 'avatar': None, 'avatar_decoration': None, 'discriminator': '3362', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:35:25.674000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/984416776286797844/988359857625239582/83bd9643-f96e-4552-87fb-3107e560c981_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988359282137395250/2886bc1a-44f1-4da3-bb70-ae2c92475c69_Mark_swirling_vortex_of_obsidian_and_dragonglass_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988359069221941258/215f586e-54f2-4993-b7ca-991d0fc1250d_Feonix_Some_claim_that_dreaming_reveals_the_afterlife_that_awaits_us..png\n", "[{'id': '988358827940384789', 'type': 0, 'content': 'Hey, so we can use the bot in here too?', 'channel_id': '988356821842534460', 'author': {'id': '226282573326843904', 'username': 'Stijn', 'avatar': '0589dc62d3e8276246af29bd28c5dd97', 'avatar_decoration': None, 'discriminator': '5854', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:25:07.400000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986831046425317428/988358821254688768/6f33725f-d86e-4d13-838b-698ae5084c46_Make_Sex_a_game_of_UI_of_wind_Gem.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988358134953304084/6228db5b-dbe9-4036-ba5b-de98ce885c0d_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_baby_in_the_basket_detailed_side_view_in_the_style_.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988357645742264330/5013b3cd-c863-4552-b7a7-a3e5114ff5f8_Make_Sex_a_game_of_UI_of_wind_Gem.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988357300647505930/23881edf-d786-42a5-b229-47d8b91382aa_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988357218908909658/6cf81b5a-4850-4d8b-b855-8e98ac7b8412_tangara_amazing_epic_image_made_with_faber_castell.png\n", "[{'id': '988356823528656917', 'type': 0, 'content': 'First', 'channel_id': '988356821842534460', 'author': {'id': '361445656239407105', 'username': 'Giacomo', 'avatar': '1751dca476a2cfcb118dfdcec34262a1', 'avatar_decoration': None, 'discriminator': '1409', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T08:17:09.511000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/983526412776517642/988355850886336552/639ad672-79ca-4440-9586-c3ca528affae_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_basket_baby_in_a_basket_detailed_side_view_in_the_s.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988355709534093333/01391228-d108-42f5-9cf3-6f50491de6fa_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988355584942284820/10b4427c-7715-40a2-b349-39a37962480a_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988355459914301490/393bf430-a355-4c38-92c2-0ff746aedfc5_tangara_ending_world_hunger.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988355300841119815/21842823-0a65-4e4a-af48-c8d474725ffa_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988355266200363048/b26b59bf-f2f5-46ef-b95d-62b42b4a1c7d_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988355159480471592/5fe2fa38-c0c3-4281-8299-5753f6d7a49c_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988355142715834388/0b3d7608-a674-47b7-ab69-c69a5ebdb5e7_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988355092765872148/6976ece1-4b4c-43bd-adb1-af7318a64218_wei517_A_cyberpunk_futuristic_pub_I_wish_was_real..png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988354959508647956/2a22c136-229c-4bfe-b851-66ca2ad9d749_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988354711260377118/1ab64f7e-d093-4bc2-8fad-cc91e4ce6250_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988354632407457812/0283dcf8-69d1-453d-827a-00788bb324cc_Mark_swirling_vortex_of_obsidian_and_dragonglass_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988354498974064670/55aa5780-8213-4e00-af57-dafd2518131e_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988354289946746900/325d09de-b6c8-4840-b004-98337d189d22_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988354230547013643/e6a888b3-b18d-443f-bd7e-4e95b368a3e7_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988354103522500618/d0a32dad-e8f0-40f7-b6f2-430ed0c83808_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988354018512351262/a17223f8-4acf-43eb-850d-167b28603ec2_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988353919640018984/a4a46ccd-c4df-4114-9cac-1f15971ea237_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988353855446208523/fa89fb0e-0b1b-495a-a0ad-d6e83b9cb0f5_tangara_solve_for_global_warming.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988353688802324510/f39e63a1-43ba-4830-b904-b44d03597952_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988353637514371082/b39f339a-decf-40bc-824f-ea108b69401f_justchuck_cute_young_couple_riding_a_double_bicycle_with_a_happy_smiling_child_in_a_basket_photograph.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988353619571126312/482a92e7-4612-4063-8ba1-8f889707b040_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988353570460024832/fe9e2295-a1de-4b91-a96a-3678627192c0_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988353231019212820/b16c3ed1-bcb4-48f7-bc8e-45517585ee45_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988353146411679754/2dd3c15e-9285-4201-a8bc-d8e8c7299af6_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988353110487498802/14877823-44a5-4604-9482-4a654736d802_FractAlchemist_Focus_on_fractal_cat_medium_full_shot_smiling_made_of_spirals_lots_of_fur_muted_colours_sitting_on_a.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988352733021077544/f2a01c6e-40aa-4d8c-9b7b-a5dbff214635_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988352629446934599/c55de141-2b0d-4c6b-908a-802a3d7a9f0b_justchuck_a_black_Staffordshire_terrier_with_a_large_underbite_smiling_wearing_a_chili_pepper_costume.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988351651561754664/af8bd9d8-72c3-42f6-ba90-c5fd340728a2_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_H.R._Ginger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/987961784600232006/988351651398156338/7ffd3111-e86f-4212-8b8f-b5dfc27592fe_Vegan-Cake_ajja.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988351431885066250/db60033a-4416-43f4-9547-f2ed3c963546_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988351414688419850/556fb500-c425-4a04-994f-ecc6e15f0b86_tangara_people_hugging_between_plastic_barriers_because_of_covid_photo_journalism_world_press_photo.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988351250192031784/7480971b-080d-4238-8a33-790390384cb3_tangara_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988351203312283648/70ff75c5-aea2-4169-8fd8-02532fd29eb7_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988351178033209344/e8ef6393-6392-4770-b9b9-14091ea87589_tangara_love_in_a_war_scene.png\n", "https://cdn.discordapp.com/attachments/987578868313501697/988350184838791198/08ca7427-55a1-4f0e-b438-da1433658910_tangara_a_city_built_within_the_wall_of_a_mountain.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988349674190696468/da7f9b4f-2ed9-435c-89aa-e49d944b55a1_DataLorean_a_rainy_city_street_in_the_style_of_H.R._Giger_unreal_engine.png\n", "[{'id': '988349546079846421', 'type': 19, 'content': \"Love the kitten in it's tail\", 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T07:48:14.432000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988302698451451905'}, 'hit': True}]\n", "[{'id': '988348506932662282', 'type': 19, 'content': 'The fast ones are gorgeous 🤩', 'channel_id': '982990243621908480', 'author': {'id': '873483547866976256', 'username': 'Eveline_B', 'avatar': '0186385811115dd11a4d7565da204273', 'avatar_decoration': None, 'discriminator': '3930', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T07:44:06.680000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982990243621908480', 'guild_id': '662267976984297473', 'message_id': '988330562689327204'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/984416776286797844/988348362929602600/a76a80c3-8aaf-4b20-a467-b4bb71ec2633_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988348082267750410/9fccf823-bc2a-459b-964c-dc76ec45b9c1_DataLorean_A_utopian_arcology_by_H._R._Giger_oil_on_canvas.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988347750032752650/308f5c65-9e88-4046-8b4c-4e1e739ff399_DataLorean_A_utopian_arcology_by_H._R._Giger_oil_on_canvas.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988345821454041088/3e09fd30-9ae2-49d3-956f-077105ea0751_Mark_swirling_vortex_of_obsidian_and_dragonglass_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988345675676778536/0e9dadb1-8e17-42ef-8d21-3fc70640484b_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_mandelbrot_fractals_s.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988345579887276042/cace206a-8307-43e8-97cf-47fe373bd6f4_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_mandelbrot_fractals_s.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988345366472712212/be46775e-3385-47aa-98c1-fe27e72e5dd7_DataLorean_a_rainy_city_street_in_the_style_of_H.R._Giger_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988345132938068018/b42c18f7-1fa0-4b93-84f6-5deb0d3092e8_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_mandelbrot_fractals_s.png\n", "[{'id': '988345073815126016', 'type': 19, 'content': '', 'channel_id': '966180267544940614', 'author': {'id': '936929561302675456', 'username': 'MidJourney Bot', 'avatar': '4a79ea7cd151474ff9f6e08339d69380', 'avatar_decoration': None, 'discriminator': '9282', 'public_flags': 65536, 'bot': True}, 'attachments': [], 'embeds': [{'type': 'rich', 'title': 'Sorry! Could not complete the job!', 'description': 'The job has encountered an error. The developers have been notified.', 'color': 16711680}], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T07:30:28.161000+00:00', 'edited_timestamp': '2022-06-20T07:39:59.595000+00:00', 'flags': 0, 'components': [], 'application_id': '936929561302675456', 'webhook_id': '936929561302675456', 'message_reference': {'channel_id': '966180267544940614', 'guild_id': '662267976984297473', 'message_id': '988344804284977184'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988344975303532564/259bb22e-d267-4b4f-aeb1-a730c8d1f564_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_cinematic_lighting_8k.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988344803995578448/41455525-77b1-414e-bca1-3c038281b908_DataLorean_A_utopian_arcology_by_H._R._Giger_oil_on_canvas.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988344719547453490/22e5df13-8710-4818-9015-43d42037b310_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_cinematic_lighting_8k.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988344580602740746/541bbf95-60e3-40ef-81a3-ba32eb87253b_proxima_centauri_b_inside_the_simulation_hologram_cybernetic_quantum_entanglement_utopian_scenery_cinematic_lighting_8k.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988344424738193458/e662634d-cdd7-4904-8ab4-e06dab242d38_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988344194869391390/5790c71e-5334-44fd-9b77-1c2bf691992f_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988343594098241616/a1dac66e-5f6c-46c2-bdb6-568eb1bde5cb_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988343375122014208/50117794-54a1-4acc-9f08-19bb5d99a185_Mark_swirling_vortex_of_obsidian_and_dragonglass_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/987357229877428274/988340854173356042/8db9b8e6-bb23-411e-b7df-85149e6b63a2_Eredh_Ereb____Forgotten_things_are_mixed_with_remembered_things_and_there_are_gaps_in_people._The_light_has_to_be_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988338723139780668/8438fab4-3663-4df3-a5c9-fbf78d064b13_StevenMertens_Todd_Schorr_school_bus_cantina_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988338513680416799/13eeaed6-23d9-407a-a42b-f44e3b63ff22_StevenMertens_Todd_Schorr_school_bus_cantina_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988338481405247528/744df5e0-a797-42bb-99b4-8daf8cbc5192_StevenMertens_Todd_Schorr_school_bus_cantina_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988338448547057684/2a8277dc-e748-4dbd-b997-15a2633d6aca_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/987357229877428274/988338136834801705/998d89c3-74ad-491b-8e55-b8dfc42fe762_Eredh_Ereb____Forgotten_things_are_mixed_with_remembered_things_and_there_are_gaps_in_people._The_light_has_to_be_.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988338125807952022/f9610839-6204-4cb6-bf4e-d133b510e250_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/987357229877428274/988338062213931028/2062b0fa-74df-4742-bf38-f72e4568bdba_Eredh_Ereb____Forgotten_things_are_mixed_with_remembered_things_and_there_are_gaps_in_people._The_light_has_to_be_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988336484614570004/2aad4a7e-ca70-49e3-ae43-de1693c63bac_StevenMertens_Todd_Schorr_school_bus_cantina_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/987357229877428274/988335772807626762/a7219a98-c62f-4b8c-95f7-71e170f8ef6a_Eredh_Ereb____Forgotten_things_are_mixed_with_remembered_things_and_there_are_gaps_in_people._The_light_has_to_be_.png\n", "https://cdn.discordapp.com/attachments/987357229877428274/988335495299887125/996bbcce-0a1c-4abf-8011-d63a3ada526f_Eredh_Ereb____Forgotten_things_are_mixed_with_remembered_things_and_there_are_gaps_in_people._The_light_has_to_be_.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988334130766938223/081881f5-450d-4d22-be64-b05865a07772_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_gifs_with_lots_of_arms_with_a_huge_gif_of.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988334051293290536/46ba795c-bf6e-4d04-a67a-8303b7c36df9_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_gifs_with_lots_of_arms_with_a_huge_gif_of.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988333617979736085/a3b71214-e2a3-49d6-9241-a74b91e99d3d_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "[{'id': '988333566972813322', 'type': 0, 'content': '遺忘的事\\n混著記得的事\\n人就長著隙縫\\n光要那麼斜\\n才見牆內\\n有些櫻花要開\\n有些才落\\n像我\\n沒躺過真正的雪', 'channel_id': '987357229877428274', 'author': {'id': '464102229352120320', 'username': 'Eredh Ereb (˙ ˙) 彩曈', 'avatar': None, 'avatar_decoration': None, 'discriminator': '4750', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T06:44:44.716000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988333491550814271', 'type': 0, 'content': '..', 'channel_id': '987357229877428274', 'author': {'id': '464102229352120320', 'username': 'Eredh Ereb (˙ ˙) 彩曈', 'avatar': None, 'avatar_decoration': None, 'discriminator': '4750', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T06:44:26.734000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/984996021551657010/988333405383036968/330dfbe4-8411-4d45-a611-8f4d6b4dfcf3_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_gifs_with_lots_of_arms_with_a_huge_gif_of.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988333396705038406/81112d04-269d-4d17-8f95-3c78e50e962a_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_gifs_with_lots_of_arms_with_a_huge_gif_of.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988333333958262894/a0136bb6-c809-4053-a0ef-b9801726adce_dilzilla_steampunk_fox_portrait_cyberpunk.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988333233219444816/e745a524-b5a9-4460-a058-dfc2c2b0c995_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988333020303982602/75203a68-2d79-4b09-879d-97f576939fb4_dilzilla_steampunk_fox_portrait_cyberpunk.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988332988263710770/4aebcf59-f9b5-462f-9b3e-15094be135bc_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_gifs_with_lots_of_arms_with_a_huge_gif_of.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988332792146436116/4600f5b1-836d-467f-aa6d-062572cfab50_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988332772928135178/0358ba61-9b85-4051-aeab-ec3061fe7e95_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988332747426783242/ebf8a435-eb50-4e95-92a3-6d344d92f0c3_ingers_a_geocities_website_for_a_floating_silhouette_of_5_goblins_with_lots_of_arms_with_a_huge_bonfire_of_.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988332293095563284/f8094148-0881-4c15-b76e-eeae7f6f46cf_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988332244353572904/6b764701-773b-4f1d-a5c8-7a38564b7721_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988332031433900032/5e4c39fc-3994-4dc7-a359-ed3b394f1615_ingers_a_geocities_website_for_a_floating_silhouette_of_a_goblin_with_lots_of_arms_with_floating_gif_lights.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988332014556024832/43fe0ad4-ef70-42ed-82d6-3b75d80c877d_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988331967860867072/4574eb4a-463f-4f7d-80cb-aefd11dd0693_ingers_a_geocities_website_for_a_floating_silhouette_of_a_goblin_with_lots_of_arms_with_floating_gif_lights.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988331834519740416/2a3549c4-4063-4b76-865a-c74a47c208dc_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988331610007040030/3901b648-c2d3-421c-a70d-f2e5722b5f2b_dilzilla_steampunk_fox_portrait.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988331598174908436/746cfbea-ba47-4af8-953f-194472489b55_ingers_a_geocities_website_for_a_floating_silhouette_of_a_goblin_with_lots_of_arms_with_floating_gif_lights.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988331596191002705/6aa46999-8daa-4489-aa14-b28db7fea635_ingers_a_geocities_website_for_a_floating_silhouette_of_a_goblin_with_lots_of_arms_with_floating_gif_lights.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988331376250093618/749f1748-42cd-43df-8e17-bcc2b97f028b_dilzilla_fox_poster_1970s_ink_black_paper.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988331323905146951/2805d014-5dc8-4908-b558-bcf795472067_Erkan_Cerit__acrylic_painting.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988331294142398524/80440ae0-2781-4fd0-ba4c-ec2a42704441_ingers_a_geocities_website_for_a_floating_silhouette_of_a_goblin_with_lots_of_arms_with_floating_gif_lights.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988331033739018260/aa143156-574e-439c-87a9-bd0bcb560a63_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988330960993017906/8a697a7b-7940-47a0-8243-47f8379a9798_dilzilla_.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988330589163761674/748a6e9e-f414-47c0-9e20-c1ff7dd2d3d1_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988330562391535626/48495980-a918-4bde-a317-2432642ddd22_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988330232698245150/e821416b-eaf2-44ad-8538-d875fbe4e377_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988330220878712832/665ca64a-2b14-4c3f-a018-cdf504bdf5f1_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988330210564911124/8889505b-bb41-4ae5-8641-3f5a79b3c0a8_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988330040502665266/8c026855-ac0e-4e9d-a4ba-e68780f3c534_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988329919048220752/c78a0d4a-b1eb-4da0-8e6d-4f71ed2c246e_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988329307413823568/407d8df7-5188-4bea-b3fb-9d2d95c737cd_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988329007592407090/4a89ddeb-91c5-4ae6-9e65-008e5dc3212f_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328925115580476/6bb16c96-4153-4ca1-8065-2a6601939c4b_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328912528486440/17ad484b-49c3-40a4-b6dc-e1aca5d9afbd_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328897374486608/1d0779b9-3cdc-4f55-9c6e-6cb390fdde04_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988328796543397928/3ec81545-f67c-46a1-acb0-65e9398a4f24_ingers_a_geocities_website_for_a_pastel_painting_of_a_black_swan_caduceus_with_runic_eyes.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328786451894333/5b4ad508-707d-4265-b4d9-ca356e70d7dd_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328554557227048/36311d97-5794-4cff-b27b-476b93ba544a_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328516821078056/5cd3a367-7a74-47b8-ad3d-52a45e7338c7_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988328430590373888/155fcb58-41cb-45ee-a3bb-180875e3473a_Mark_a_man_made_of_swirling_concrete_and_rusted_rebar_climbing_breaking_through_a_solid_white_wall_ethere.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328307361710100/853892e6-7adc-41a8-9510-6157079ba5e2_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328197194121216/eb7fcbd5-f726-4957-805e-454d1207ef2c_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988328085407547452/2c1bcd81-06a1-406a-98cc-4a8e12509261_ai_meets_soulart_None.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988327918574899210/420c32c4-0300-4aee-b6af-7bb1c6fe5d12_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988327599111561277/c656f844-6823-42ae-92f2-49df3c008b93_ai_meets_soulart_Magnificent_abstract_geometric_art_by_Beatriz_Milhazes.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988327572423192576/833304f3-f921-45e1-9d93-958089d09386_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988327561790644235/165dce23-982a-44c3-9845-72e529e90cc0_ai_meets_soulart_Magnificent_abstract_geometric_art_by_Beatriz_Milhazes.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988327538822639646/8d274e11-0cb2-4873-b739-9878894755a6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988327380483440690/6dc34125-9987-4b6c-a487-4a37fa00ac7a_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988327302326808576/74d5a0ed-9e90-4a88-9f66-e194de8ef94c_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988327235305996329/1acb3558-1d42-4f34-8e25-5a253e131fc5_ai_meets_soulart_Magnificent_abstract_geometric_art_by_Beatriz_Milhazes.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988326997950349362/0daa0049-135c-4c8e-97b5-552025f30b43_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988326917834936320/3c9988a7-65c3-40c6-90fe-5c2ecfb338ff_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988326915066695680/4f1a5b66-774f-4820-8bdc-5f07eafab1df_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988326847689416754/2f9e44ac-4ae3-4bb3-a1a1-5a160eeef118_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988326742768902194/1037ab81-41f3-4fef-a9fb-7eb3ac99ecb1_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988326539642953738/129f73f3-4c6d-4add-bb0d-bd3df2af6ca0_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988326534005809152/116c7b1d-54b8-4438-bdd3-a80b1da6390f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325958736019476/dde3ce78-c2b1-4228-8eb0-dbd2ecb47f26_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325907624251402/75d7ab39-6f73-42cd-b7b9-325e25e28e72_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988325794608730112/859f87d2-be9c-4d47-a899-7dee144e9736_Mark_a_man_made_of_swirling_concrete_and_rusted_rebar_climbing_breaking_through_a_solid_white_wall_ethere.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325675410792448/554a2668-e890-4f5c-bf12-cdb54027f0d0_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325665860366336/ca617e2e-6fe8-43c1-83c4-4ec9c6c3f1d7_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325637162954772/fc39b29d-8069-4d18-a21b-fad022688f97_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988325205745209384/5b206b17-d410-4b18-9722-63320c4c733b_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325126523215953/f941df82-40f5-46d7-9617-4ab8759f1ac6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988325071867236362/59e2f708-0060-49f6-a068-b9a4fa98a5e7_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988324876911800320/a308ab9e-0042-4875-b100-94850a50e2ff_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988324786943983636/e5d3b140-3c9f-4e39-b402-27e61ede1eeb_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988324667557298246/813be0b5-efb9-49c5-a2d0-a25680021d02_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988324005280878612/68c3db18-78b0-45c8-a8e2-98ea19025b9c_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988324003074695178/bd931b4c-2e64-4dd7-9242-be4fdec568d8_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987196129236123738/988323744340648006/2409230b-6309-429c-9eb7-64e3d3169feb_MictorVartin_a_psychedelic_psychological_experimental_avant-garde_oil_painting_of_life_death_rebirth_the_third_im.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988323699922964520/4d965d45-189e-4372-97bd-d3cbda4f5083_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323673750536252/4a8986bd-8cc6-4273-b940-9525f584a7d2_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323616598917161/13592d01-c9e1-435d-97f0-edf2f5f2003d_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988323611435745320/cdcf0f06-0c66-405d-9444-a6c4c28dadb0_Mark_a_Matteo_Pugliese_sculpture_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_w.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323577331871744/2480df2d-fc3e-45be-b9c0-449c45a6fd82_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988323409761038407/95a807b4-f44a-496f-9c55-153ff96c42e0_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323284347125791/e64cc4f6-6ba5-4e81-a566-849676749ff3_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323275610394674/80a24384-e9a1-4bcd-92a0-122af25a3eb6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988323187811041320/8f3820b4-ca5b-4000-8ec3-659579a28072_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "[{'id': '988323092319313950', 'type': 0, 'content': 'mmmm', 'channel_id': '984996021551657010', 'author': {'id': '695378011100413973', 'username': 'ingers', 'avatar': 'd33a65ed6c75ed1ebcdf8d3570e0e414', 'avatar_decoration': None, 'discriminator': '1761', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T06:03:07.364000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323048312696832/cbad6589-e5f5-4615-9275-729986fd6e34_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988323010584903690/59989248-f32c-4d48-a19b-8c7991f58b6b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988322944038096927/f7529833-2995-42a9-b685-9ce922a4e6ad_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988322641637158942/1187ceb6-d5f2-418f-adbc-01e27be82bec_StevenMertens_Todd_Schorr_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988322634829815839/e0c1257a-0f55-4d64-b035-328e28798b80_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988322627678507029/f1d23914-d4fa-4a1e-a8f5-245a07ac3873_StevenMertens_Todd_Schorr_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988322098873257994/abab8e07-03cd-4a22-b98d-75f45b806186_Erratica_artwork_by_keith_mallett.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988321195785089034/64de30cc-4271-458d-802b-1a951a089d36_Mark_a_human_male_form_made_up_of_a_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_color.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988321179746074694/472ea573-ef6b-4349-9863-4fb354bedb1a_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988320927341232170/3b268b46-db10-43b9-8b29-c065a5a19c0f_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988324225863540776/progress_image_80fe3c08-cbe1-45b7-b01e-5d360fe22047.webp\n", "https://cdn.discordapp.com/attachments/988028621421686834/988320577477550100/591d7dbd-10a4-46b8-b1e1-53634ec2ddcb_StevenMertens_Todd_Schorr_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988320344131637289/2239125c-77e8-4868-abb8-14ab7d8c6223_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988320164556726272/bcb2ff95-f9a3-40de-a96f-e9864a19af7c_StevenMertens_Robert_Williams_Todd_Schorr_Mark_Ryden_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988319762817896479/27c71e28-f188-40b3-a22b-7993f36dcd94_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988319602079588402/8abe6601-b4e1-4391-adf0-bb7c8b0bf09f_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988319576351707207/ff2f6980-ef4f-4463-b9bf-46fe47504649_StevenMertens_Robert_Williams_Todd_Schorr_Mark_Ryden_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988319557292806184/d90d355c-85fe-496b-aa1b-7e2faa261bc0_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988319421510590485/17b89c2e-41f0-4ccb-b76c-606c5db28b87_Erratica_artwork_by_mark_gertler.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988319380645486613/0d6a2dfd-060f-420b-bad9-eebe226764c4_StevenMertens_Hieronymus_Bosch_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988319194695217182/1ab0e516-cb1b-48a4-999c-01167ecdcae6_holmesjtg_an_egg_made_of_leaves.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988318924204544050/2d65f9bc-7934-4836-b626-cdb90e6471c0_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988318712526422026/14cb0a14-7de4-4c1c-8b3c-77bb4f579776_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988318508041531412/54f2b24e-8142-4e61-9686-e41db9ab8d4a_holmesjtg_The_robins_egg_was_made_of_leaves.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988318411429912596/d3054913-fdf0-4341-a745-4f518b29f85d_ingers_sand_painting_of_an_anthropomorphic_horse_with_chains_and_a_smug_expression.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988318311295115334/ddb64907-2c96-48c8-a143-50ef5ff166a5_holmesjtg_The_robins_egg_was_made_of_leaves.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988318249546551337/c6977bd9-11fb-440e-bae1-1c2fb44b8884_StevenMertens_Hieronymus_Bosch_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988318216830992384/04976af6-c380-413a-a3c1-43f9e0a90200_StevenMertens_Hieronymus_Bosch_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988318120949198858/c0046c24-4996-4931-a05c-091e5493c1d9_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988317994314780754/f2f0e023-e036-47f8-9a30-f96670750a22_ingers_sand_painting_of_an_anthropomorphic_horse_with_chains_and_a_smug_expression.png\n", "https://cdn.discordapp.com/attachments/986263515713110056/988317869584580659/8b444c6e-74d0-4547-884a-76c4d90cd8bb_Erkan_Cerit_a_portrait_geometric_face_divine_proportion_modernist_bauhaus_Minimalism_symbolism.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317786591870996/511824f1-cb23-4bf7-94a6-a4c0c364bb92_holmesjtg_The_pages_of_the_book_were_all_made_of_beautiful_leaves.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317625824215051/959a219f-8b39-4418-861f-62c6a7549f96_holmesjtg_The_pages_of_the_book_were_all_made_of_beautiful_leaves.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317448203812864/06fe4315-f8f2-4ef3-9295-50dd008db98d_holmesjtg_The_pages_of_the_book_were_all_made_of_beautiful_leaves.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988317434547175444/229ac203-1176-422c-aea5-35e4c6fb5c33_StevenMertens_Hieronymus_Bosch_highly_detailed_3-D_environment_Octane_render.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317242183807026/0563f088-73ee-45bc-b338-c49bed69363c_holmesjtg_The_beautiful_leaves_were_actually_pages_of_a_book.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317210495836200/9ae4090c-c2f7-422c-bbd1-7b93fcfdc784_holmesjtg_The_pages_of_the_book_were_all_made_of_beautiful_leaves.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988317209937989712/9b4ca923-2518-4ca4-acce-093419e591c3_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988317017482358824/39164e4e-7899-4eb9-9975-65b2d82b2458_holmesjtg_The_pages_of_the_book_were_all_made_of_beautiful_leaves.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988316529835773952/ced1394d-959c-4cb7-85a2-7017048931db_holmesjtg_The_eye_of_a_flower_in_a_beautiful_and_mysterious_landscape.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988316321299181578/2ed2f161-72ae-4346-858f-cb034217c080_holmesjtg_The_eye_of_a_flower_in_a_beautiful_and_mysterious_landscape.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988313154507391006/21f60f61-f3d3-43f0-8645-e5b363430458_holmesjtg_The_eye_of_a_flower_in_a_beautiful_and_mysterious_landscape.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988312662364553277/db48b93a-3321-415d-be32-ac2fbdc4fbb8_holmesjtg_A_landscape_through_the_eyes_of_a_flower.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988312289226665984/94555cae-53e8-4b52-bd53-c9330f8c4afd_TRON_pokemon_bear_with_fur_with_tentacles_cute_funny_happy_ultra_colorful.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988312132716220426/a2fb0d3b-b86f-4613-8132-90f509361cbb_holmesjtg_A_flower_through_the_eyes_of_a_bee.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988311818189561886/012d671c-7b8a-47f9-8637-9b6fd8929204_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988310936689471508/43ae9d5a-e69d-4b13-b6a2-db564b4d6baa_holmesjtg_A_sign_that_says_Mind_the_Gap.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988310842774814740/d62bfc17-4f1c-41e6-8270-4a1d874e9a8e_holmesjtg_A_bees_perspective_of_the_world.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988310650310770779/ecd5cd75-7d6d-4bb1-916b-256d08209725_holmesjtg_A_bees_perspective_of_the_world.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988310474204524564/000096cf-da85-4198-b8fa-68a7ffe0442e_holmesjtg_A_sign_that_says_Mind_the_Gap.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988310436183146536/50cb4437-cd4b-4465-aa51-90ae7d8e4b17_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988310138077200434/8ec466ea-ccb2-4cc4-94fc-b78ef1ea9935_TRON_pokemon_bear_with_fur_with_tentacles_cute_funny_happy_ultra_colorful.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988310069265444884/71eb3f67-2ed1-45f4-b8bb-1e6238ebbf1b_Make_Sex_game_UIweapon_whee.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988310062630055946/fec0c533-1d26-46f2-9e52-f944320a81c3_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988310059975077909/39e74da9-8759-4729-a9e8-da4ce36470ff_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988310054086266920/f41ac718-766b-40d5-8148-da60d889c1f4_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988310044946858014/7cf452d8-1275-4513-b175-220d376b3587_holmesjtg_A_sign_that_says_wet_paint.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988309651483426856/8d79a3f9-3ae9-425b-aa73-66e46a8b4d29_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988309635893198848/feab1c38-eba5-4f42-94d7-570d00444169_TRON_pokemon_bear_with_fur_with_tentacles_cute_funny_happy_ultra_colorful.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988309574027214858/77e48ae0-3eca-491b-a94c-991145473cc6_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988309550778159134/f96c94e7-0323-4c90-b2b9-f4985b87483e_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988309287317147648/780f71a2-c93f-4121-a953-4d8351e36307_Make_Sex_game_UIfour_distinct_magical_gems.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988309189170454528/5f392112-7cc6-4b1e-a6ee-2ed105d2c001_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988309183889834004/b3d6b1fb-ea6a-4428-9607-2bc29dbaf97f_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988309149156794378/cce25e8c-76e2-40ef-819d-d277b4c098c1_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988309114734133298/e17633bb-bf6b-4173-a260-b7323c02ae99_TRON_pokemon_bear_squid.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988308940108496956/700f9686-7b14-45ab-b0d5-85287f5b21ac_Make_Sex_game_UIfour_distinct_magical_gems.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988308707194593300/fdc000c1-e749-42a3-bda0-b29928472c85_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988308703797198908/3a1c58b2-b018-4e02-9378-021f6aa94a8a_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988308633504866374/9ac4af0b-c4ad-49c0-868f-4da372cc14e0_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988308293330042890/21328e13-6f01-47c6-a7f0-71f8cedb875d_wei517_ambiguous_line_between_reality_and_the_after_world.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988308269766414357/d93bd6e9-2fc3-4983-a639-0059b0607421_TRON_pokemon_bear_squid.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988308103533559808/89fa4e9c-7294-4709-93ea-66f943fc51df_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988308090619330581/55cfbfba-fd11-49a5-84d5-3676ee5e1114_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988308059904434196/3fc9a67a-eacd-43de-918b-730709547d18_TRON_pokemon_bear_squid.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988307833600737390/dbb6849d-f5a6-4463-912d-8d65eb7675ce_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988307680848392242/a7d24666-f72b-422f-9405-75e5c47d834b_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988307515341176902/0ffe95d2-c21b-4695-a910-fae611b79dc0_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988307471221293136/68888932-8707-4310-a85e-f8a0c87183ed_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988307434869256212/3f46ce3f-9fc6-4ed2-9f3d-38314a8a8302_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988307433111818250/91c1ece2-67a4-40d3-a3d2-0809c1b4da14_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988307399779692634/75e0834a-e690-40d2-a2d0-c4297465d62f_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988307349255114772/b30dc99b-8b8f-41e2-a51f-137ef5ff39c1_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988307031914082404/43eb394b-c9e2-40f5-ae9f-d4fc00927c72_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988307003002724373/737608e3-52a6-49c2-883f-8c1a068c4913_TRON_pink_power_ranger_with_raccoon_ears_and_tail._Ninja.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306949017833522/aa4d5f5f-7b6e-4414-9ff6-d98a93c9ee1d_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988306859255533628/1452cce0-9eaa-4785-b44a-286b2c6cff50_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988306815508955185/10389e30-274a-4d7b-8263-4d70d549bc36_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988306679194071040/26a0c9f2-4036-4d45-a23d-cb20609126cf_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988306553356574760/6ec1fab3-ab64-4358-ac32-3f14def643b1_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306534046003200/2771bf67-0642-4977-9f51-67e1c4a94775_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306527620309032/f6bdd643-f274-41f3-b7c3-1f2bce8e38c0_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306522419376178/b1c353bb-d1cd-4a9a-a89f-f3b6f3eca82d_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988306508838228008/0ec69f86-e730-443c-abb2-dd4ff79c4b33_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306164070633472/3ae8d9a3-b1c8-47e5-9bc5-e97d9012e9f8_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988306133687095336/d507880b-b777-4bbe-ac11-796e32998221_TRON_snail_in_style_of_cuphead_game.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988306116008108052/0d5bd2bc-cc2d-4c3f-b711-2e21166c76b1_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988306084357898250/70d52930-71dc-469f-8d1e-1ae46ae1d576_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988305807139557416/6c5f079f-b498-409d-8ac6-fd49e7c83003_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988305769302728754/8eb30b58-c6e8-4b91-901d-9bf621ca6ae9_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988305763447472128/36840758-702a-4c50-bfe4-e3d35a24333c_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988305760280801300/98c96396-860a-4b89-b1af-926b2bfcfce8_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988305760083669032/aaa04841-e3d9-454f-8bca-8a940a51402d_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988305538154643496/4d31a895-1484-4682-8816-c19a8689b898_TRON_snail_in_style_of_cuphead_game.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988305462334205962/aeb01a45-a335-4675-9a72-8c23b0b6d50f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988305382248153098/da9a1400-b55d-4aee-a810-773d5e22cebd_Jeff_Gray_detective_smoking_a_cigarette_on_a_street_corner.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988305360181936149/7592ffb6-0301-4331-9c0b-c231231db6ff_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988305247027994634/463b7676-07c2-4f51-800d-b2611acc5719_SteveTheNinja_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/986367491066445954/988305100818763816/03dbc150-f2ee-42a4-99e0-e505063b0e5f_wei517_stuck_in_a_dream.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988304917942923274/3ee88a8d-dbef-4098-bdae-8bbec4c3cf18_OtherFish_library_in_a_haunted_mansion.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988304648492417034/a1491baa-a90a-4947-8a63-7202ac9b29cd_Doodles_UFO.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988304342064975892/d06b62f8-5836-44ad-98ac-6880c2bb37b2_TRON_snail_with_shell_with_rose_pattern._crawling_through_tall_grass..png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988304117153824778/0f2d3518-bd1f-4378-a44f-413b65a0009a_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988303805546385408/c816fc96-2114-4775-af95-d03b1f6ffabf_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988303438913896448/f332530e-8270-43a9-95e5-83033fd3e226_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988303423659196486/6c116327-ece9-435e-84b0-157e851741c4_ingers_sand_painting_of_an_anthropomorphic_horse_with_chains_and_a_smug_expression.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988303087133417482/b4aab0cd-b445-4251-b8e7-65f03f0b1619_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988302849832280114/928047bb-acc2-44c3-94ef-c2fed235641c_SteveTheNinja_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988302698052989008/35a8cc67-5fa3-47a3-8b8c-8e6b37b5490b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988302674791374918/ef94eb66-a06f-406e-b903-a3d37c8e3032_ingers_a_geocities_website_about_a_pastel_painting_of_a_swan_caduceus_in_front_of_a_volcano_with_a_circle_o.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988302595460321310/fb1aebcc-3dba-4b33-ba7f-fef99ed51855_justchuck_a_black_Staffordshire_terrier_smiling_wearing_a_chili_pepper_costume.png\n", "https://cdn.discordapp.com/attachments/966839566378086420/988302450354163742/800e84c7-46a8-482a-b06f-8a39201d69f0_TRON_snail_with_shell_in_shape_of_red_rose_crawling_through_tall_grass._in_the_style_of_Hieronymus_Bosch.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988301968890019921/428ecd7f-dd94-457c-90ca-05e79a16dcdb_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988301944802123796/f9089592-6410-4494-8b02-7b091d969171_ingers_hyper-realistic_sand_painting_of_a_mountain_with_horse_people_crouching.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988301846470864906/6a471321-e0b7-4236-a8fd-17d38726780c_SteveTheNinja_electronic_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_con.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988301813793046578/73a57a6c-4faf-45f8-9a14-bf4a52211cd9_SteveTheNinja_cyberpunk_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_cont.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988301770411376640/77d0535f-de2d-41d1-9484-04f7bb9e0822_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "[{'id': '988301621937205248', 'type': 0, 'content': 'FAST MODE IS BACK BABY!!!', 'channel_id': '964384155121115208', 'author': {'id': '264540572755165184', 'username': 'SteveTheNinja', 'avatar': '99a923fe8843e6b9e6df8b8676850943', 'avatar_decoration': None, 'discriminator': '0616', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T04:37:48.426000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988301470799646730/c5fc0a99-dc03-45e6-b62c-dffd6693bc4f_SteveTheNinja_electronic_monolith_in_the_center_of_a_medieval_village_in_the_mountains_fantasy_art_digital_art_con.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988300672988491826/f2b472fe-7157-44f5-9c4b-1d13d3532fc8_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988300585847631882/dd78c603-0168-4d37-a452-5be4e5397536_ingers_geocities_website_for_a_tree_with_alphabet_leaves_at_the_edges.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988300360131158026/e94997b8-4fa1-454c-ba31-6514e23c5e9f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/984996021551657010/988299778377015336/5ec4f5ba-dcd4-4815-b974-f87706ee12ea_ingers_geocities_website_for_a_tree_with_lots_of_little_alphabet_letters_for_leaves.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988299769837387796/cbbea870-9fc9-4aa5-88c2-f24b4f76c19f_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988299760228261909/44310cfe-523b-4220-a350-d885fc6a1559_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988299754238779422/213ea993-8e48-4235-b7f0-1f1fdcd3eecf_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988299403632713828/fcfdac08-8a8b-4caa-a5a2-ed2bbc95251b_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988298865130225664/7e3a2eb8-1af5-4ca4-88a8-8a67f24e8528_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988298770611585024/874fbfe0-e422-41b3-a446-964e76e50683_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988298516612911104/78a2af03-bcd8-4484-8cca-32d29aac3953_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988298501110775808/b906021c-5e47-47af-bc35-50275958527a_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988298486598484018/ad21d102-f2da-43cb-94f4-2992213d7f0a_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988298482857148426/4e484989-2cac-4a4e-9590-17be421a0a5b_Make_Sex_cute_game_UIthe_philosophers_stonefour.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988298349943881768/493ab0d6-4c18-4392-a247-19d2f9718b65_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988298079503527956/9763a5f3-80aa-46ad-8cc7-10e4e5742a92_Make_Sex_cute_game_UIthe_philosophers_stonefour.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988298004526153788/346563a1-d755-445c-b8ca-984d3646f475_DataLorean_a_rainy_city_street_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988297792772522004/80ad8bbf-46f2-4ba6-8206-58c7bb314d08_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988297788414656512/edefa57d-52db-4ede-bd4f-6bc4433c539c_Make_Sex_cute_game_UIthe_philosophers_stonefour.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988297445907791882/bcd456da-5512-4ab9-a8c4-cbf7d92591e6_SteveTheNinja_electronic_monolith_in_the_center_of_a_lost_village_in_the_mountains_fantasy_art_digital_art_contest.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988297310452731954/ec312cb2-b62f-410a-9e7f-bdfd2b66409f_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988297307873230898/b8b39451-ef2a-4c98-bb8a-86f9f131d95f_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988296917396095006/a6f69d65-d34d-4568-9107-b380e09021fd_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988296859724427284/784ba674-1b8d-4bd4-8790-c872812a8ba4_SteveTheNinja_electronic_monolith_in_the_center_of_a_lost_village_in_the_mountains_fantasy_art_digital_art_contest.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296730296590377/fc3730b9-ef4d-45fc-a165-a428f5d3aa21_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296719374630942/9ad4f64b-624e-49ed-9cae-8128fef5ef91_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296683584651294/d4e5aed8-c30a-4099-8382-d4a9971693bc_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296342059241512/aa5d075c-fcb6-4d04-992e-9ce0512be97e_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296325017763840/941744ca-d79f-4af8-a90b-0ead5d6e97a3_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988296306881613934/6b00734d-a1eb-4f92-9efe-d63e6fda3e96_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988295755062190080/e93116b9-9552-4175-8762-27481fb1714c_MissTwistedRose_cats_emerging_from_a_sparkling_chaos_magic_portal_colorful_glowing_swirling_whisps_occult_inspired_a.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988295169654796348/cca6a33e-0a45-488e-9f6c-a1822fa47f5d_StevenMertens_1970s_Howard_Johnsons_exterior_1972_1973_1974_1975_1978_1977_Pizza_Hut_exterior_Wienerschnitzel_rand.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988294750329258084/d1c08088-4d92-4995-a1c5-61352562af43_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1984_1983_Pizza_Hut_exterior_Wienerschnitzel_random_co.png\n", "https://cdn.discordapp.com/attachments/987560642925953035/988294663108689930/e793fe39-1bc9-46d3-a6d9-b16d5d02a5b3_fonkatz_futuristic_dark_sci-fi_graphic_user_interface_symmetry_8k_detailed.png\n", "https://cdn.discordapp.com/attachments/987560642925953035/988294651264008282/ea6abd11-cf94-404e-940d-fd917120f12b_fonkatz_futuristic_dark_sci-fi_graphic_user_interface_symmetry_8k_detailed.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988294527943073802/2b31c4f5-0b5a-4719-ab2d-92ce40a8e4bf_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1984_1983_Pizza_Hut_exterior_Wienerschnitzel_random_co.png\n", "https://cdn.discordapp.com/attachments/987560642925953035/988294476357333012/8e36f41c-c95a-4bc0-9c66-64add8468c40_fonkatz_futuristic_dark_sci-fi_graphic_user_interface_symmetry_8k_detailed.png\n", "https://cdn.discordapp.com/attachments/987560642925953035/988294350855364678/7f7bdcad-1bbb-44bb-9447-60551019cce8_fonkatz_futuristic_dark_sci-fi_graphic_user_interface_symmetry_8k_detailed.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988294069035876352/e5dbbac8-29d0-4e7a-82e5-a3430ea33ed8_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1984_1983_Pizza_Hut_exterior_Wienerschnitzel_random_co.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988293789741367296/ea73bf46-d4bd-4156-b883-e8258a757e3b_surea.i_enso_by_Zdzisaw_Beksinski.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293601945616384/5bf676b7-c4b3-4daa-8b65-7e9dde391a19_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293561189548052/9defa1ab-b7f5-4ac0-93f8-4aacb3e3bccb_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293422802669598/c296bb9c-8061-4b10-ade6-ae559acec4a5_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293213473370132/39bfd6a6-afa9-4941-be7c-18fcb06c42a2_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293192187256842/5b3fa771-7818-4209-baa5-301b85fcc359_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988293152404299776/38e2ede2-f418-461c-bf24-fe1ae9218de4_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988292661632958514/09ffade6-4cd4-4831-a206-33f20ad2eea0_surea.i_enso_by_Takashi_Murakami.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988292553042444319/acc243bf-c879-4560-ae4d-6ee58ce2bfdf_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988292383198281778/47fbd580-2834-4ad6-b730-b0e558a3226a_DataLorean_a_rainy_city_street_at_night_in_the_style_of_shadowrun_noir.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988292238696124426/923d55ec-9b85-4ca5-ac4c-5a3724fa94da_DataLorean_a_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir_by_beksinski.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988292014695153764/9a018cfe-b529-40ad-b7be-7d17e5e0c619_surea.i_enso_vaporwave.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988291982164123709/5545f29f-5195-4bf2-a762-f2dc3f510647_surea.i_enso_made_of_flowers_by_Kim_keever.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988291931484344380/31a573bf-a71d-4cdf-bf47-68a30b990698_DataLorean_a_rainy_city_street_at_night_in_the_style_of_shadowrun_noir.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291853474467914/1e05ea91-7de7-40d5-99c5-c3f47106b390_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988291738223378452/bc4e876f-6e27-4e39-93bb-a10ea820bd26_DataLorean_A_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988291733861306388/f0a21cd9-1f00-479a-834d-37c97d7c4e85_DataLorean_A_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291574016405524/4bf957d5-affd-4d0e-aa60-083425337207_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291559021760542/69d764dc-d0b5-4ffe-b035-9ac5a1bd323e_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291462707966002/81a793c5-17c7-4180-9e08-15ab23d133cb_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291456630394900/dbd092e3-6b79-4912-bf35-14bd38ae2b9c_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988291448313085985/a61f5d3b-946b-43de-9f01-56306b13c92f_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988291120066879528/fb880990-8834-4df4-ba5f-1932d954cdb1_Mark_swirling_vortex_of_ice_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_Rendered_in_N.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988291117105684560/37206f46-fdcd-473a-b94d-9d4d83cf5fb2_Mark_swirling_vortex_of_amber_rock_with_insects_encased_inside_inspired_by_Peter_Mohrbacher_in_the_style_.png\n", "https://cdn.discordapp.com/attachments/988290394498408498/988290800280563762/a4bdd00a-6736-425c-902f-24084d802818_Noah_Peng_Silhouette_of_hades_with_Bident.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988290724959248394/a5a81814-1e19-46dd-8953-bb37dbd1dc46_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/988290394498408498/988290686585540628/b51a2dd3-08cd-4184-a894-c4cfe37095ba_Noah_Peng_Silhouette_of_hades_with_Bident_and_Cerberus.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988290673281232896/2adaef59-8b93-4b54-9cd2-62e3bc3544e6_Mark_swirling_vortex_of_ice_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_Rendered_in_N.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988290607506145300/e179e7ae-699f-44a8-b40d-4428b464d46d_Mark_swirling_vortex_of_amber_rock_with_insects_encased_inside_inspired_by_Peter_Mohrbacher_in_the_style_.png\n", "[{'id': '988290396893376533', 'type': 0, 'content': '我', 'channel_id': '988290394498408498', 'author': {'id': '764085890694905856', 'username': 'Noah Peng', 'avatar': 'e4d8cf4e457bf43c3bebe7d9a8d499f4', 'avatar_decoration': None, 'discriminator': '6858', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:53:12.167000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988290340551290931', 'type': 0, 'content': 'sorry to clog the cat thread', 'channel_id': '982990243621908480', 'author': {'id': '412798156477169664', 'username': 'MissTwistedRose', 'avatar': 'de3858ca2160dcf465b1dfb5a13c6588', 'avatar_decoration': None, 'discriminator': '6867', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:52:58.734000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982990243621908480/988290331730657310/e96555d5-5de2-4fef-84ae-0e8e14c2d007_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988290251216797758/2b4f9509-67b7-435b-ab69-0c3444fe390a_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988290177925545994/074ae65c-76cf-45e6-aacb-a22aadf74aca_DataLorean_A_rainy_city_street_at_night_in_the_style_of_cyberpunk_noir.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988290061361643530/f836ea85-8e00-4ede-bdbe-10166459d290_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988289603012284466/ae838d13-69cc-4716-b171-b1879f232e1b_Mark_swirling_vortex_of_amber_rock_with_insects_encased_inside_inspired_by_Peter_Mohrbacher_in_the_style_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988289563724230656/73c66606-5050-46aa-9776-512f563af1a0_Mark_swirling_vortex_of_ice_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_Rendered_in_N.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988289344076922880/8612f709-b16d-4450-92c6-4b4defb2d495_Mark_swirling_vortex_of_ice_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_Rendered_in_N.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988289184437510154/e70b6c11-68f9-4d53-9ab9-3be4df10dd5c_Mark_swirling_vortex_of_amber_rock_with_insects_encased_inside_inspired_by_Peter_Mohrbacher_in_the_style_.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988289139038371870/2070fff8-978e-47cd-a4f7-2ab94f7bde8f_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988289097154048090/9102de9c-f170-433b-bb8d-0faf10a2253d_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988289055856943114/12dc7969-8079-4b25-95c6-d2c3e90b370c_Mark_swirling_vortex_of_smouldering_branches_and_embers_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988288832183083068/5f2aa663-db74-4a9b-aeac-13ba4d2e1a4c_Mark_swirling_vortex_of_wooden_branches_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988288642541842492/f632fc8c-2a0d-44fa-95ae-d61da38d9328_Mark_swirling_vortex_of_smouldering_branches_and_embers_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988288423813087262/9efd2651-804a-436f-a6aa-82ea3d86a929_Mark_swirling_vortex_of_wooden_branches_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988288177137680434/75dad391-29db-48a7-9dd6-68e971a2e19d_Mark_swirling_vortex_of_smouldering_branches_and_embers_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988287948254498816/d2ff517b-3a7b-47f4-97b0-a00c351455b8_Mark_swirling_vortex_of_wooden_branches_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988287876297023538/9c2f26ca-ad8a-4928-8f21-4de27c3f1d5d_Mark_swirling_vortex_of_smouldering_branches_and_embers_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287767136047144/e3b9963b-f329-4c7f-bd06-8a3a95408e07_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287764934058044/17fb4851-7bdb-4180-9a4e-c09f883dae92_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287735288700938/c1fc06c7-9cff-42f6-be3e-189e6bebfe43_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287650182099014/a0ff395f-98a1-438c-a0c9-4436f421fee4_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988287630938607686/f7b26da3-5b90-4ccd-9152-434aee68a090_Mark_swirling_vortex_of_wooden_branches_and_snow_inspired_by_Peter_Mohrbacher_in_the_style_of_Ryu_Oyama_R.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287315585683476/9e1d2819-1d70-4019-a2b3-0f8e3776a0e0_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988287308874805288/25d021fb-77ac-436b-9a1d-35de4ed5f2fa_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988287205552304128/548458fa-bfbe-4352-844b-e82360f70a8b_surea.i_artwork_by_Raymond_Duchamp-Villon.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988287166490738778/fe139c7d-591b-4fe7-a6b3-0db54b1645f1_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988287146446168134/83af294c-fad0-4912-84ae-58c48918022f_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988287014073937920/96c0be02-28fd-480f-99fb-70c949bfa299_Mark_swirling_vortex_of_wooden_branches_and_snow_ethereal_off_white_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988286969543020605/99e4d0c8-3d8f-4055-9a37-a9ca4db52f26_Mark_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_colors_inspired_by_Peter_Mohrbacher_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988286827423236187/7493e137-9f3b-49ef-90d9-db506f1ac861_surea.i_an_astronaut_surrounded_by_flowers_by_mamory_oshii.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988286616328093726/2e4143f1-7553-4288-9ab3-1887c088047c_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988286573877538886/3bb2fae0-fb5e-4705-a489-0028567ba1d0_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988286561797963835/401790f2-0d9c-4c66-901c-60693c81ad43_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988286513513111562/e5634a63-ef59-4425-a67b-a6efa14b45db_Mark_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_colors_inspired_by_Peter_Mohrbacher_.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988286316053671996/610ad940-6f75-425b-b6f3-68ac45a23704_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988286020170711130/9a81675f-faf5-44a0-8a52-0ab821ed2d39_Mark_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_colors_inspired_by_Peter_Mohrbacher_.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988285909197811742/17f32bb7-7368-49d7-a74d-b5b34e05f74e_Make_Sex_Cartoon-style_UGUI_four_magic_stones_are_earth_wind_water_and_Fire.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988285745225666560/97a49152-2321-4bfd-a028-f546ad3749e8_holmesjtg_what_does_the_fly_see.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988285737134866552/eb6abe79-3cd4-4e8d-9e47-0fe9b22c4bf8_Mark_swirling_vortex_of_concrete_and_rusted_rebar_ethereal_off_white_colors_inspired_by_Peter_Mohrbacher_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988285451456630854/22675bb8-1913-43b4-bdb3-7e2ec2dd510b_surea.i_an_astronaut_surrounded_by_flowers_by_mamory_oshii.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988285262029271061/99848251-9517-42ca-acc4-0a8e0d4cd1a7_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988285008328421406/6bd2d751-6527-4324-adc8-841c285486d6_surea.i_artwork_by_Mamoru_Oshii.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988284921200144484/3e00b01a-132a-468d-a1a4-f2b2afb996c9_holmesjtg_paint_of_the_world_from_the_perspective_of_inside_an_insects_eye.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988284475525984306/522ae2bf-5319-4f58-837e-9fa5272e7cb6_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988284444056125450/839c4414-70aa-485c-84a8-5973d1d30bf3_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988284418353405994/acbaa7ed-2c34-4c85-a6e4-3bc8e8b6a053_surea.i_a_parrot_by_dr._seuss.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988284326535905310/86230e39-4e78-4ff5-aa77-ed767fde2e9b_surea.i_artwork_by_Rumiko_Takahashi.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988283895160135710/0337f837-687a-4236-a88d-7f6afafecef9_holmesjtg_painting_created_by_an_AI_in_deep_space.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988283822653177856/64b1a178-6dd0-4b2e-90bc-328d09ebf57c_holmesjtg_painting_created_by_an_AI_under_the_sea.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988283791481110568/1a831527-9f5e-4d0c-8ba6-adb6dbd7c193_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988283678264287303/b0e5f0d3-a7f7-44d8-8e09-0f6f14b1fa8f_justchuck_a_black_Staffordshire_terrier_with_a_massive_overbite_smiling_wearing_a_chili_pepper_costume.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988283651965984838/cff80df0-dbd2-4bf6-964e-611b37f27af0_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988283385032110160/76934337-a7cc-442b-a80c-1cd9581f202c_holmesjtg_painting_created_by_an_AI_in_deep_space.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988283345244946512/34679eb8-3cc8-442a-a795-7164a282cf32_holmesjtg_painting_created_by_an_AI_under_the_sea.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988283324185325618/0b62c5c7-96b0-454a-a17b-080e531f5770_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988283269802000404/f9a68ee5-4e0f-468b-939a-258ebf6c1df9_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988283267742597120/befadc53-eae5-46fd-9024-dd28017d20c7_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988283211304022016/5556530d-f320-42fc-9d8d-0bf4b1cdace6_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/979612207811821569/988282999122563102/c6f6ed01-0c49-44a4-988d-0910dd1280e4_holmesjtg_painting_created_by_an_AI_under_the_sea.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988282968323809320/db9e2690-4120-4800-9b3c-3efb154610e0_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988282727306518559/193c39dc-27f5-4e72-ad73-4dea4a8e59bb_Jeff_Gray_a_psychedelic_rock_band_performing_on_stage_surrounded_by_living_plants_female_synth_player.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988282657102245918/5199d6b6-0bb2-4073-a940-5b58a34d8e38_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/987826270463197184/988282521231978557/d96219de-807c-4d0c-af5a-3f8f8ee29f10_Jeff_Gray_a_psychedelic_rock_band_performing_on_stage_surrounded_by_living_plants_female_synth_player.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988282477992894514/45552d26-5c43-4559-8fc6-422e50064c31_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988282428982460437/55309419-aa62-411b-a81f-d36bcbc5d854_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988282353006825542/8472ee07-0f9f-463e-afe0-de020e42f2cf_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988282233452384276/2600df56-00a1-409b-b256-d3c36dd0e9ea_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/983526412776517642/988281735353622568/c283d63c-6023-4a42-b6bf-94161ce575f1_justchuck_a_black_Staffordshire_terrier_with_a_massive_overbite_smiling_wearing_a_chili_pepper_costume.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988281667313618974/06692a10-967b-405a-845c-857959f86e24_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988281607054057532/c07aa59a-2b9b-41c8-8cdf-db60f3c0b759_surea.i_artwork_by_Laszlo_Moholy-Nagy.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988281599319748608/58b8d7e0-7c3f-467e-86bd-6abc6956a22a_surea.i_artwork_by_dr._seuss.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988281258939396197/3ffd6831-de21-407e-84d2-231f51ec89dd_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988281091339223080/8f0cfa8a-6d7a-481e-81c0-5f94d347020a_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988281082149498910/a3e3e6d3-5b66-48fe-99eb-8b24c7a74410_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988281017146179635/933b3ca3-0e92-407b-b77c-fb0ad6a689cf_jesse10am_an_eye_that_looks_like_a_black_hole_sci-fi_Milky_Way_galaxy_swirls_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988280994685681705/b3a4fd41-ff5d-4109-b959-76753ab94391_jesse10am_an_eye_that_looks_like_a_black_hole_sci-fi_Milky_Way_galaxy_swirls_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988280978545991710/c3d93c22-ef2d-4070-aa05-5253e5b7b205_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988280871381528676/d4e1366f-fac1-4262-99ed-da385cde8dc4_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988280540677435492/709c7c9a-b973-43ef-800f-75a5df487312_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988280047062384700/d652d9df-d711-4a6f-bbf0-c5cd8a7b3841_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988279911649247262/7164a23b-b741-4f7b-a8a8-4e2ad725a59a_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988279801808842823/3eaeae37-72cb-42b9-8f65-b50cae4b2ff3_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988279764945096775/b90089f8-8e18-415d-8721-a92240b509f2_jesse10am_an_eye_that_looks_like_a_black_hole_sci-fi_Milky_Way_galaxy_swirls_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988279542089150505/2f75bc10-41ad-4513-b74b-709dac64815d_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988279519238553600/3ee99930-d3eb-49d2-a0b9-be4faf096442_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988279367211827220/817b4cc0-fbc6-4ff5-9d46-26f38c0ef236_flyosity_glitch_art_futuristic_glitches_everywhere.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988279336459194438/13fa38e4-4984-4ea8-92f3-b14e28ec9ba5_jesse10am_the_mind_field_sci-fi_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988279256519933952/4446b044-f438-4c52-9005-09e080b4ef70_jesse10am_an_eye_that_looks_like_a_black_hole_sci-fi_Milky_Way_galaxy_swirls_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988279178602377236/f38f3ea9-3b41-402f-a0df-e9df5875df21_flyosity_AI_glitch_art_ethereal_glitches_everywhere_iridescent_psychadelic_luminous.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988279105541771264/0dffdbac-234b-4954-bf1b-25e3abd2b080_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988279000843583538/4bc8272a-4aa7-4fa8-ab03-b5682655330e_flyosity_AI_glitch_art_ethereal_glitches_everywhere_iridescent_psychadelic_luminous.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278788569858128/a9ecaa0d-c7fd-4f85-9922-c66eca41a9b6_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278761252339722/8ee2b91d-778c-4b1d-b510-abf99d74cdac_flyosity_AI_glitch_art_ethereal_glitches_everywhere_iridescent_psychadelic_luminous.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278758043684904/f4d10cbb-84f5-43c8-98a8-059089a8449f_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988278710799048734/50869bdf-f405-4163-b3de-d6b024540b19_jesse10am_the_mind_field_sci-fi_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278243947843614/abf12663-5500-4565-98e5-f6f690e52e0e_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278201589571664/8750a55d-57a0-4090-bd51-397b4f2df700_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "https://cdn.discordapp.com/attachments/978398301177151550/988278056332443658/7053a400-49ed-467d-a79a-4a7e553a82b7_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988278037697134682/f618b60c-6059-4b46-b55c-10e869a3b166_surea.i_artwork_by_Laszlo_Moholy-Nagy.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988277993925386240/411eedca-9384-45d6-a380-75da32bdc8a2_sapadog_illustration_Main_Street_comic_1970s_viking_ship_carrying_orange_spherical_wooden_lamps_with_their_h.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988277941798592572/422774f5-980c-4c04-ad42-0cb1154b452a_sapadog_illustration_Main_Street_comic_1970s_viking_ship_carrying_orange_spherical_wooden_lamps_with_their_h.png\n", "[{'id': '988277910890770472', 'type': 0, 'content': 'NICE', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:03:35.272000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988277886916116530', 'type': 0, 'content': 'not sure i can predict when that will be though', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:03:29.556000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988277837700169758', 'type': 0, 'content': \"i'm using it rn to write glossary terms. works great\", 'channel_id': '964384155121115208', 'author': {'id': '556306140879650827', 'username': 'surea.i', 'avatar': '4246502caf009c7133ab6c39ae2f847d', 'avatar_decoration': None, 'discriminator': '1160', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:03:17.822000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988277835934359572', 'type': 0, 'content': \"but yeah. if we havent reached the asymptote already, we're going to eventually\", 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:03:17.401000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/978398301177151550/988277831823921182/da63e654-7a72-49e1-bc94-068f177f93fe_flyosity_AI_glitch_art_glitches_everywhere_organic_ethereal_beautiful_hues.png\n", "[{'id': '988277752417357894', 'type': 0, 'content': 'i mean 3 days ago i started my gpt3 obsession 😂', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T03:02:57.489000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988272902887600138/988276993441296425/3a9650d3-7f5e-4451-ac8e-6f70ab290db5_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988276410512736296/7567f313-50a6-4cd1-8a3c-e06869e2f75f_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988276352522276904/7f12a053-a4f8-43e0-bac1-a87317aa5dec_coolguynachos_Man_standing_beside_dog_sitting_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apo.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988276268392919130/059cad26-9cef-4058-8e27-2e65066cf34a_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988276235106930699/f1eb35d1-89f2-4f47-ae30-9a6c73d0dad9_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988276165678596106/45450f17-5640-4ebe-b0f8-849a065cf3fa_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988275624051376179/c1f09487-24fc-4793-8c2a-ff784111e4ba_sapadog_stag_mask_with_big_sharp_antlers_._Detailed._Fur._Shading._Textured._Wolf_3d_concept_render_cgsociet.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988274857219325982/868a1d97-9acc-4545-8dc1-816a7b17226a_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988274380821897286/81ac6c97-52c9-42bc-a8a1-db00dcb5e619_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988274250517479434/a262a1b5-fc12-4767-bdb0-3040eba003db_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988274060754575420/17f8da29-27a8-468b-a225-434ef10f3058_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988274043578908692/c0e893b6-4d4f-4f44-8844-35583eb2a749_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988274024431898624/d3163ab1-f454-4fcc-9c1e-1050aef1dfa9_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988273899391287336/5d98bc42-ede6-458d-9156-39341e5c3cbc_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988273892185477162/2645c8c2-9d94-4a06-8604-883543b56115_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988273843414122527/d919a6d5-12d3-4911-9b25-c08af757416f_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988273574433423410/cae04553-7f6d-4366-82bb-7ec07c31b506_henriquevfx_beautifully_sculpted_marble_demon_photorealism_Michelangelo_highly_intricate_detail.png\n", "https://cdn.discordapp.com/attachments/988272902887600138/988273384192356362/8bd85e42-c383-4c16-b7fc-96e9bcb60103_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "[{'id': '988273330421399592', 'type': 0, 'content': 'Aaahhh caralho agora vaaaaai', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:45:23.203000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272905248972810', 'type': 0, 'content': '/fast', 'channel_id': '988272902887600138', 'author': {'id': '959192950846410812', 'username': 'sapadog', 'avatar': None, 'avatar_decoration': None, 'discriminator': '6398', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:41.834000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272888715030558', 'type': 0, 'content': 'Mano que que esse MJ tá fazendo ???? Nada vai pra mim', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:37.892000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272838899273778', 'type': 0, 'content': '/info', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:26.015000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272816241668186', 'type': 0, 'content': '/info', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:20.613000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988272804900253696/0639a074-f33d-41b0-89a6-b0910e8bb88e_surea.i_artwork_by_juan_gris.png\n", "[{'id': '988272798596227092', 'type': 0, 'content': '/imagine prompt:disco ball', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:16.406000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272796427780176', 'type': 0, 'content': \"every time i find any they're already there haha\", 'channel_id': '964384155121115208', 'author': {'id': '556306140879650827', 'username': 'surea.i', 'avatar': '4246502caf009c7133ab6c39ae2f847d', 'avatar_decoration': None, 'discriminator': '1160', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:15.889000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988272780338405436', 'type': 0, 'content': 'Ok. Done pq essa porra não vai pra mim???', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:43:12.053000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988272753796857886/10e1bf73-0f32-4849-a801-b4775f0ad86b_surea.i_artwork_by_georges_braque.png\n", "[{'id': '988272667725529109', 'type': 0, 'content': '/imagine prompt: beautifully sculpted marble demon, photorealism, Michelangelo, highly intricate detail --ar 9:16', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:42:45.204000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/988028621421686834/988271033196875806/199b18fd-bffb-4ce7-9fef-8d9eb88efb0c_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988270699326111764/fa34776c-af0e-4f72-b7f5-487b63222604_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988270589959606293/e4dfe3d3-5c07-4a64-a145-1afb3fc8f4f2_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988270479112552448/f74c6ccd-1829-497d-b937-820feb3914e2_Erratica_artwork_by_john_watkiss.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270366189293578/25e74d0e-61d7-4b1f-a8d6-2b6ed5762d17_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270364071198740/699147bb-c3cd-4174-829c-9c5836692d68_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270361223262308/f8050d77-d50e-4173-895e-2f02708e7372_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_John_Allison.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270345536536596/2e4230df-868b-4aed-8c82-591c7c3aa9ac_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270333343699014/7a658868-b8fb-48f5-9611-f4870484b6e3_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270327236792320/dc6d6542-1015-49a0-b1aa-5b883caed9fc_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_John_Allison.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270323424182292/3973125b-358d-4ce5-9b21-584ab5179812_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_John_Allison.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988270314645487656/71a6b9e8-4f70-4a56-b090-d1ce29e752d1_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_John_Allison.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988270274107572264/fddc9b4b-8459-446c-b11f-846009ffa232_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988270190007554058/916ca7f5-ccf0-4325-ab41-11dba8ad5189_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988269822557175908/f274c45d-0b8e-46db-b2d6-6ea9e75f3b4a_surea.i_artwork_by_Naoto_Fukasawa.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988269785701814273/6d86d979-7ded-4a2b-84f7-2521ea5c10e9_surea.i_artwork_by_Josef_Muller-Brockmann.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988269747261022208/93bbcc36-e2f5-4537-8e53-506571df54c3_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988269727153528852/9fc4def5-169d-42c2-baf0-6ba0789eb49c_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_flowering_exotic_tree_in_a_lake_inside_a_cave.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988269701748654111/d34fc763-a141-4c64-b7fe-12657c820dac_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_KAREN_LOSTRACCO.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988269543287836713/1be1ead7-f187-4d23-b3ff-ee483450a6b7_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_KAREN_LOSTRACCO.png\n", "[{'id': '988269490485755915', 'type': 19, 'content': 'maybe like 3 days ago. i may have jumped the gun on claim that lol', 'channel_id': '964384155121115208', 'author': {'id': '556306140879650827', 'username': 'surea.i', 'avatar': '4246502caf009c7133ab6c39ae2f847d', 'avatar_decoration': None, 'discriminator': '1160', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T02:30:07.691000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '964384155121115208', 'guild_id': '662267976984297473', 'message_id': '988253767248003112'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/985644054421336205/988269454918037584/47361abf-18e5-4c6d-8679-24725bf18da2_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_1800s_ultra_detailed_8k_art_station_KAREN_LOSTRACCO.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988269216543178772/a6f8f13e-4089-432e-896c-5aa78c22da0f_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988268932731379722/b90518db-650e-4be9-bbf6-68e5c343b769_sapadog_guitar.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988268929111687188/66170dbd-2d93-4446-9b7d-a28c3d526e91_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988268816813424670/1fc325e2-3f41-42e6-8f55-4a7397278792_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988268676501364826/db1712da-990b-4d83-9079-fd196532102a_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988268459618091008/796b98c4-027c-4529-ac4f-7f6e1e0142c2_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_Wienerschnitzel.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988268211608883210/c74c3753-70f0-4f38-a9e7-ed4a54f16895_j95h3n_language_form_outer_space.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988268013918765126/766a295e-faf9-4934-8f30-752c18e2cffe_j95h3n_alien_alphabet.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988267503199326278/c9dca7d0-e732-44bf-a32d-2f1d7c2da6fe_j95h3n_man_working_from_home_in_huge_New_York_apartment_in_front_of_CRT_monitor_spiderwebs_everywhere_warm_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988267499177005066/5dc2ffe5-b967-42fa-bce5-259030839323_jesse10am_the_mind_field_sci-fi_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988267353257173022/9e56284a-5135-478f-a186-4a1811470545_jesse10am_an_eye_that_looks_like_a_black_hole_sci-fi_Milky_Way_galaxy_swirls_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988267349176115210/4775df3b-cf2b-4e9f-a774-d6cf5a6fc902_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988267320126341151/5ca6808d-2c7d-4ffd-b2bb-56caa3b29745_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988267033735094322/900e929d-a69f-4e07-acef-832925ef1f06_Make_Sex_some_game_UI_of_philosophers_stone.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988266945327562752/4aaf69ec-3810-433c-a07a-66adc5a8ecb4_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/986831046425317428/988266692641718312/9dfb7e75-6715-48b6-926c-d9d6f22ee843_Make_Sex_some_game_UI_of_philosophers_stone.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988266655316574248/d536e5ff-75be-4ed5-b757-edb106e4a4ae_j95h3n_man_working_from_home_in_huge_New_York_apartment_in_front_of_CRT_monitor_spiderwebs_everywhere_warm_.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988266625901944892/46272aa0-3e08-4e20-998b-c147e128727c_Erratica_artwork_by_florence_harrison.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988266371416731699/1a99e1b1-54bc-4b3f-90b9-305ec3733729_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988266276038275102/b0c112e6-b380-4d31-9f6f-5107cdb1e26b_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988266255951749150/3a166924-71f3-49cb-9c89-c5b9a86bb43f_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988266182178136114/7ec0f382-fd30-44f1-b60d-66f2529c6b46_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/982342653964333056/988266172149530644/ea3365eb-1d57-420f-969a-2dcf1aeb83f4_Gabriel_Fagundes_Dark_Pink_kkk_capirotes_with_prismatic_tall_triangular_conical_helmet_masks_wearing_Long_pink_intric.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988266084283088906/d29a6447-9025-4ada-80ed-7ad4f5199c1c_j95h3n_man_working_from_home_in_New_York_apartment_sitting_in_front_of_CRT_monitor_spiderwebs_everywhere_mo.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988265647836377148/a097ea02-1178-4fff-9bf1-26d3a89c0a1d_j95h3n_man_working_from_home_in_basement_sitting_in_front_of_CRT_monitor_spiderwebs_everywhere_moody_lighti.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988265209170907176/4059bb0a-cc97-45a6-9c39-4902fc8cb18b_j95h3n_working_from_home_in_your_basement_with_spiderwebs_everywhere_in_front_of_CRT_monitor_green_text_on_.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988264779829375046/d64535d7-b67b-4e63-9a83-73d07a51f353_j95h3n_working_from_home_in_your_basement_with_spiderwebs_everywhere_sitting_in_front_of_CRT_monitor_green_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988264568209952768/a332367e-462b-4a70-bc28-c9b0727a61a2_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988264561088032789/c9557b7f-b1a8-4d05-9cb7-390dc2986b35_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988264533132984360/e330c825-ef8f-47fa-ad8a-a1782380de6f_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988264318976024576/3ff148ad-4e8c-42f4-957f-33d22159adc3_j95h3n_working_from_home_in_your_basement_with_spiderwebs_everywhere_sitting_in_front_of_green_monochrome_C.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988264205683675146/e699308a-bfb7-4f7a-b2d7-bcbf151ada75_Erratica_artwork_by_jody_bergsma.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988264087559483392/65cf52b5-4ea3-43cf-bb8c-19e0249780ef_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263921645387817/ea5397ae-3bf2-4485-b93a-922f83edb73a_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263910023004180/18fca133-9c20-4966-9c4d-443ba2c8906e_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988263823586762802/9d992cab-9f13-4aab-927f-b5b3c80405d5_j95h3n_working_from_home_in_you_basement_with_spiderwebs_everywhere_monochrome_CRT_monitor_moody_lighting_c.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263748768776244/5bd02b49-8830-45c7-9c7f-0c30ba3fb3eb_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263745589477376/9d33051a-37e0-47d0-b4b6-ec8ffc82c2ec_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988263579826413588/c6bbc58e-1cac-4af3-b127-d0ee0ee356f9_Feonix_sprawling_desert.png\n", "https://cdn.discordapp.com/attachments/985345227587977326/988263579104972851/12a50724-ca40-42bc-99c4-1f58df406438_j95h3n_working_from_home_in_you_basement_with_spiderwebs_everywhere_green_crt_screen_moody_lighting_cinemat.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988263495374077972/ef3a2759-4937-4fa5-b67c-7caf282e214e_coolguynachos_Man_standing_beside_dog_sitting_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apo.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988263464927637525/66b15c09-2bdc-405b-8c75-95340b38fa2d_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263395771940934/4815c27d-0334-404c-a62a-34de1ac327a3_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988263229895634944/3610f081-e90c-4d21-8108-6e97f0d76f31_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988263191551287316/ee426f78-b242-4d8b-bef3-cf5e4b9291cf_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988263188212621362/ab82da63-f367-4b12-8af0-0c7029393cbd_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988263134047387698/c4f43ae8-3517-442c-944a-0556d4608779_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988262688771690556/0037520c-1a86-4c71-bda0-05d499ec875b_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988262391978536970/b033c70a-43fb-484e-b196-98168f9498a4_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988262299703869510/ca6765aa-67b0-412c-a844-7b48362662ca_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988262247665119272/9b8e1709-ee29-45b3-a029-961afeab598d_coolguynachos_Man_standing_beside_dog_sitting_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apo.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988262191742468116/5b100bef-1ea6-4601-ae02-feb686fb48e7_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988261974624305202/8a936a12-8732-468e-895f-b2390a0dfb6d_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988261539503030324/b1e5a611-5b0a-4834-9cac-6ea156399afb_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988261390835916860/76496f97-a717-4b47-883d-af528e7e1439_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988261197113614406/69bd7205-2511-4d94-b43d-818925426983_MissTwistedRose_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_dept.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988261046999482388/e556c275-ad22-4b63-9d80-208fec50a94d_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988261014447480872/e11c8aa5-6030-48c0-a243-34312b28bb23_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988260820158910464/7d15bbd6-bdb5-4e01-998e-131fdae7a9ed_Mark_intricate_bone_carving_of_fluid_forms_with_pounamu_greestone_inlay_ethereal_off_whites_colors_inspir.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988260461466255401/2c32e16e-4d78-4ab0-8f05-5f0a24ba01a8_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988260385436102736/f03c221b-9e97-4c52-9aa2-e74b852d6488_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_a_ruined_city_smoke_and_steam_grey_clo.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988260365538304010/86128354-7733-4725-ac26-d1138e38309b_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988260357959213126/42d85137-099b-4231-bb05-5684a2f6a389_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988259978756358225/14e13ae7-2398-48e0-9f87-dd9aac0fef85_StevenMertens_1970s_Howard_Johnsons_exterior_1979_1978_1977_1976_1975_1974_1973_Pizza_Hut_exterior_retro_futurism_.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988259943037698069/2dc69f00-9446-4a5f-bcbb-7226a0ca6e15_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_-_169.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988259584546324530/95c46012-324f-42ca-9e99-d20a00d85d65_MissTwistedRose_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_depth_of_field_sparkling_c.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988259553936310272/5566832e-424d-4125-9c9e-bb6fee2ab6ac_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982990243621908480/988259303519571988/a60b8c13-ae67-48b0-b37b-ce5f300b512a_MissTwistedRose_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_a_deep_dark_void_shallow_dept.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988259217179836496/4b00ace3-f2e9-4242-a7bf-0cd6ab0d6644_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988259207046373426/3e7e3d62-4b1f-4c07-a6df-5450b2ce9f12_StevenMertens_1970s_Howard_Johnsons_exterior_Pizza_Hut_exterior_retro_futurism_raygun_Gothic_style_fast_Wienerschn.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988258923490463824/18a832d4-aa65-4684-97a2-09cf7dbfb27e_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988258784583495750/6f0f7af2-9870-4739-86f4-344f39bda6bd_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988258746012696586/f8b57624-9c27-4669-bf4a-2402e603cf92_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988258239483371590/ed293d60-52fb-4fc5-86d7-e52e5c326c75_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988258189889929266/a92b2141-aa8b-4406-86a8-cad1d986d6e6_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988258158545891388/dc104443-2f56-41e8-87f1-18ee29379b49_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988257876759969802/d41c1930-bdbf-414d-a743-d578fbcf7f47_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257757356511303/5cae1bef-3315-4e4c-8f0c-6e5120b82f4b_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988257729724424253/e2162d45-5e67-4878-8184-cd55a462e875_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257669368393768/725b614f-88e5-4069-a257-3f553d48fa2d_Mark_swirling_vortex_of_melting_bones_and_ornate_golden_filigree_ethereal_off_whites_colors_inspired_by_P.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257603266154586/7ea70b74-7f0e-47ae-b9b3-7c6bd5221015_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257564741484574/fbed58cc-a723-4317-9b8b-3f66b6166c21_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257546781487115/d88fd6e8-c4df-41e5-ba39-f22de13d0c51_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988257277305839647/41b7b896-b254-4712-b149-d703f5ba647b_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988257221697757224/50d16ecc-eb2f-4586-b4fa-3703a8c697c4_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988257189678440448/b2bafd45-37ab-4ee2-825f-1b0f9f815e49_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988256982026842133/97be2f50-2142-4538-be38-1de8e1c54fe0_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256890385490031/86062f76-0abc-4e1f-b589-c270bcca09fb_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256860543004713/965aafcd-ffba-417a-9fa0-0cf87814f034_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256856130584626/f86259fb-cbac-460c-af67-0ca97980f9d1_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988256783980187688/0380e401-4339-4c20-adbe-ec01d910a886_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988256643928166430/778b7576-3d02-4c8b-9bfe-cc4f66882c63_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988256639301865512/46589135-f734-4f0e-b9f1-4ca9963d0386_coolguynachos_Man_and_his_dog_standing_on_a_grassy_hill_at_the_outskirts_of_an_ominous_smoldering_city_post_apocal.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256398628487208/f7543bee-a646-4654-b9be-026f90b27cfb_jesse10am_a_new_space_light_from_above_stars_futuristic_sci-fi_fantasy_blues_and_whites_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256390021808128/144759a0-7c58-4306-8968-fba5fcbe63c2_jesse10am_a_new_space_light_from_above_stars_futuristic_sci-fi_fantasy_blues_and_whites_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988256271134240809/ccc1f56a-2f46-4189-af12-5bac52aa6788_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988256141836439612/73077ce9-17a9-493a-a1ab-7a40dbc69ee8_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988256086354194532/de141bed-996c-41e4-a61e-f6be5c9feb21_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988255953356996639/dcc3cbdf-a2fb-4fa5-9207-a741fefce61e_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988255852903432253/e61c0402-f6da-4187-992e-a69ad65d43d4_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988255750071668736/80b1dc31-d028-49b3-a889-2a270a54c72e_Mark_jewel_encrusted_swirl_of_bone_ivory_and_wrought_iron_in_the_form_of_a_skull_ethereal_off_whites_colo.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988255615379968010/c97e68ba-9c28-47c4-9d14-148f7068bdc0_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988255593494118470/81af51af-3be9-4411-aecc-96b14f2f5a6c_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988255561688678460/856c308a-75be-494f-971b-4ec2bca33b0f_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988255503970877440/b07b5522-344c-44a3-bd2c-ed56a5c09447_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_photoreal_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988255483410399242/50e32e1c-dd40-429b-8d0b-b438db46de43_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988255244775489606/5f8f5b83-3dfb-440b-8b08-b7236120cc0e_jesse10am_a_new_space_light_from_above_stars_futuristic_sci-fi_fantasy_blues_and_whites_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988255081549938768/5ade3f61-b8a2-42d9-98b6-19012416ca1f_EnkiDorado_map_of_a_fantasy_country_coastline_faded_paper.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988254802783907860/3d8765af-f5be-4ed4-97c0-a5d0d2191423_jesse10am_thing_Karel_Thole_and_Mike_Mignola_sci-fi.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988254700916838430/74543546-b1f0-4bb9-859c-eb382eb9fc2f_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988254671246344222/c722997f-8ff6-4c3e-a522-a9317f28ebb4_jesse10am_people_sitting_around_one_round_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fant.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988254572717936670/34f0369b-79ea-4d9d-a923-37d86efe15c9_Mark_opal_encrusted_swirl_of_bone_ivory_and_wax_ethereal_off_whites_colors_inspired_by_Peter_Mohrbacher_i.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988254399098945606/dacdb79e-6182-4550-bdf1-06bb949a6538_jesse10am_people_sitting_around_one_round_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fant.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988254295809986600/652c68d5-92ab-4445-ae1c-ee0093970e36_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988254041329000458/3b47141a-6648-41ab-a006-0d9828456870_arlen_tektolnes_nurgle_medic.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988253767310901288/2a73e762-27d2-4dc4-9886-8872f698574b_EnkiDorado_map_of_a_fantasy_country_coastline_faded_paper.png\n", "[{'id': '988253767248003112', 'type': 0, 'content': 'when did you start noticing it?', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:27:38.979000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988253651367780372', 'type': 0, 'content': 'who knows though', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:27:11.351000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988253619663015996', 'type': 0, 'content': 'sometimes it feels that way but then i discover a new group', 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:27:03.792000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/985813364968161330/988253582719598613/131759e0-189c-4a54-80a5-34be64c1eb9f_EnkiDorado_map_of_a_fantasy_country_coastline_faded_paper.png\n", "[{'id': '988253563547430912', 'type': 0, 'content': \"when i get back into it it'll probably be at the same level 😂 i don't really sense a true plateauing of finding artists\", 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:26:50.413000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/980292519277514882/988253504986574899/775d6efd-3133-4ec6-8a20-61f7e6bb1238_arlen_tektolnes_nurgle_medic.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988253424334303272/d79c1a69-2b64-44bb-94d2-cb171890e0a6_EnkiDorado_map_of_a_fantasy_country_coastline_faded_paper.png\n", "[{'id': '988253402020581507', 'type': 0, 'content': \"oh I mean I've slowed down because of gpt-3 and cause im out traveling rn\", 'channel_id': '964384155121115208', 'author': {'id': '949534248996585472', 'username': 'EncyclopediaErratica', 'avatar': '79d4c6dd68f892ebc253cafc24d8d8fc', 'avatar_decoration': None, 'discriminator': '4444', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:26:11.902000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982420838810804304/988253111065927720/7ea1a05f-c6b2-4643-ae09-8015d7c166d8_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988253058234482718/69c20e64-25b1-4b8b-b257-37d0605a8fba_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988252930022973460/53b5f7c4-e0f1-4bf8-960d-667df943006f_dilzilla_1800s_circus_freaks.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988252768189972510/82889f65-b5bf-4724-a743-e891f61e4e28_EnkiDorado_map_of_a_fantasy_country_elden_ring.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988252760724107314/52484a3e-67af-40de-88b0-1e119f221628_dilzilla_1800s_circus_freaks.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988252698161872936/b8cf535b-7f93-489c-a6a0-5e9f73fe8e24_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988252691861995540/00cd953c-567f-429f-ab2b-38093d689809_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988252599809634354/f8feb89a-d4c2-44e2-8a84-edf50b8fdf54_EnkiDorado_Vintage_map_of_a_fantasy_country_coastline_faded_paper.png\n", "[{'id': '988252480599117845', 'type': 19, 'content': 'Hahahhaa, melhor que netflix mesmo', 'channel_id': '982420838810804304', 'author': {'id': '188446758911737856', 'username': 'Livia', 'avatar': 'b0abdb8985c8a64a26691772c52c9442', 'avatar_decoration': None, 'discriminator': '8605', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:22:32.218000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982420838810804304', 'guild_id': '662267976984297473', 'message_id': '988252232988377088'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252466678214686/2471bf93-4c38-4a3f-87e7-8c4e653b973d_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988252462328737802/76dc306d-f712-40d2-affa-4fa54d83095f_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252461590523904/6a672271-9691-4ffd-baa5-f48afe5fbc4a_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252393563111424/9658364f-ecd9-4f46-b8a7-c2d444f3431a_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988252351989174282/3ccc2d4e-66a7-4fd2-b696-8241ab19b4aa_jesse10am_a_new_space_light_from_above_stars_futuristic_sci-fi_fantasy_blues_and_whites_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988252304727736381/615a2a33-79b3-42bc-8ca8-0b0274e6ce62_Livia_monolith_photorealism_jungle.png\n", "[{'id': '988252232988377088', 'type': 0, 'content': 'Lívia tá arrebentando heinnn', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:21:33.183000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982420838810804304/988252228542427166/6275ed39-ca6e-4d56-9c99-55544395aa02_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988252193708716042/7b28f0fa-5808-4d86-9d26-156f1559fcea_Mark_jewel_encrusted_swirl_of_bone_ivory_and_wrought_iron_in_the_form_of_a_skull_ethereal_off_whites_colo.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252132585140254/957d232d-31c9-44e4-9d43-2351667fde97_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252102537142272/35c83f60-d362-4534-b32f-f21ed23cd437_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988252068626169876/b141614b-e681-4190-b92d-5cdffff631da_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988252055565111387/9c356e65-e3a5-468c-af59-e6a4e63d340b_jesse10am_people_sitting_around_one_round_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fant.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988251977941123132/ee4652a7-c105-4e88-b935-d2f1cb66f92c_jesse10am_floating_3D_pentagonal_object_with_many_eyes_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988251866599161926/88001c23-4d7d-409f-88e2-0bcfd3f63d1e_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988251784969596958/8051e5ea-9d42-4505-99de-fc097db91496_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988251780905332777/d08c57aa-0f28-4879-8f83-a1315da38195_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988251768511135764/fc1529ea-02b1-4089-9146-ebddb771122b_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251653792727091/c333d183-e311-4af4-a093-8453fb0d8920_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988251520418066432/090cce74-adec-4202-9408-222070a07c49_jesse10am_people_sitting_around_a_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fantasy_blue.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988251514650898522/6cd4629b-c083-49f5-ab6c-b4fc0210cef7_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988251486985285673/ae4d556e-c138-4efb-a26e-51a327ceacdd_jesse10am_people_sitting_around_a_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fantasy_blue.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988251356928278578/d94ad1d0-e029-4252-beb4-8933ef3892cc_sapadog_guitar.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988251294051491901/ccf14399-f489-40c3-9449-b39e17c0aff6_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251281011396678/a6e4eb8f-019d-404f-a673-046f1968e532_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988251230138683432/46506635-b1db-4b04-8de8-c91df8ba004e_jesse10am_people_sitting_around_a_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fantasy_blue.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988251228112818256/a349dc16-a538-4aa3-9b1c-91ef45b3ac63_EnkiDorado_Vintage_map_of_a_marshy_country_faded_paper.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251222798659664/5b8ca4b4-f8e5-4d3c-9e59-a6ddfa1d1602_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251214363918336/2482788e-a3fe-4565-9194-d3a765125fd3_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/988028621421686834/988251140611272744/a316c7ab-0d1e-44ec-8436-a6fea8ef1461_StevenMertens_bbb.png\n", "[{'id': '988251101046394910', 'type': 0, 'content': 'WTF it does not want to do my think', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:17:03.307000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251094595534938/3a9d1b53-1e03-4029-b8d6-70aa3414bb77_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "[{'id': '988251056125399080', 'type': 0, 'content': '/imagine prompt: beautifully marble sculpted demon, cloth, highly intricate detail, hyper realistic, rendered in vray --ar 9:16', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:16:52.597000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/985644054421336205/988251032314331186/cd207642-a9e0-48b4-a8cb-62039916e3b9_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_Emanuel_lubezki_cinematography_1800s_ultra_detailed.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988251015151255582/55232e31-bfdb-42c1-b103-5c1d4ba24a34_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/985644054421336205/988250981991063602/8d73dad5-02b5-4a15-aaa2-595f1720dae8_sapadog_exploring_Alaska_epic_scenery_splendor_landscape_Emanuel_lubezki_cinematography_1800s_ultra_detailed.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988250945718730802/e69587cd-ddb4-4e71-b585-8ccff0a1ed0d_EnkiDorado_Vintage_map_of_a_marshy_country_faded_paper.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988250919453990982/061586b2-a34d-4b96-99de-b31be895cedd_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988250888495841330/4be023b2-3ae1-4179-a74e-26224ba3c92d_jesse10am_floating_3D_octagonal_object_with_many_eyes_black_hole_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988250801908617236/dd0e04f4-bc29-4fd1-9504-caebf4366efe_jesse10am_floating_3D_octagonal_object_with_many_eyes_black_hole_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988250723722620928/65eaafb4-aa75-4551-8e99-26de398c21cf_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988250646509670451/0f314703-eb33-4ba6-8565-4fe646344436_Livia_cenote_with_monolith_inside_photorealism_35mm.png\n", "[{'id': '988250490066317332', 'type': 19, 'content': 'Wtf', 'channel_id': '982420838810804304', 'author': {'id': '188446758911737856', 'username': 'Livia', 'avatar': 'b0abdb8985c8a64a26691772c52c9442', 'avatar_decoration': None, 'discriminator': '8605', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [{'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:14:37.638000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'message_reference': {'channel_id': '982420838810804304', 'guild_id': '662267976984297473', 'message_id': '988249550340886538'}, 'hit': True}]\n", "https://cdn.discordapp.com/attachments/985813364968161330/988250463084347412/fbc98e85-1775-431a-84dd-b7a7a1ba7748_EnkiDorado_Vintage_map_of_a_marshy_country_skull_decoration_faded_paper.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988250436832215040/11e14afc-46f0-4530-a5ce-e83fda1a1037_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988250358398726174/2a240b29-bba0-42cf-8036-fd9dc9306bdd_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988250179020947456/a66905bc-6369-4176-b440-62c37facea7a_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988250137224699914/0c44a019-726c-4cb1-a336-13379a74a092_EnkiDorado_Vintage_map_of_a_marshy_country_text_Fraithe_faded_paper.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988249828129660958/35632c15-1909-4f51-9361-defa5b6128c6_dilzilla_a_gothic_portal_to_the_end_of_time_epic_cinematic_magical_moody.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988249818755387453/dcb7ecd2-2fa2-4885-ab86-ba1940e5a2dd_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988249798098448435/5b8f2a36-3f83-4413-a546-37015a1d8f53_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988249786094329917/c0c79477-efec-4594-b7bd-1bc6ffe020a4_EnkiDorado_Vintage_map_of_a_fantasy_country_swamp_faded_paper.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988249574554624030/d2d544c9-c575-468a-8907-d526b9a690ff_arlen_tektolnes_nurgle_medic.png\n", "[{'id': '988249573547995166', 'type': 0, 'content': 'Wtffff', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:10:59.123000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "[{'id': '988249550340886538', 'type': 0, 'content': '/imagine prompt:Beautifully marble sculpted demons, cloth, highly intricate detail, hyper realistic, rendered in vray, 8k --ar 9:16', 'channel_id': '982420838810804304', 'author': {'id': '425798861680934943', 'username': 'henriquevfx', 'avatar': '85753332c9f85236975c6448c7e5bdd1', 'avatar_decoration': None, 'discriminator': '4005', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T01:10:53.590000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/986306388340928652/988249508288811028/e0a011b6-1af5-4872-b2f8-2f24809fe8e7_dilzilla_a_gothic_portal_to_the_end_of_time_epic_cinematic_magical_moody.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988249466580652032/4cf8c0f9-672d-42a4-a28e-551023c9fe0d_Livia_cenote_with_monolith_inside_light_rays_realistic_highly_detailed_photograph--ar_21.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988249432493547520/48882087-4b2b-4974-916d-e2b6243ee981_EnkiDorado_Vintage_map_of_a_fantasy_country_coastline_faded_paper.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988249420372013096/c7b05ba9-5ce6-4c50-a300-3c9275b220a9_arlen_tektolnes_nurgle_chips.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988249409458430002/fa63f21f-45a0-41a3-9675-3a40e56b5a82_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988249391099936788/c906e09f-0066-409c-bf4e-bfe699d5f618_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988249315589890059/d97ba18a-df6f-4088-8e38-1ee1f9ba453b_arlen_tektolnes_nurgle_icecream.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988249210388348988/3864f0d7-e244-4a2b-bbb9-534ae4121169_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988249072106364968/6f9ecdbb-3618-4de5-9cbe-004373990250_dilzilla_a_gothic_portal_to_the_end_of_time_epic_cinematic_magical_moody.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988248951427858502/dea5c70b-9bc7-4e1d-a49a-1b255197bf72_jesse10am_people_sitting_around_a_table_one_person_is_floating_light_from_above_futuristic_sci-fi_fantasy_blue.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988248950995828786/e622d0d4-7c18-4b5d-b1ef-3060f676c962_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988248857483812874/c15b9e39-7858-4d89-a2f7-5ecbfbae5d34_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988248851515326474/9374fed4-6b75-4f8e-b4ea-449181513d1d_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988248821156937758/9ee12890-5ab3-44b2-bb0b-37f8c5255fad_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988248776542146561/5561f291-5310-4c6a-9c7c-9cac2c2da815_dilzilla_a_gothic_portal_to_the_end_of_time_epic_cinematic_magical_moody.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988248762860318760/ab0e9785-aefe-408d-9fc8-c13970651d84_Livia_cenote_with_a_monolith_inside_light_rays_detailed.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988248726579589130/69104848-1ea4-459f-a0b7-3471feba6654_EnkiDorado_Vintage_map_of_an_old_fantasy_nation_faded_paper.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988248624490242078/207ea9fd-454c-45b0-8164-0fd51b206c93_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/986306388340928652/988248592676446218/6017b036-707d-458c-9372-8932c7f0363b_dilzilla_a_gothic_portal_to_the_end_of_time_epic_cinematic_magical_moody.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988248434844762183/56df6db6-037d-4db4-91a9-17253e00c4d6_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988248416553435186/c68d45cf-44d4-426f-9ef6-76a2a78075a7_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988248290564919306/de3ddb49-7f8c-4e99-a9aa-b8e9e8305b2b_EnkiDorado_Vintage_map_of_an_old_fantasy_nation_faded_paper.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988248289013014558/d87fd36a-3c81-4fd8-a134-c77b5f5a54fe_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988248184637775902/48cc354d-b81b-408b-ad31-599b426b4399_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988248070821126184/64add129-8647-48b7-a7a8-12d1775923b4_EnkiDorado_Vintage_map_of_an_old_fantasy_nation_faded_paper.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988248013027835975/f75d850b-1311-4b92-95a9-a07bdb8365f2_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988247989854289962/ff54c98a-bb76-400a-9dc7-6390d5b2a910_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247986154905600/701d8513-aa75-42ee-a1ad-00f5f2840a37_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247983013384282/509d8494-b94d-4b36-96c0-eeb1e561ff2d_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988247861332434954/408d9d3c-9c7d-4a59-ae67-393256dd309b_Doodles_A_mysterious_alien_space_ship_sitting_inside_of_an_aircraft_aircraft_hangar_with_rock_walls.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988247840696451082/2988ded3-4342-4aa3-b649-87e5a36343a2_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247805514621009/0ab54c32-1ab2-472a-a373-082fe70608dd_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988247710664642630/4a122d96-c63e-4c8f-b931-f16e2602f9ea_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988247695120535572/656efcfe-8333-49d7-9e62-167712ae098c_Livia_ufo_light_beam_abduct_cow_detailed_dramatic_lighting_arstation_concept_art.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247693866446848/2821a5f5-f2d9-4664-a4af-ab98b083b9ae_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988247638807826482/18e219b7-f7d3-482c-9e40-fb0e3ad23002_jesse10am_floating_3D_octagonal_object_with_many_eyes_black_hole_spooky_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/985813364968161330/988247568536461342/4b2dd03b-0e3f-4099-8ebe-9077ab9869aa_EnkiDorado_Vintage_map_of_an_old_fantasy_nation.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988247460411490384/8847a240-22a7-4ffe-8090-9211b5f20375_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247430397063178/d76d040f-f1e6-44d8-a960-ac90e32301b7_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247365142085692/b9851f8e-e1f2-4bf0-8892-c1cbdea62f86_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988247346263494706/8d36aec6-174c-4570-ac80-7028b86e31d5_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988247145423454218/d7337220-7c79-4532-9812-be2028a457d1_Livia_mushroom-shaped_ufo_with_light_beam_dramatic_lightinh_highly_detailed.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988247035788529664/ff27b000-2249-4184-8bbf-92fae9d81f34_Livia_cow_abducted_by_ufo_render_v-ray.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988247000589930516/57e7b4e5-8b7e-47bc-a77b-e0dc193df945_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988246943136374824/5736a212-b1ef-42e5-908f-8b29481f32ae_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988246922601041950/87234e69-df32-4c72-a2ab-6bbb29046f17_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988246849049731142/3265a75d-f964-4a3b-8fe2-c4fc32224fe1_Livia_mushroom-shaped_ufo_with_light_beam_dramatic_lightinh_highly_detailed.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988246592467394640/46afaf50-0101-4e42-8c29-43d3d8e4cfc8_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988246473001025576/9f0329bf-82e0-418e-9145-3860c19af7ab_Livia_mushroom_shaped_ufo_with_beam_highly_detailed_realistic_16mm.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988246449047343194/6929e3cd-989d-4482-be43-d00ed5b56064_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988246444056121344/e470bbf1-e892-46f1-b44d-b47aa2bb18db_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988246443745747016/152b9927-284a-4c74-95c4-0a6ce5b09c14_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988246339546669146/4074b74f-2c98-40ac-9f9d-e306c9bef43e_DataLorean_a_clockwork_gold_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988246337445330964/dc2bd6c2-2c65-4542-b817-ba52d986d62f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988246271036915712/323feb4a-d8f8-4dfc-91f0-3a21e022a0ce_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988246231497211904/ae7581af-eabd-428c-a7cb-3d03fa69a0e0_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988246147904720896/7db928f7-5372-4f75-99bb-78e71b2f77ae_Livia_ufo_beam_on_top_of_botanic_garden_detailed_dramatic_lighting.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988246120348131328/6c6fb480-57bc-4564-b2c5-76f19279306f_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988246116023808011/91ed5bf1-4273-4751-b347-2f7cbf99a17e_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988246084654608425/15a6bae9-547d-4c47-a73d-a22a2d934ea0_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988245888004653057/aadaddaa-e9ef-49ce-8dee-f3c1ef6aaba8_Livia_ufo_beam_on_top_of_botanic_garden_detailed_dramatic_lighting.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988245851363233832/a50f205c-104d-409a-b157-8b1e18ec68df_jesse10am_floating_3D_hexagonal_object_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988245833923330159/c2da4669-2552-4ccc-8638-c2088b13a21c_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988245826130313236/811876d6-e1c9-4f7e-a14d-f20de6aab0b5_DataLorean_a_copper_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988245791963492403/45495522-4774-45f3-b179-da23d67982ac_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988245725525737545/f1133dd9-d237-4f02-981f-5e9a99961ee5_Livia_ufo_beam_on_top_of_botanic_garden_detailed_dramatic_lighting.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988245696773779496/15c64bb5-7f79-4843-99b2-da170da302cd_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988245694299115550/1f612df8-3feb-4e95-b2fe-7bc83e1e1c72_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/982420838810804304/988245556063256606/63b27a83-2fe4-4f0b-9a60-ebb6685e0d7f_Livia_ufo_beam_on_top_of_botanic_garden_detailed_dramatic_lighting.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988245538396831804/ff15b6e5-d907-41cd-a09f-aaaaca0e7cd7_jesse10am_floating_3D_hexagonal_object_sci-fi_by_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988245383694143549/b118c989-0e51-4b16-8106-d9bbfffd7224_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988244984639668234/817720a9-e246-4a64-a313-27862d4ae23f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988244873037639741/114bc481-a882-44b4-ab6f-8505d511d880_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988244735560925284/9ece6613-c50a-43a6-b574-ddebbeb694ae_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988244732004143144/d1d3732c-14b6-4333-8f1e-074bc0a886fe_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988244589049679882/64581d64-28af-4b33-9c00-c83f58484637_jesse10am_the_mind_field_sci-fi_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/967613887744708629/988244571014185061/c971aa07-8596-4219-9383-5399b8cffa64_NeatherRealm_Opey_Taylor_by_Shell_Silverstein.png\n", "https://cdn.discordapp.com/attachments/982867438905491546/988244554165665802/7ab22659-2063-4894-ad3e-4c6ce836a526_jesse10am_the_mind_field_sci-fi_Karel_Thole.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988244401434267708/2f9ed00e-288b-44d4-a284-c526b2851c44_Feonix_giant_desert_with_mountains.png\n", "https://cdn.discordapp.com/attachments/988240714737524816/988244068154880000/7e63de4e-d376-4c13-8484-0fa0f72af18c_LONG_Leafy_colorful_tree_of_life.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988244055068651580/8e885db3-fa19-46c6-86b9-5d5632d91335_NUKSITA__hyperrealistic_trail_cam_footage_of_a_man_in_a_adidas_track_suit_breakdancing.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988243765011562506/c6cfdeeb-1239-4060-8b4b-94179658757b_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988243728735010816/53366f97-580b-4923-8778-138cf738467f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988243597499437096/07476cdd-4927-48c2-a955-b0c3c4cd3182_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "[{'id': '988243535960617020', 'type': 0, 'content': \"do u think we're reaching some kind of performance asymptote with finding new artists? i feel like its been less lately\", 'channel_id': '964384155121115208', 'author': {'id': '556306140879650827', 'username': 'surea.i', 'avatar': '4246502caf009c7133ab6c39ae2f847d', 'avatar_decoration': None, 'discriminator': '1160', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T00:46:59.650000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/966180267544940614/988243340489273384/a71ecdd3-d218-40a5-8858-e5ac27dd369c_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988243210629447710/542156d9-309c-4f54-b667-cd398e8f35a1_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988242658625474600/e6e65113-5ecf-421c-ad29-f2f0258005d3_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988242597279567942/e15abb11-e443-425c-a0aa-990832f9042a_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988242530262978610/533bf0f7-ac96-4a42-b016-a7a4a6c5ed25_surea.i_artwork_by_ben_wooten.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988242371940601896/2651c808-33c8-46df-a1b5-eefa4d62630f_arlen_tektolnes_nurgle.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988242371219177472/d65235ea-aa22-400a-8dfa-5c2d17a63458_surea.i_artwork_by_g._willow_wilson.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988242346028191794/f25f870e-bd9f-4302-88e0-9d9c28884e3a_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988242250888802364/9e6a31ca-3414-4148-b7d1-1623a65aa1b2_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988242147956359188/25edbae5-a568-4b48-b6d3-5a5b5268ca81_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/988240714737524816/988242070290432010/51ca5803-9ba8-4bad-b42e-5f85617ba2ff_LONG_Tall_wonderland-like_colorful_tree_of_life.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988242041676914718/143ba1a6-007c-4892-af14-4c194b3c3f56_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/988240714737524816/988241991450116106/3f297963-15dd-4f76-8cb0-d60abfaeb336_Vash_The_Sandman_Colored_tree_of_life_with_holographic_projection_leading_to_the_Metaverse.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988241965785186314/8a1f799d-bc92-4905-83c7-665d18913942_Doodles_A_mysterious_alien_creature_saves_a_person_from_a_crashes_starship_on_a_different_planet.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988241895304101938/42d34844-4248-43f0-90af-1afaa40e8274_arlen_tektolnes_nurgle_pizza.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988241874026381412/98c5ed07-6438-41d1-a5e6-c8b35c536967_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988241828782432286/d1973147-dfe2-4c80-9ceb-b2fea0c51f84_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988241788164771850/22368fdb-9cc6-4129-9e4d-ae6b6971c4fa_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988241591250583672/cb72b33a-b157-4254-b95b-d9e7429ecbaf_arlen_tektolnes_nurgle_pizza.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988241463047495720/16c0ca6d-ef63-4556-a438-4cb216bebb5b_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988241283090898974/9bdf23fd-997d-47d5-bb50-dc8c3e7cccfa_Feonix_giant_desert_with_mountains.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988241009790042112/574a7556-e712-4bbf-9786-46261e478650_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/988240714737524816/988240993398685766/c1fb402c-bb7f-42b4-a63e-585ba76d4682_LONG_Colored_tree_of_life_with_holographic_projection_leading_to_the_Metaverse.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988240870010654750/747862bf-64bb-49c2-8cdf-4e0d2ee6d1e9_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988240805133181008/026eae01-033d-4d7f-a156-0d010ea1e917_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "[{'id': '988240717224747078', 'type': 0, 'content': 'long', 'channel_id': '988240714737524816', 'author': {'id': '984322471551443004', 'username': 'LONG', 'avatar': None, 'avatar_decoration': None, 'discriminator': '1476', 'public_flags': 0}, 'attachments': [], 'embeds': [], 'mentions': [], 'mention_roles': [], 'pinned': False, 'mention_everyone': False, 'tts': False, 'timestamp': '2022-06-20T00:35:47.611000+00:00', 'edited_timestamp': None, 'flags': 0, 'components': [], 'hit': True}]\n", "https://cdn.discordapp.com/attachments/964384155121115208/988240369307242526/d9ec2559-2ee0-40d2-866d-3404003f5e39_surea.i_artwork_by_g._willow_wilson.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988240223093813308/3a59fb26-5cae-4abc-bd1b-c16337595d03_Doodles_A_mysterious_alien_creature_saves_a_person_from_a_crashed_starship_on_a_different_planet.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988239867794309140/e043a21d-aff5-444f-8e7a-3587e901b5a9_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239706074538075/8a0450a8-063b-42df-b213-eced3dc97d72_3rdGenMoon_a_man_asleep_his_soul_vibrating_out_of_his_body_rising_to_the_heavens_golden_mist_Astral_travel_heav.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239631847940156/8f5913e3-2547-49b8-8838-2ffd40f7a3c5_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239629578809374/ae6d066a-e746-4c07-9f14-e0d3f87f738e_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239514860404736/65cb50df-f7e5-4d32-bbff-d2bacad1ad0f_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239406303412254/8e3e2bd7-4128-4958-9aec-006e505ed62a_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/966180267544940614/988239355556532264/a9f6e5e4-ab50-481c-8c23-7122da7457e1_DataLorean_a_brass_ultron_from_age_of_ultron_by_beksinski_unreal_engine.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239331795824660/fd2d2e5f-aa17-42d4-8a07-b52680ca7ca2_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988239290892972072/856efced-3e75-4c07-be51-aefaee6d4163_Feonix_giant_desert_with_mountains.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239217429717012/75acb7d2-eb52-4281-856c-faebf5962b73_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239082712858654/dbcab832-1ffe-4684-afe2-00ae64b77354_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988239033752760330/8f035f99-40d4-4565-922b-566d5ceb772d_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238904832426014/73d5ea35-fd96-4414-94c5-7a5c3dbf46bd_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988238874327257108/5c25d52c-a093-43a1-ac86-2abe4e0a7b76_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988238847089475604/624f7953-bf5e-421d-b1af-f457e98a4671_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/986302219223711876/988238784430755922/5ce3b83e-a011-4b20-9584-ba32716aadf7_Doodles_A_mysterious_alien_creature_saves_a_person_from_a_crashes_starship_on_a_different_planet.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238740679983164/26d1a444-4431-457f-b03c-ac463509bf7b_3rdGenMoon_point_of_view_from_above_the_tree_tops_noggt_time_moonlit_flying_above_pine_trees_snow_covered_groun.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988238706408321064/e0c24f84-12c6-4f63-ab64-1da391a481af_Doodles_Ghost_of_Tsushima_landscape_painting.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238697390567484/9ed6cdf9-b9bb-4f17-a4c0-58847d599c2f_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988238651894951966/4cc7d7a3-6944-41a5-81c9-509bd85826a0_arlen_tektolnes_nurgle.png\n", "https://cdn.discordapp.com/attachments/987161851672539166/988238472080936960/8be46221-a1c7-477f-be8e-6f09502eff54_Doodles_Ghost_of_Tsushima_landscape_painting.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238445799432322/5448467b-485e-4097-aa4f-1c3a4ac1bd73_3rdGenMoon_a_man_asleep_his_soul_vibrating_out_of_his_body_rising_to_the_heavens_golden_mist_Astral_travel_heav.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238432738365480/2e11f8b6-78db-457f-a331-a305dbfdbbb1_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238333765374022/8e1f9097-d33a-4a19-857b-26f3c2b75b42_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238290631155742/dedcbafa-e5f7-4e1e-a6d3-51053478da55_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988238160091815956/d408f103-8d70-4f21-a28e-75bc7297ad89_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238106555740220/74f14b9f-7248-4dba-acdd-80b34695101a_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988238098439745616/4bc47051-7a70-4427-8626-ce19db5de7f7_arlen_tektolnes_nurgle_pizza.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988238007901491220/1aace6d5-6e41-4f08-b02b-4519bdfc8005_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237988590919730/479c6b70-887a-4788-9555-bef643acc48a_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237781509738536/620ee6f2-5021-43d1-8725-258fa27bd588_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988237756000002139/dbba39ed-63d9-4f97-9df9-1d8ec79e0bf0_NUKSITA__a_man_in_1800s_clothing_with_wings_coming_out_his_back_walking_down_a_trail_going_to_a_cathedral_in_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237741626126406/6cccace7-234e-47df-af01-5df5a6141d76_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237671228923905/fbac0d8d-2c47-4f42-8f19-7ac657d9b98f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237603897770025/0396553a-2f92-402d-9ad6-f495fa2690f4_3rdGenMoon_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237351446777888/597e3b22-a9ba-4075-820b-bfb6a253bc98_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237351295795210/3482f8d1-838b-4d65-a25c-ae53bfbc516f_3rdGenMoon_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237329934221342/fcbf95da-5cad-425a-aa54-5bd55957ed6b_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237328667529216/adc808f5-dd75-43af-8b1a-fd146839db07_3rdGenMoon_None.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237319477817444/994371c1-2f67-4022-8269-45818285324d_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988237221746327592/eb0154af-1b30-4331-8d87-dc47bede5100_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988237194470764624/7ca44b37-0738-40b0-884a-036b0b8cfa15_3rdGenMoon_Mandelbrot_aerial_shot_of_a_Neverending_pit_to_an_inner_earth_biodome.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236970415226900/2907e07f-5f60-421f-875a-3f61ec552a4e_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236946570620949/20eabd77-b145-4db9-a922-9ea7c432fe3b_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236918816923658/2f0d6600-863f-4137-8a0c-1e580d696a8a_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236858582507590/f54dde5d-01cd-4aca-894b-b367e28e5872_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988236760830058586/6bc9daf0-cebf-4535-9ef5-fae410fa48c3_NUKSITA__To_much_of_this_forceThe_lack_of_structureMy_life_burntReflecting_a_forest_in_flamesTime_withdrawsHa.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236744640045066/588216d1-13a7-4281-9d91-df4e6dc6d656_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236542399102976/c674b7a8-9cdb-42c2-a1cd-8e54cb997c5a_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236536367693854/246070eb-c307-4bc4-8193-80e766464979_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/984416776286797844/988236516490903562/d4b558a4-cffe-4b28-88a7-74c646bd36a0_Feonix_giant_desert_with_mountains.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236425772290048/88a679f9-b997-41b5-a39a-2e21abf673bb_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988236399151022140/06d9d5e3-1cb0-4ba2-8b3d-ceaba05f3b2b_NUKSITA__hyperrealistic_portrait_of_a_beautiful_mermaid_with_long_black_hair_olive_skin_red_eyes_face_of_Hall.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236361909821440/8c6b8907-e4d7-4a2a-aaba-03c61f267ca7_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236311020339280/dbef7fa0-ad22-4bce-9075-04287aae0902_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236249137561650/158b42e1-5c57-494c-bee8-8b32c5ed0593_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236187619704832/f4ba4bc7-0c5d-407a-aebf-d34b20f4c3d7_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236136587603988/a227d320-3098-4752-823c-3daf828c02d4_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236075258486804/138f6763-44b1-4f3c-aae9-f721497ad9af_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988236023349800980/edfb4bf8-5088-4e08-9db1-28ff4971813a_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988235994593628190/fad1e6f3-7cb8-49bd-a955-6713133fb178_NUKSITA__hyperrealistic_portrait_of_a_beautiful_mermaid_with_long_black_hair_olive_skin_red_eyes_face_of_Hall.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235829648441354/aeda88ac-b50a-4e1c-a685-491854cca8a5_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988235811348701184/5c55e14b-ff1c-48c9-b591-8fc661bcc15a_3rdGenMoon_in_my_sleep_I_travel_through_dimensions_into_a_different_density_5th_dimension_octane_rendered_8k.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235725923299358/ac9fe6ba-b697-4217-b05d-d2bed7ed5563_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235627101323284/2b8ab50b-6250-425d-999d-e0320845c2a1_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235623250927706/59f95c60-f649-4a9b-aa3c-c1f8bb6d03c5_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988235610496073748/3f33d24a-04f4-4f05-9eb1-b5ecdbba3286_3rdGenMoon_point_of_view_from_above_the_tree_tops_noggt_time_moonlit_flying_above_pine_trees_snow_covered_groun.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988235509992157274/b2d65561-6397-46c5-9f9e-e95fae83c4ec_arlen_tektolnes_cyberpunk_phalanx_security_riot_gear_advertisment_poster.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235474541895742/17da5c56-0448-4fe0-b39f-4062cda4df44_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/980292519277514882/988235377724780614/a489dc39-2980-4454-8e9f-baf9a07a7372_arlen_tektolnes_cyberpunk_phalanx_security_riot_gear_advertisment_poster.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988235342194815096/0e334417-766c-4a73-9d4f-79a45fadd6ab_coolguynachos_Man_and_his_dog_standing_on_a_dull_grassy_hill_at_the_outskirts_of_a_smoldering_city_post_apocalypti.png\n", "https://cdn.discordapp.com/attachments/964384155121115208/988235300075634688/db45c068-2577-4948-bbaf-e48d52a49b4f_surea.i_artwork_by_naoki_urasawa.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235169293008916/4634f0cb-e661-43ba-a8ea-b623d3c73712_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235150229897236/70d490a6-1b50-41a0-a564-03bd9992511d_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988235087428599839/00ada2cb-6b21-4a6a-b913-86ba2c5e9fec_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234962434142208/53d67802-a9f3-45fa-b0b8-e7f9acd05a0f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988234882310357033/1eb23f7e-6e20-430b-a67e-edaa3cdb99b6_3rdGenMoon_extreme_close_up_of_an_intricate_wooden_futuristic_key_with_glowing_circuitry_highly_polished_extrem.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234783500959754/5974ba57-7aba-427d-b0b5-6d1a7698cb50_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234602286051378/4510a2e1-983f-4ce2-9710-41b5df88a3bd_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234556685582416/d2e80a57-bd12-4dc6-8d11-a39b2e083cf8_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234485764079687/67063e1c-2e51-48d9-bd84-911f9ba9cc1e_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988234477706833990/65885771-cae8-4519-a233-e7550856b82b_NUKSITA__hyper_realistic_mermaid_with_black_hair_and_pale_skin._Swimming_towards_surface_of_water_render_octa.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234445662347314/343b3e35-bc2a-4d9a-88d7-2c96ec4feb83_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234320277811210/52902b86-5847-42d8-baad-a2d5c22a7ce1_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983542633873965096/988234130481356810/f8ab8dcf-bc18-41dc-90f4-83b573c8ff90_NUKSITA__hyper_realistic_mermaid_with_black_hair_and_pale_skin._Swimming_towards_surface_of_water_render_octa.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988234067684241418/f98a6c84-0ed7-4d3b-8cb0-d8bb8e4457d8_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988233929532248104/55b3feff-90e3-439a-8982-7dcb2bfa6497_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/981545067779088384/988233827476439110/211dc4c9-8e51-499e-87f9-c6dba35986d6_Mark_ivory_sculpture_of_a_raven_ornate_detailed_carving_ethereal_off_whites_colors_inspired_by_Peter_Mohr.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988233762791899167/6be1decb-2210-4109-92bf-ca79a8cea14c_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988233591676895342/5da76066-bb23-429f-811c-0685431ec55b_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988233373434650654/40eb7d26-db7d-454d-8d2a-64d6efac81b1_3rdGenMoon_a_man_asleep_his_soul_vibrating_out_of_his_body_rising_to_the_heavens_golden_mist_Astral_travel_heav.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988232964905242664/fcf83e31-60b5-418e-9e1a-8377531b06a7_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988232952234250301/0e30e94d-e62c-4af1-89b8-0327795c96b8_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988232859619823616/f50261c8-fc26-40f5-a7c9-d9fee5ab667a_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/983778012401119242/988232782314635294/947935ab-31bf-4a33-98ac-da75b179871f_3rdGenMoon_.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988232489246015488/fe99b294-302c-41c5-8670-78aec5ee552f_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988231927309934612/e7ced5bf-b152-4896-a125-a1bdee5d0ff0_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988231778584113193/31fa04a2-5aba-45d4-9c87-99835e0a4d5d_ameades_graffiti_on_a_wall_at_the_end_of_a_intricate_swirling_tunnel.png\n", "https://cdn.discordapp.com/attachments/952585207331049573/988231747651121162/61bec1ba-965a-473d-a550-7245ddc7fa38_ameades_automated_self_checkout_Roman_chariot_racing.png\n" ] } ], "source": [ "for msg in jsn['messages']:\n", " try:\n", " print(msg[0]['attachments'][0]['url'])\n", " except:\n", " print(msg)" ] }, { "cell_type": "code", "execution_count": 28, "metadata": {}, "outputs": [], "source": [ "import requests\n", "\n", "response= requests.get(url=\"https://cdn.discordapp.com/attachments/982990243621908480/988479101637632000/b4602273-8aea-4759-9494-31068256aa92_MissTwistedRose_cats_with_many_eyes_floating_in_colorful_glowing_swirling_whisps_occult_inspired_emerging_from_the_v.png\")" ] }, { "cell_type": "code", "execution_count": 29, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "" ] }, "execution_count": 29, "metadata": {}, "output_type": "execute_result" } ], "source": [ "response" ] }, { "cell_type": "code", "execution_count": 30, "metadata": {}, "outputs": [], "source": [ "with open(\"research/image.png\", \"wb\") as f:\n", " f.write(\n", " response.content\n", " )" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.6" } }, "nbformat": 4, "nbformat_minor": 2 }