From 0effa0daf44ea4df598223baf2e8f3a3531e607f Mon Sep 17 00:00:00 2001 From: pfero Date: Tue, 2 Apr 2019 13:03:45 +0200 Subject: [PATCH] It's ogre --- bot.py | 74 +- foolsbot.log | 16362 ++++++++++++++++++++++++++++++++++++++++++++++ getpins.py | 23 + pin.py | 17 + pinlog.txt | 189 + post.py | 17 + rank.csv | 171 + rank.py | 39 + restoreemoji.py | 2 + 9 files changed, 16889 insertions(+), 5 deletions(-) create mode 100644 foolsbot.log create mode 100644 getpins.py create mode 100644 pin.py create mode 100644 pinlog.txt create mode 100644 post.py create mode 100644 rank.csv create mode 100755 rank.py diff --git a/bot.py b/bot.py index cb050ab..17f6b79 100644 --- a/bot.py +++ b/bot.py @@ -17,23 +17,71 @@ def url(str): return None def checkext(str): - return splitext(basename(str))[1] in [".png", ".jpg", ".jpeg"] + return splitext(basename(str))[1].lower() in [".png", ".jpg", ".jpeg"] class Client(discord.Client): async def on_ready(self): print("Logged on as", self.user) self.emoji_lock = Lock() + self.pin_lock = Lock() self.lastime = None + self.lastime_doors = None + + async def on_reaction_remove(self, reaction, user): + message = reaction.message - async def on_message(self, message): if message.author == self.user: return if message.channel.name != "suggestions": return + if reaction.emoji == "📌": + print("[UNPIN]", ("%s#%s" % (user.name, user.discriminator)) + ":", message.id) + + async def on_reaction_add(self, reaction, user): + message = reaction.message + if message.author == self.user: + return + + if message.channel.name != "suggestions": + return + + if reaction.emoji == "📌": + print("[PIN]", ("%s#%s" % (user.name, user.discriminator)) + ":", message.id) + + if reaction.count >= 4: + async with self.pin_lock: + chan_pins = await message.channel.pins() + if len(chan_pins) >= 50: + pins = [] + for pin in chan_pins: + for react in pin.reactions: + if react.emoji == "📌": + pins.append((pin, react.count)) + pins.sort(key=lambda x: x[1], reverse=True) + await pins[0][0].unpin() + print("[PINNED]", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", message.id) + await message.pin() + + async def on_message(self, message): + if isinstance(message.channel, discord.DMChannel): + print("[DM]", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", message.content) + return + + if message.author == self.user: + return + lowermsg = message.content.lower() + if "doors" in lowermsg or "🚪🚪" in lowermsg: + if not self.lastime_doors or self.lastime + timedelta(minutes=5) < datetime.now(): + await message.channel.send("End your fucking life, you worthless piece of shit.") + self.lastime_doors = datetime.now() + + if message.channel.name != "suggestions": + return + if "why" in lowermsg and ("happening" in lowermsg or "habbening" in lowermsg): if not self.lastime or self.lastime + timedelta(hours=1) < datetime.now(): await message.channel.send("https://i.imgur.com/SFRw7aJ.png") # seedot.png @@ -70,6 +118,20 @@ class Client(discord.Client): image_name = splitext(basename(parsed.path))[0] image = part + # if image and remove: + # async with self.emoji_lock: + # for emoji in message.guild.emojis: + # if len(message.guild.emojis) <= 35: + # break + # # if emoji.id in remove: + # if emoji.id == remove[0]: + # try: + # print("", emoji.name + ":", emoji.id) + # await emoji.delete() + # print("[DEL EMOJI]", emoji.name + ":", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", emoji.id) + # except: + # pass + async with self.emoji_lock: for emoji in message.guild.emojis: if len(message.guild.emojis) <= 35: @@ -78,7 +140,7 @@ class Client(discord.Client): try: print("", emoji.name + ":", emoji.id) await emoji.delete() - print("[DEL EMOJI]", emoji.name + ":", emoji.id) + print("[DEL EMOJI]", emoji.name + ":", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", emoji.id) except: pass @@ -113,16 +175,18 @@ class Client(discord.Client): try: print("", emoji.name + ":", emoji.id) await emoji.delete() - print("[DEL EMOJI]", emoji.name + ":", emoji.id) + print("[DEL EMOJI]", emoji.name + ":", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", emoji.id) except: pass print("", name + ":", image) ret = await message.guild.create_custom_emoji(name=name, image=image_data) if not isinstance(ret, int): - print("[NEW EMOJI]", name + ":", image) + print("[NEW EMOJI]", name + ":", ("%s#%s" % (message.author.name, message.author.discriminator)) + ":", image) else: time = "%d minutes and %d seconds" % (ret / 1000 / 60, ret / 1000 % 60) + if ret > 60 * 60 * 1000: + time = "%d hours, %d minutes and %d seconds" % (ret / 1000 / 60 / 60, ret / 1000 / 60 % 60, ret / 1000 % 60) print("[RATE LIMIT] Wait", time) await message.channel.send("We're being rate limited by discord for %s 😔" % time) except: diff --git a/foolsbot.log b/foolsbot.log new file mode 100644 index 0000000..2fb9c7f --- /dev/null +++ b/foolsbot.log @@ -0,0 +1,16362 @@ +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562186414033207306/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562186414033207306/350459505017880578.png + exhausted: 562186417095311380 +[DEL EMOJI] exhausted: StarMagician#5358: 562186417095311380 + crangry: 521702797885046788 +[DEL EMOJI] crangry: fonnymunkey#4059: 521702797885046788 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562186535701577748/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562186535701577748/350459505017880578.png + exhausted: 562186539778572298 +[DEL EMOJI] exhausted: StarMagician#5358: 562186539778572298 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562186548280295434/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562186548280295434/350459505017880578.png + exhausted: 562186552617336843 +[DEL EMOJI] exhausted: Tommo#7032: 562186552617336843 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562186616500781068/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562186616500781068/350459505017880578.png + exhausted: 562186619713748993 +[DEL EMOJI] exhausted: Alonso#1219: 562186619713748993 + angery: 300342243988996097 +[DEL EMOJI] angery: fonnymunkey#4059: 300342243988996097 + dontdothat: 498986944232030210 +[DEL EMOJI] dontdothat: fonnymunkey#4059: 498986944232030210 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562186725468667924/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562186725468667924/350459505017880578.png + whip: 440551057169448961 +[DEL EMOJI] whip: fonnymunkey#4059: 440551057169448961 + you: 285887209880551426 +[DEL EMOJI] you: fonnymunkey#4059: 285887209880551426 + ya_looked: 433676169548791818 +[DEL EMOJI] ya_looked: fonnymunkey#4059: 433676169548791818 + pever: https://cdn.discordapp.com/attachments/373273190547324928/562186915655450647/griffin.png +[NEW EMOJI] pever: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562186915655450647/griffin.png + pever: 562186918683475969 +[DEL EMOJI] pever: Kahn#5271: 562186918683475969 + blobbos: 372420336211460096 +[DEL EMOJI] blobbos: fonnymunkey#4059: 372420336211460096 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562186996315848704/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562186996315848704/unknown.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562187031636344832/unknown.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187031636344832/unknown.png + nyanthink: https://cdn.discordapp.com/attachments/373273190547324928/562187036216524809/4122_thonk_or_miss.png +[NEW EMOJI] nyanthink: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562187036216524809/4122_thonk_or_miss.png + nyanthink: 562187039043354630 +[DEL EMOJI] nyanthink: Alonso#1219: 562187039043354630 + unknown: 562187034307985409 +[DEL EMOJI] unknown: fonnymunkey#4059: 562187034307985409 + unknown: 562186999222632448 +[DEL EMOJI] unknown: fonnymunkey#4059: 562186999222632448 + pikashock: 559722365185949696 +[DEL EMOJI] pikashock: fonnymunkey#4059: 559722365185949696 + exhausted: 562186729176694784 +[DEL EMOJI] exhausted: StarMagician#5358: 562186729176694784 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562187486260887552/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562187486260887552/pigga.png + pigga: 562187489398489089 +[DEL EMOJI] pigga: StarMagician#5358: 562187489398489089 + morphclown: 435277771900583957 +[DEL EMOJI] morphclown: fonnymunkey#4059: 435277771900583957 + mariothink: 435276968380858378 +[DEL EMOJI] mariothink: fonnymunkey#4059: 435276968380858378 + exhuasted: https://cdn.discordapp.com/attachments/373273190547324928/562187779270770698/350459505017880578.png +[NEW EMOJI] exhuasted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187779270770698/350459505017880578.png + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187797251883008/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187797251883008/350459505017880578.png + exhausted: 562187800376770561 +[DEL EMOJI] exhausted: StarMagician#5358: 562187800376770561 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187806387208193/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187806387208193/350459505017880578.png + exhausted: 562187810543501312 +[DEL EMOJI] exhausted: Alonso#1219: 562187810543501312 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187821537034240/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187821537034240/350459505017880578.png + exhuasted: 562187782777470976 +[DEL EMOJI] exhuasted: Alonso#1219: 562187782777470976 + exhausted: 562187824481435650 +[DEL EMOJI] exhausted: StarMagician#5358: 562187824481435650 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187834510016526/350459505017880578.png + 350459505017880578: https://cdn.discordapp.com/attachments/373273190547324928/562187842323742740/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187834510016526/350459505017880578.png +[NEW EMOJI] 350459505017880578: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562187842323742740/350459505017880578.png + exhausted: 562187849424961536 +[DEL EMOJI] exhausted: Alonso#1219: 562187849424961536 + 350459505017880578: https://cdn.discordapp.com/attachments/373273190547324928/562187852096471040/350459505017880578.png +[NEW EMOJI] 350459505017880578: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187852096471040/350459505017880578.png + 350459505017880578: https://cdn.discordapp.com/attachments/373273190547324928/562187867099627521/350459505017880578.png +[NEW EMOJI] 350459505017880578: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562187867099627521/350459505017880578.png + 350459505017880578: 562187862586687490 +[DEL EMOJI] 350459505017880578: StarMagician#5358: 562187862586687490 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187903824953344/350459505017880578.png +[NEW EMOJI] exhausted: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562187903824953344/350459505017880578.png + exhausted: 562187907339649035 +[DEL EMOJI] exhausted: Alonso#1219: 562187907339649035 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562187928931926039/350459505017880578.png +[NEW EMOJI] exhausted: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562187928931926039/350459505017880578.png + exhausted: 562187933386407976 +[DEL EMOJI] exhausted: Alonso#1219: 562187933386407976 + 350459505017880578: 562187850368548865 +[DEL EMOJI] 350459505017880578: sex man#4887: 562187850368548865 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562188003909304331/unknown.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562188003909304331/unknown.png + KANTOOO: https://cdn.discordapp.com/attachments/373273190547324928/562188116622966789/KANTOOO.png +[NEW EMOJI] KANTOOO: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562188116622966789/KANTOOO.png + KANTOOO: 562188120716607508 +[DEL EMOJI] KANTOOO: Kahn#5271: 562188120716607508 + unknown: 562188008581758996 +[DEL EMOJI] unknown: Kahn#5271: 562188008581758996 + 350459505017880578: 562187870388092928 +[DEL EMOJI] 350459505017880578: Alonso#1219: 562187870388092928 + kms: 274597738304503808 +[DEL EMOJI] kms: fonnymunkey#4059: 274597738304503808 + kantoooooooooooooooooooo: https://cdn.discordapp.com/attachments/373273190547324928/562188335108456458/KANTOOO.png +[NEW EMOJI] kantoooooooooooooooooooo: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562188335108456458/KANTOOO.png + kantoooooooooooooooooooo: 562188338539397150 +[DEL EMOJI] kantoooooooooooooooooooo: Alonso#1219: 562188338539397150 + morphon: 342274101504770048 +[DEL EMOJI] morphon: fonnymunkey#4059: 342274101504770048 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562188509054631936/unknown.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562188509054631936/unknown.png + unknown: 562188512175325185 +[DEL EMOJI] unknown: StarMagician#5358: 562188512175325185 + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562188519854964736/exhausted.png +[NEW EMOJI] exhausted: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562188519854964736/exhausted.png + exhausted: 562188523008950273 +[DEL EMOJI] exhausted: Tommo#7032: 562188523008950273 + exh: https://cdn.discordapp.com/attachments/373273190547324928/562188602361118730/exhausted.png +[NEW EMOJI] exh: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562188602361118730/exhausted.png + exh: 562188605196599306 +[DEL EMOJI] exh: sex man#4887: 562188605196599306 + A_FUCKING_WOJAK: https://cdn.discordapp.com/attachments/373273190547324928/562188794678214656/A_FUCKING_WOJAK.jpg +[NEW EMOJI] A_FUCKING_WOJAK: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562188794678214656/A_FUCKING_WOJAK.jpg + A_FUCKING_WOJAK: 562188798470127643 +[DEL EMOJI] A_FUCKING_WOJAK: sex man#4887: 562188798470127643 + 1487215411536s: https://cdn.discordapp.com/attachments/373273190547324928/562188904472510475/1487215411536s.png +[NEW EMOJI] 1487215411536s: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562188904472510475/1487215411536s.png + catt: https://cdn.discordapp.com/attachments/373273190547324928/562188941789495297/1487215411536s.png +[NEW EMOJI] catt: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562188941789495297/1487215411536s.png + 1487215411536s: 562188909304479744 +[DEL EMOJI] 1487215411536s: sex man#4887: 562188909304479744 + catt: 562188946000576523 +[DEL EMOJI] catt: StarMagician#5358: 562188946000576523 + fucker: https://cdn.discordapp.com/attachments/373273190547324928/562189017202950145/49192898_289498354958504_3384948530106859520_n.jpg +[NEW EMOJI] fucker: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562189017202950145/49192898_289498354958504_3384948530106859520_n.jpg + fucker: 562189021057515550 +[DEL EMOJI] fucker: Alonso#1219: 562189021057515550 + 1554102757911: https://cdn.discordapp.com/attachments/373273190547324928/562189145334611991/1554102757911.png +[NEW EMOJI] 1554102757911: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562189145334611991/1554102757911.png + mmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562189200909402122/1554102757911.png +[NEW EMOJI] mmmmmmmmmmmm: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562189200909402122/1554102757911.png + mmmmmmmmmmmm: 562189204721762304 +[DEL EMOJI] mmmmmmmmmmmm: StarMagician#5358: 562189204721762304 + zooweemama: https://cdn.discordapp.com/attachments/373273190547324928/562189221205508097/zooweemama.png +[NEW EMOJI] zooweemama: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562189221205508097/zooweemama.png + zooweemama: 562189224103772171 +[DEL EMOJI] zooweemama: StarMagician#5358: 562189224103772171 + handsome: https://cdn.discordapp.com/attachments/373273190547324928/562189407113969695/comment_w7xY0E788siwe8cULpuCQ9lGAyGPIyEF.jpg +[NEW EMOJI] handsome: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562189407113969695/comment_w7xY0E788siwe8cULpuCQ9lGAyGPIyEF.jpg + handsome: 562189411442229261 +[DEL EMOJI] handsome: sex man#4887: 562189411442229261 + kek: 445246766116241408 +[DEL EMOJI] kek: fonnymunkey#4059: 445246766116241408 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562189536000606218/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562189536000606218/pigga.png + 1511722924578: https://cdn.discordapp.com/attachments/373273190547324928/562189579063394320/1511722924578.png +[NEW EMOJI] 1511722924578: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562189579063394320/1511722924578.png + 1554102757911: 562189149348560899 +[DEL EMOJI] 1554102757911: fonnymunkey#4059: 562189149348560899 + dab: 553261876042268695 +[DEL EMOJI] dab: fonnymunkey#4059: 553261876042268695 + retart2: https://cdn.discordapp.com/attachments/373273190547324928/562189708826902538/images.png +[NEW EMOJI] retart2: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562189708826902538/images.png + retart2: 562189712681467924 +[DEL EMOJI] retart2: sex man#4887: 562189712681467924 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562189846471507968/images.png +[NEW EMOJI] fug: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562189846471507968/images.png + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562189848371527691/350459505017880578.png +[NEW EMOJI] exhausted: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562189848371527691/350459505017880578.png + pool: https://cdn.discordapp.com/attachments/373273190547324928/562189967946940416/que2.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 121, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 129, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(5)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + wow: https://cdn.discordapp.com/attachments/373273190547324928/562190192765698048/9k.png +[RATE LIMIT] Wait 29 minutes and 20 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562190833038917632/unknown.png +[RATE LIMIT] Wait 26 minutes and 47 seconds +ERROR:discord.client:Attempting a reconnect in 0.01s +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 528, in transfer_data + msg = yield from self.read_message() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 580, in read_message + frame = yield from self.read_data_frame(max_size=self.max_size) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 645, in read_data_frame + frame = yield from self.read_frame(max_size) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 710, in read_frame + extensions=self.extensions, + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/framing.py", line 100, in read + data = yield from reader(2) + File "/usr/lib64/python3.6/asyncio/streams.py", line 674, in readexactly + yield from self._wait_for_data('readexactly') + File "/usr/lib64/python3.6/asyncio/streams.py", line 464, in _wait_for_data + yield from self._waiter + File "/usr/lib64/python3.6/asyncio/selector_events.py", line 714, in _read_ready + data = self._sock.recv(self.max_size) +ConnectionResetError: [Errno 104] Connection reset by peer + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 464, in poll_event + msg = await self.recv() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 350, in recv + yield from self.ensure_open() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 501, in ensure_open + self.close_code, self.close_reason) from self.transfer_data_exc +websockets.exceptions.ConnectionClosed: WebSocket connection is closed: code = 1006 (connection closed abnormally [internal]), no reason + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 358, in _connect + await self.ws.poll_event() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 469, in poll_event + raise ResumeWebSocket(self.shard_id) from exc +discord.gateway.ResumeWebSocket: None + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 393, in connect + await self._connect() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 363, in _connect + self.ws = await asyncio.wait_for(coro, timeout=180.0, loop=self.loop) + File "/usr/lib64/python3.6/asyncio/tasks.py", line 358, in wait_for + return fut.result() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 219, in from_client + gateway = await client.http.get_gateway() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 779, in get_gateway + data = await self.request(Route('GET', '/gateway')) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer +Logged on as *Ben Shapiro#5265 +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + uwu: https://cdn.discordapp.com/attachments/373273190547324928/562192603534327814/uwu.png +[RATE LIMIT] Wait 19 minutes and 45 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562193111586045955/unknown.png +[RATE LIMIT] Wait 17 minutes and 44 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562193168565796895/unknown.png +[RATE LIMIT] Wait 17 minutes and 30 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(7)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 84, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 84, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) +TypeError: on_reaction_add() takes 2 positional arguments but 3 were given +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(6)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + download: https://cdn.discordapp.com/attachments/373273190547324928/562193928171028481/download.png +[RATE LIMIT] Wait 14 minutes and 29 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 85, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 +⁉ +⁉ +⁉ +⁉ +📌 + hoddtoward: https://cdn.discordapp.com/attachments/373273190547324928/562194265095012380/hoddtoward.jpg +[RATE LIMIT] Wait 13 minutes and 9 seconds +⁉ +⁉ +⁉ + 220px-ToddHoward2010sm: https://cdn.discordapp.com/attachments/373273190547324928/562194458498826251/220px-ToddHoward2010sm.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 133, in on_message + if not isinstance(ret, int): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Invalid Form Body +In name: String value did not match validation regex. +⁉ +⁉ +⁉ +⁉ +⁉ +⁉ +⁉ +⁉ +⁉ +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 45, in on_message + return +AttributeError: 'DMChannel' object has no attribute 'name' +⁉ +⁉ +⁉ +⁉ +⁉ +⁉ +📌 +⁉ +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(5)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 84, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 84, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + tak_was_bede_gryzl_w_siusiaki: https://cdn.discordapp.com/attachments/373273190547324928/562194968513347584/tak_was_bede_gryzl_w_siusiaki.jpg +[RATE LIMIT] Wait 10 minutes and 21 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 84, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + SPOILER_uhoh: https://cdn.discordapp.com/attachments/373273190547324928/562195399193001984/SPOILER_uhoh.jpg +[RATE LIMIT] Wait 8 minutes and 39 seconds + file: https://cdn.discordapp.com/attachments/373273190547324928/562195551936970754/file.png +[RATE LIMIT] Wait 8 minutes and 2 seconds + ohmy: https://cdn.discordapp.com/attachments/373273190547324928/562195651203694592/ohmy.jpg +[RATE LIMIT] Wait 7 minutes and 39 seconds + obamamagazine: https://cdn.discordapp.com/attachments/373273190547324928/562196281372573696/obamamagazine.jpg +[RATE LIMIT] Wait 5 minutes and 8 seconds + okaymon: https://cdn.discordapp.com/attachments/373273190547324928/562196297449472030/okaymon.png +[RATE LIMIT] Wait 5 minutes and 4 seconds + flat800x800075f: https://cdn.discordapp.com/attachments/373273190547324928/562196396648955924/flat800x800075f.png +[RATE LIMIT] Wait 4 minutes and 41 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562196703713820682/unknown.png +[RATE LIMIT] Wait 3 minutes and 27 seconds + A_FUCKING_WOJAK: https://cdn.discordapp.com/attachments/373273190547324928/562196874883497995/A_FUCKING_WOJAK.jpg +[RATE LIMIT] Wait 2 minutes and 47 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562197060225597440/unknown.png +[RATE LIMIT] Wait 2 minutes and 2 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562197291646189570/unknown.png +[RATE LIMIT] Wait 1 minutes and 7 seconds +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 39, in on_reaction_add + with self.pin_lock: + File "/usr/lib64/python3.6/asyncio/locks.py", line 46, in __enter__ + '"yield from" should be used as context manager expression') +RuntimeError: "yield from" should be used as context manager expression + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562197376664731648/490971460932993042.png +[RATE LIMIT] Wait 0 minutes and 47 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562197415160053761/490971460932993042.png +[RATE LIMIT] Wait 0 minutes and 38 seconds + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197483242127371/pigga.png +[RATE LIMIT] Wait 0 minutes and 22 seconds +Ignoring exception in on_reaction_add +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 39, in on_reaction_add + with self.pin_lock: + File "/usr/lib64/python3.6/asyncio/locks.py", line 46, in __enter__ + '"yield from" should be used as context manager expression') +RuntimeError: "yield from" should be used as context manager expression + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197579777966092/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197579777966092/pigga.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562197583729131528/490971460932993042.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562197583729131528/490971460932993042.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562197590205267968/9k.png +[NEW EMOJI] fug: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562197590205267968/9k.png + FB_IMG_1529044218475: https://cdn.discordapp.com/attachments/373273190547324928/562197596613902336/FB_IMG_1529044218475.jpg +[NEW EMOJI] FB_IMG_1529044218475: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562197596613902336/FB_IMG_1529044218475.jpg + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197600581713933/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197600581713933/pigga.png + shapiro: 562197586837110815 +[DEL EMOJI] shapiro: StarMagician#5358: 562197586837110815 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(5)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 95, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 95, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 95, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 95, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 95, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197663953584138/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197663953584138/pigga.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197667376267272/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197667376267272/pigga.png + fug: 562197593992593409 +[DEL EMOJI] fug: Alonso#1219: 562197593992593409 + blobsweat: 492666515280101377 +[DEL EMOJI] blobsweat: fonnymunkey#4059: 492666515280101377 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197674380754945/pigga.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197686489710602/KANTOOO.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562197687508926465/490971460932993042.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197674380754945/pigga.png + pigga: 562197666973483018 +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562197686489710602/KANTOOO.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562197687508926465/490971460932993042.png +[DEL EMOJI] pigga: fonnymunkey#4059: 562197666973483018 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197700477583379/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197700477583379/pigga.png + exhausted: 562189852204990484 +[DEL EMOJI] exhausted: fonnymunkey#4059: 562189852204990484 + pigga: 562197603484434433 +[DEL EMOJI] pigga: sex man#4887: 562197603484434433 + fug: 562189850288324608 +[DEL EMOJI] fug: Alonso#1219: 562189850288324608 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197716919386114/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197716919386114/pigga.png + shapiro: 562197693351460885 +[DEL EMOJI] shapiro: StarMagician#5358: 562197693351460885 + FUG: https://cdn.discordapp.com/attachments/373273190547324928/562197758576951297/9k.png +[NEW EMOJI] FUG: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562197758576951297/9k.png + D3BQKldU4AI8bDk: https://cdn.discordapp.com/attachments/373273190547324928/562197761680736258/D3BQKldU4AI8bDk.png +[NEW EMOJI] D3BQKldU4AI8bDk: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562197761680736258/D3BQKldU4AI8bDk.png + FUG: 562197763308388353 +[DEL EMOJI] FUG: Alonso#1219: 562197763308388353 + human_turducken_0: https://cdn.discordapp.com/attachments/373273190547324928/562197796409704448/human_turducken_0.jpg +[NEW EMOJI] human_turducken_0: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562197796409704448/human_turducken_0.jpg + fug: 277519403405541376 +[DEL EMOJI] fug: Alonso#1219: 277519403405541376 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562197818249314305/9k.png +[NEW EMOJI] fug: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562197818249314305/9k.png + fug: 562197822573903872 +[DEL EMOJI] fug: Alonso#1219: 562197822573903872 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562197836826148875/490971460932993042.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562197836826148875/490971460932993042.png + shapiro: 562197840969990146 +[DEL EMOJI] shapiro: StarMagician#5358: 562197840969990146 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562197853208969226/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197853208969226/pigga.png + FB_IMG_1529044218475: 562197599470485504 +[DEL EMOJI] FB_IMG_1529044218475: sex man#4887: 562197599470485504 + thonk: 492666600814673942 +[DEL EMOJI] thonk: fonnymunkey#4059: 492666600814673942 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562197873169661952/490971460932993042.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562197873169661952/490971460932993042.png + human_turducken_0: 562197800671117323 +[DEL EMOJI] human_turducken_0: fonnymunkey#4059: 562197800671117323 + bruhbos: https://cdn.discordapp.com/attachments/373273190547324928/562197914831814668/bruhbos.png +[NEW EMOJI] bruhbos: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562197914831814668/bruhbos.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562197938445746197/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562197938445746197/mehrio.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562197946343358464/9k.png +[NEW EMOJI] fug: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562197946343358464/9k.png + mehrio: 562197941792800778 +[DEL EMOJI] mehrio: fonnymunkey#4059: 562197941792800778 + fug: 562197950487461908 +[DEL EMOJI] fug: Alonso#1219: 562197950487461908 + 1536535829358: https://cdn.discordapp.com/attachments/373273190547324928/562198001674878976/1536535829358.jpg + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562198002379522048/Kokana.png +[NEW EMOJI] 1536535829358: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198001674878976/1536535829358.jpg +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562198002379522048/Kokana.png + DAMAGED: https://cdn.discordapp.com/attachments/373273190547324928/562198006192144414/DAMAGED.png +[NEW EMOJI] DAMAGED: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562198006192144414/DAMAGED.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562198015067029524/unknown.png + Kokana: 562198005675982850 +[NEW EMOJI] unknown: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198015067029524/unknown.png +[DEL EMOJI] Kokana: Kahn#5271: 562198005675982850 + pigga: 562189538785492992 +[DEL EMOJI] pigga: Mawile#9390: 562189538785492992 + pigga: 562197583343124500 +[DEL EMOJI] pigga: Mawile#9390: 562197583343124500 + pigga: 562197670815334401 +[DEL EMOJI] pigga: Mawile#9390: 562197670815334401 + pigga: 562197690029703178 +[DEL EMOJI] pigga: Mawile#9390: 562197690029703178 + pigga: 562197703778369547 +[DEL EMOJI] pigga: Mawile#9390: 562197703778369547 + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562198047883526154/Kokana.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562198057068789771/unknown.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562198073531695104/pigga.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562198059350753288/Kokana.png + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562198076345942016/unknown.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562198047883526154/Kokana.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562198057068789771/unknown.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562198073531695104/pigga.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562198059350753288/Kokana.png +[NEW EMOJI] nyandab: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198076345942016/unknown.png + shapiro: 562197876235829248 +[DEL EMOJI] shapiro: StarMagician#5358: 562197876235829248 + DAMAGED: 562198009635405845 +[DEL EMOJI] DAMAGED: Tommo#7032: 562198009635405845 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562198125889191957/490971460932993042.png + nyandab: 562198095048474634 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562198125889191957/490971460932993042.png +[DEL EMOJI] nyandab: Alonso#1219: 562198095048474634 + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562198129244635146/9k.png +[NEW EMOJI] nyandab: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198129244635146/9k.png + nyandab: 562198133505785856 +[DEL EMOJI] nyandab: Alonso#1219: 562198133505785856 + nice: https://cdn.discordapp.com/attachments/373273190547324928/562198165164392448/nice.jpg +[NEW EMOJI] nice: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198165164392448/nice.jpg + 490971460932993042: 562198129747951616 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562198129747951616 + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562198254411055134/9k.png +[NEW EMOJI] nyandab: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198254411055134/9k.png + nyandab: 562198258487656448 +[DEL EMOJI] nyandab: fonnymunkey#4059: 562198258487656448 + D3BQKldU4AI8bDk: 562197764394713120 +[DEL EMOJI] D3BQKldU4AI8bDk: fonnymunkey#4059: 562197764394713120 + MAMA_FUCKING_MIA: https://cdn.discordapp.com/attachments/373273190547324928/562198315517870081/MAMA_FUCKING_MIA.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 143, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer + bruhbos: 562197919437029379 +[DEL EMOJI] bruhbos: fonnymunkey#4059: 562197919437029379 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562198335960776704/9k.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 143, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562198379728338944/9k.png +[NEW EMOJI] pigga: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198379728338944/9k.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562198396551823375/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562198396551823375/pigga.png + pigga: 562198384228958218 +[DEL EMOJI] pigga: Alonso#1219: 562198384228958218 + pigga: 562197692273655808 +[DEL EMOJI] pigga: Alonso#1219: 562197692273655808 + rizbiz_0: https://cdn.discordapp.com/attachments/373273190547324928/562198471864745984/rizbiz_0.jpg +[NEW EMOJI] rizbiz_0: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198471864745984/rizbiz_0.jpg + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562198474205036545/9k.png +[NEW EMOJI] pigga: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198474205036545/9k.png + pigga: 562197855918620673 +[DEL EMOJI] pigga: fonnymunkey#4059: 562197855918620673 + pigga: 562197738180313088 +[DEL EMOJI] pigga: Schultz™#8592: 562197738180313088 + REEEEEEE: https://cdn.discordapp.com/attachments/373273190547324928/562198507726045184/357684639449612289.png +[NEW EMOJI] REEEEEEE: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562198507726045184/357684639449612289.png + pigga: 562198399475253248 +[DEL EMOJI] pigga: StarMagician#5358: 562198399475253248 + 1540312324681: https://cdn.discordapp.com/attachments/373273190547324928/562198564629905408/1540312324681.png +[NEW EMOJI] 1540312324681: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198564629905408/1540312324681.png + rizbiz_0: 562198475455070229 +[DEL EMOJI] rizbiz_0: sex man#4887: 562198475455070229 + dab: https://cdn.discordapp.com/attachments/373273190547324928/562198732414779394/9k.png +[NEW EMOJI] dab: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198732414779394/9k.png + dab: 562198736311156746 +[DEL EMOJI] dab: Kahn#5271: 562198736311156746 + tentaquil: https://cdn.discordapp.com/attachments/373273190547324928/562198786403729418/9k.png +[NEW EMOJI] tentaquil: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198786403729418/9k.png + tentaquil: 562198790421872661 +[DEL EMOJI] tentaquil: fonnymunkey#4059: 562198790421872661 + woop: https://cdn.discordapp.com/attachments/373273190547324928/562198831501017090/9k.png +[NEW EMOJI] woop: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198831501017090/9k.png + tip: 492666655558860801 +[DEL EMOJI] tip: fonnymunkey#4059: 492666655558860801 + 1362734185889: https://cdn.discordapp.com/attachments/373273190547324928/562198840040620062/1362734185889.jpg +[NEW EMOJI] 1362734185889: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198840040620062/1362734185889.jpg + woop: 562198835322159119 +[DEL EMOJI] woop: fonnymunkey#4059: 562198835322159119 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562198867484082206/unknown.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562198867484082206/unknown.png + stroke: https://cdn.discordapp.com/attachments/373273190547324928/562198869136637973/9k.png +[NEW EMOJI] stroke: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198869136637973/9k.png + REEEEEEE: 562198510469120010 +[DEL EMOJI] REEEEEEE: StarMagician#5358: 562198510469120010 + unknown: 562198091110023168 +[DEL EMOJI] unknown: fonnymunkey#4059: 562198091110023168 + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562198904519786510/9k.png +[NEW EMOJI] Kokana: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198904519786510/9k.png + unknown: 562198870378020888 +[DEL EMOJI] unknown: fonnymunkey#4059: 562198870378020888 + pleaseplaylegit: https://cdn.discordapp.com/attachments/373273190547324928/562198940691202078/9k.png +[NEW EMOJI] pleaseplaylegit: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562198940691202078/9k.png + SNAP: https://cdn.discordapp.com/attachments/373273190547324928/562198943698649109/SNAP.jpg +[NEW EMOJI] SNAP: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562198943698649109/SNAP.jpg + unknown: 562198019722838046 +[DEL EMOJI] unknown: fonnymunkey#4059: 562198019722838046 + selfrespect: https://cdn.discordapp.com/attachments/373273190547324928/562198961365188628/Untitled-2.png + pibba: https://cdn.discordapp.com/attachments/373273190547324928/562198968151441408/1544109777954.png + SNAP: 562198948601659402 +[DEL EMOJI] SNAP: razedtomidnight#2272: 562198948601659402 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562199007653527582/unknown.png + wehrio: https://cdn.discordapp.com/attachments/373273190547324928/562199011856089098/wehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562199068139323392/unknown.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 143, in on_message + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 143, in on_message + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 143, in on_message + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 143, in on_message + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 119, in on_message + try: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 143, in on_message + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 151, in on_message + await message.channel.send("We're being rate limited by discord for %s 😔" % time) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 131, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562199172418371584/unknown.png +[RATE LIMIT] Wait 53 minutes and 40 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562199208455569409/unknown.png +[RATE LIMIT] Wait 53 minutes and 31 seconds + pitta: https://cdn.discordapp.com/attachments/373273190547324928/562199255901798402/1537029275239.png +[RATE LIMIT] Wait 53 minutes and 20 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562199389188390933/unknown.png +[RATE LIMIT] Wait 52 minutes and 48 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562200042447044638/unknown.png +[RATE LIMIT] Wait 50 minutes and 12 seconds +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 55, in on_message + if message.channel.name != "suggestions": +AttributeError: 'DMChannel' object has no attribute 'name' +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ] +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 68, in on_message + if isinstance(message.channel, DMChannel): +NameError: name 'DMChannel' is not defined +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 68, in on_message + if isinstance(message.channel, DMChannel): +NameError: name 'DMChannel' is not defined +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 68, in on_message + if isinstance(message.channel, discord.DMChannel): +NameError: name 'DMChannel' is not defined +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 +[DM] test +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +[DM] pfero#4624: test +Logged on as *Ben Shapiro#5265 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562206955276468225/1.png +[RATE LIMIT] Wait 22 minutes and 44 seconds +[PIN] razedtomidnight#2272: 562207239868252181 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562208626496766007/unknown.png +[RATE LIMIT] Wait 16 minutes and 6 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + 482740667236483072: https://cdn.discordapp.com/attachments/373273190547324928/562210468312383489/482740667236483072.png +[RATE LIMIT] Wait 8 minutes and 47 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212135980236800/490971460932993042.png +[RATE LIMIT] Wait 2 minutes and 9 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212536469159938/490971460932993042.png +[RATE LIMIT] Wait 0 minutes and 34 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212623094120449/490971460932993042.png +[RATE LIMIT] Wait 0 minutes and 13 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212682988781569/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212682988781569/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212698427883531/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212698427883531/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212708553064449/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212708553064449/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212711153532928/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212711153532928/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212718917058571/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212718917058571/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212720888512524/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212720888512524/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212725820751892/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212725820751892/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212734763139073/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212734763139073/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212758414950400/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212758414950400/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212771836461056/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212771836461056/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212777792634891/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212777792634891/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212800303464469/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212800303464469/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212824848531456/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212826069073931/pigga.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212824848531456/490971460932993042.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212826069073931/pigga.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212842581786624/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212842581786624/490971460932993042.png + lilfella: 256689513575874560 +[DEL EMOJI] lilfella: StarMagician#5358: 256689513575874560 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562212860281880577/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562212860281880577/490971460932993042.png + pika: 256691025291116544 +[DEL EMOJI] pika: Kahn#5271: 256691025291116544 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562212882289262594/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562212882289262594/pigga.png + tentaquil: 256691964555165696 +[DEL EMOJI] tentaquil: StarMagician#5358: 256691964555165696 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562213075512459284/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562213075512459284/490971460932993042.png + stroke: 302627122181046272 +[DEL EMOJI] stroke: Kahn#5271: 302627122181046272 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562213117904289792/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562213117904289792/pigga.png +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + Kokana: 562198909145972742 +[DEL EMOJI] Kokana: Kahn#5271: 562198909145972742 + pleaseplaylegit: 562198944252297216 +[DEL EMOJI] pleaseplaylegit: fonnymunkey#4059: 562198944252297216 + pigga: 562198478399340568 +[DEL EMOJI] pigga: fonnymunkey#4059: 562198478399340568 + lilfella: https://cdn.discordapp.com/attachments/373273190547324928/562213989757747202/lilfella.png +[NEW EMOJI] lilfella: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562213989757747202/lilfella.png + Kokana: 562198093827932160 +[DEL EMOJI] Kokana: fonnymunkey#4059: 562198093827932160 + 1362734185889: 562198843546927124 +[DEL EMOJI] 1362734185889: StarMagician#5358: 562198843546927124 + Kokana: 562198089780166674 +[DEL EMOJI] Kokana: Kahn#5271: 562198089780166674 + pigga: 562213121415053323 +[DEL EMOJI] pigga: fonnymunkey#4059: 562213121415053323 + pigga: 562212887456907264 +[DEL EMOJI] pigga: fonnymunkey#4059: 562212887456907264 + 1511722924578: 562189582767226880 +[DEL EMOJI] 1511722924578: StarMagician#5358: 562189582767226880 + pigga: 562212724558397448 +[DEL EMOJI] pigga: fonnymunkey#4059: 562212724558397448 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214125875232789/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214117713117184/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214128735879189/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214123052728320/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214119978172427/490971460932993042.png + pigga: 562212829999005719 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214125875232789/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214117713117184/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214128735879189/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214123052728320/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214119978172427/490971460932993042.png +[DEL EMOJI] pigga: fonnymunkey#4059: 562212829999005719 + pigga: 562198092414189578 +[DEL EMOJI] pigga: fonnymunkey#4059: 562198092414189578 + 490971460932993042: 562212714508713984 +[DEL EMOJI] 490971460932993042: fonnymunkey#4059: 562212714508713984 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214198713647104/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214198726361110/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214198713647104/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214201230098432/490971460932993042.png + 490971460932993042: 562212864308281344 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214198726361110/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214201230098432/490971460932993042.png +[DEL EMOJI] 490971460932993042: fonnymunkey#4059: 562212864308281344 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214215935328256/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214215935328256/490971460932993042.png + haha: 472442297238290453 +[DEL EMOJI] haha: fonnymunkey#4059: 472442297238290453 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214220830343168/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214220830343168/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214222541357057/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214222541357057/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214225552867339/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214225552867339/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214227452887040/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214227452887040/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214229625667639/490971460932993042.png + kokana: https://cdn.discordapp.com/attachments/373273190547324928/562214230070394895/Kokana.png + woop: 492713100177571843 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214229625667639/490971460932993042.png +[DEL EMOJI] woop: fonnymunkey#4059: 492713100177571843 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + smug_selene: 379888641490681866 +[DEL EMOJI] smug_selene: fonnymunkey#4059: 379888641490681866 + sip: 551120677613207589 +[DEL EMOJI] sip: fonnymunkey#4059: 551120677613207589 + roothoot: 321552535548592129 +[DEL EMOJI] roothoot: fonnymunkey#4059: 321552535548592129 + pleaseplaylegit: 377710800959438848 +[DEL EMOJI] pleaseplaylegit: fonnymunkey#4059: 377710800959438848 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214281739894784/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214280309768202/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214283560222730/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214281739894784/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214284809994241/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214280309768202/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214283560222730/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214286718402581/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214284809994241/490971460932993042.png + pacha: 456657340041789450 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214286718402581/490971460932993042.png +[DEL EMOJI] pacha: fonnymunkey#4059: 456657340041789450 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214288312369152/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214288312369152/490971460932993042.png + masuda: 310573798988447744 +[DEL EMOJI] masuda: StarMagician#5358: 310573798988447744 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214289776050197/490971460932993042.png + masuda: 310573798988447744 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214289776050197/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214294654287882/490971460932993042.png + pigga: 562212803314974731 +[DEL EMOJI] pigga: fonnymunkey#4059: 562212803314974731 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214291269353482/490971460932993042.png + will: 545286669457293334 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214294654287882/490971460932993042.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] will: fonnymunkey#4059: 545286669457293334 + kokana: https://cdn.discordapp.com/attachments/373273190547324928/562214299859419176/Kokana.png +[NEW EMOJI] kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562214299859419176/Kokana.png + nice: 562198169249906698 +[DEL EMOJI] nice: fonnymunkey#4059: 562198169249906698 + Ditto: 337461852789538818 +[DEL EMOJI] Ditto: StarMagician#5358: 337461852789538818 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214329483526178/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214332612739082/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214334810292241/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214337708556298/490971460932993042.png + lucas: 439122403776266240 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214329483526178/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214332612739082/490971460932993042.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] lucas: fonnymunkey#4059: 439122403776266240 + lilfella: 562213992853012500 +[DEL EMOJI] lilfella: fonnymunkey#4059: 562213992853012500 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214340522934278/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214348517277716/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214350987853834/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214346105552906/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214343177928704/490971460932993042.png + kokana: 562214337696104458 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562214340522934278/490971460932993042.png +[DEL EMOJI] kokana: fonnymunkey#4059: 562214337696104458 + daily_dose: 523634909424648192 +[DEL EMOJI] daily_dose: fonnymunkey#4059: 523634909424648192 + comfy: 548517366439608321 +[DEL EMOJI] comfy: fonnymunkey#4059: 548517366439608321 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214367114952724/490971460932993042.png + pigga: 562212774546243594 +[DEL EMOJI] pigga: Alonso#1219: 562212774546243594 + pigga: 562212738080833546 +[DEL EMOJI] pigga: fonnymunkey#4059: 562212738080833546 + 1540312324681: 562198567805124610 +[DEL EMOJI] 1540312324681: fonnymunkey#4059: 562198567805124610 + 1536535829358: 562198004744847381 +[DEL EMOJI] 1536535829358: fonnymunkey#4059: 562198004744847381 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214415928393738/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214413692829707/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214424279121920/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214419401277447/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214422207004672/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214426107838465/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214417807310882/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214430755127306/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214428725215243/490971460932993042.png + pigga: 562212712076148748 +[DEL EMOJI] pigga: fonnymunkey#4059: 562212712076148748 + emome: 344246376818933761 +[DEL EMOJI] emome: fonnymunkey#4059: 344246376818933761 + FIGHTBACK: https://cdn.discordapp.com/attachments/373273190547324928/562214457699467275/pigga.png + emode: 344246358078783489 +[DEL EMOJI] emode: fonnymunkey#4059: 344246358078783489 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214473075523605/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214476204474388/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214470139641856/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214483637043210/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214486589571103/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214479710912523/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214494353489930/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214497717190657/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214490683473930/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214501181816832/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214534065160192/490971460932993042.png + retart: 530967955551289344 +[DEL EMOJI] retart: Schultz™#8592: 530967955551289344 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214554793410562/490971460932993042.png + cringe: 511636673873051651 +[DEL EMOJI] cringe: StarMagician#5358: 511636673873051651 + morphoff: 492666703839494144 +[DEL EMOJI] morphoff: StarMagician#5358: 492666703839494144 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562214632891351061/9k.png + owo: 439928372739571733 +[DEL EMOJI] owo: StarMagician#5358: 439928372739571733 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214663241203762/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214666198188033/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214669444710400/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214672741302292/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214675186581513/490971460932993042.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(12)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(27)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214698854907904/490971460932993042.png +[RATE LIMIT] Wait 51 minutes and 59 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214700826492943/490971460932993042.png +[RATE LIMIT] Wait 51 minutes and 58 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214702806204416/490971460932993042.png +[RATE LIMIT] Wait 51 minutes and 58 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562214704710287390/490971460932993042.png +[RATE LIMIT] Wait 51 minutes and 57 seconds + dab: https://cdn.discordapp.com/attachments/373273190547324928/562214719356928020/9k.png +[RATE LIMIT] Wait 51 minutes and 54 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562214841952239616/unknown.png +[RATE LIMIT] Wait 51 minutes and 25 seconds +[PIN] StarMagician#5358: 562214841952239617 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562214870628565003/unknown.png +[RATE LIMIT] Wait 51 minutes and 18 seconds +[PIN] StarMagician#5358: 562214841952239617 +[PIN] StarMagician#5358: 562214841952239617 +[PIN] fonnymunkey#4059: 562215333100781579 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562215664652255243/pigga.png +[RATE LIMIT] Wait 48 minutes and 9 seconds +[PIN] fonnymunkey#4059: 562215671577182221 +[PIN] fonnymunkey#4059: 562215671577182221 +[PIN] fonnymunkey#4059: 562215671577182221 +[PIN] fonnymunkey#4059: 562215671577182221 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562216002293858304/unknown.png +[RATE LIMIT] Wait 46 minutes and 48 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562216035420209167/unknown.png +[RATE LIMIT] Wait 46 minutes and 40 seconds +[PIN] StarMagician#5358: 562216035420209170 +[PIN] StarMagician#5358: 562216035420209170 +[PIN] StarMagician#5358: 562216035420209170 +[PIN] Schultz™#8592: 562216002293858305 +[PIN] StarMagician#5358: 562216035420209170 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(0)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + 350: https://cdn.discordapp.com/attachments/373273190547324928/562216826428325918/350.png +[RATE LIMIT] Wait 43 minutes and 31 seconds +[PIN] Kahn#5271: 562217378038022144 +[PIN] fonnymunkey#4059: 562217378038022144 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562218046115151873/pigga.png +[RATE LIMIT] Wait 38 minutes and 41 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562218158014988289/unknown.png +[RATE LIMIT] Wait 38 minutes and 14 seconds + 479790208972488717: https://cdn.discordapp.com/emojis/479790208972488717.png?v=1 +[RATE LIMIT] Wait 38 minutes and 7 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562218387820904448/unknown.png +[RATE LIMIT] Wait 37 minutes and 19 seconds +[PIN] fonnymunkey#4059: 562218387820904450 +[PIN] Alonso#1219: 562218387820904450 +[PIN] StarMagician#5358: 562218387820904450 +[PIN] Mawile#9390: 562218387820904450 +[PIN] fonnymunkey#4059: 562218478669529110 +[PIN] StarMagician#5358: 562218478669529110 +[PIN] Schultz™#8592: 562218478669529110 +[PIN] Kahn#5271: 562218478669529110 +[PIN] Tommo#7032: 562218387820904450 +[PIN] Mawile#9390: 562218478669529110 +[PIN] Tommo#7032: 562218478669529110 +[PIN] Alonso#1219: 562218478669529110 +[UNPIN] Schultz™#8592: 562218478669529110 +[PIN] Schultz™#8592: 562218478669529110 + 1540589864677: https://cdn.discordapp.com/attachments/373273190547324928/562218776490278913/1540589864677.png +[RATE LIMIT] Wait 35 minutes and 47 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562218779577286668/unknown.png +[RATE LIMIT] Wait 35 minutes and 46 seconds +[PIN] BreadCrumbs#1708: 562218478669529110 +[PIN] fonnymunkey#4059: 562218838490480660 +[PIN] Kahn#5271: 562218838490480660 +[PIN] Schultz™#8592: 562218967318528030 +[PIN] fonnymunkey#4059: 562218967318528030 +[PIN] Kahn#5271: 562218967318528030 +[PIN] Tommo#7032: 562218967318528030 + 562198089780166674: https://cdn.discordapp.com/attachments/373273190547324928/562219228581593090/562198089780166674.png +[RATE LIMIT] Wait 33 minutes and 59 seconds + SPOILER_MrsToward: https://cdn.discordapp.com/attachments/373273190547324928/562219580894871562/SPOILER_MrsToward.jpg +[RATE LIMIT] Wait 32 minutes and 35 seconds + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562219802635010048/Kokana.png +[RATE LIMIT] Wait 31 minutes and 42 seconds + hoddtoward: https://cdn.discordapp.com/attachments/373273190547324928/562219822604091402/hoddtoward.jpg +[RATE LIMIT] Wait 31 minutes and 37 seconds + absolutebtfo: https://cdn.discordapp.com/attachments/373273190547324928/562220273424793610/absolutebtfo.jpg +[RATE LIMIT] Wait 29 minutes and 50 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(2)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + kek: https://cdn.discordapp.com/attachments/373273190547324928/562220447433883649/kek.jpg +[RATE LIMIT] Wait 29 minutes and 8 seconds + 350458324468367360: https://cdn.discordapp.com/attachments/373273190547324928/562220938146349072/350458324468367360.png +[RATE LIMIT] Wait 27 minutes and 11 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562221334739025920/unknown.png +[RATE LIMIT] Wait 25 minutes and 37 seconds + dur: https://cdn.discordapp.com/attachments/373273190547324928/562221454834401315/dur.png +[RATE LIMIT] Wait 25 minutes and 8 seconds + seething: https://cdn.discordapp.com/attachments/373273190547324928/562221479236993040/seething.jpg +[RATE LIMIT] Wait 25 minutes and 2 seconds + 434422913634926592: https://cdn.discordapp.com/emojis/434422913634926592.png?v=1 +[RATE LIMIT] Wait 20 minutes and 41 seconds + Capture: https://cdn.discordapp.com/attachments/373273190547324928/562222805077327883/Capture.PNG +[RATE LIMIT] Wait 19 minutes and 46 seconds + IMG_20190114_152517: https://cdn.discordapp.com/attachments/373273190547324928/562222944177225749/IMG_20190114_152517.jpg +[RATE LIMIT] Wait 19 minutes and 13 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562223177342910464/unknown.png +[RATE LIMIT] Wait 18 minutes and 17 seconds + 562182480346480641: https://cdn.discordapp.com/emojis/562182480346480641.png?v=1 +[RATE LIMIT] Wait 17 minutes and 18 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562223429617451019/unknown.png +[RATE LIMIT] Wait 17 minutes and 17 seconds +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562223472915513344/unknown.png +[RATE LIMIT] Wait 17 minutes and 7 seconds + Capture: https://cdn.discordapp.com/attachments/373273190547324928/562223568574873601/Capture.PNG +[RATE LIMIT] Wait 16 minutes and 44 seconds +[PIN] fonnymunkey#4059: 562223568574873602 +[PIN] Kahn#5271: 562223568574873602 + disctranny2: https://cdn.discordapp.com/attachments/373273190547324928/562223707997601793/disctranny2.png +[RATE LIMIT] Wait 16 minutes and 11 seconds +[PIN] Tommo#7032: 562223783553925149 + dh57y46gzg422: https://cdn.discordapp.com/attachments/373273190547324928/562223801236979713/dh57y46gzg422.PNG +[RATE LIMIT] Wait 15 minutes and 49 seconds +[PIN] Kahn#5271: 562223783553925149 + ahem: https://cdn.discordapp.com/attachments/373273190547324928/562224015276638208/temp1.png +[RATE LIMIT] Wait 14 minutes and 58 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562224243618611211/unknown.png +[RATE LIMIT] Wait 14 minutes and 3 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562224305488920576/unknown.png +[RATE LIMIT] Wait 13 minutes and 49 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562224591481733121/unknown.png +[RATE LIMIT] Wait 12 minutes and 40 seconds + trash: https://cdn.discordapp.com/attachments/373273190547324928/562224882889392138/trash.jpg +[RATE LIMIT] Wait 11 minutes and 31 seconds + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562225281050345472/pigga.png +[RATE LIMIT] Wait 9 minutes and 56 seconds + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562225284460576780/490971460932993042.png +[RATE LIMIT] Wait 9 minutes and 55 seconds + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562226110310514688/pigga.png +[RATE LIMIT] Wait 6 minutes and 38 seconds + something: https://cdn.discordapp.com/attachments/373273190547324928/562226593498398720/3.png +[RATE LIMIT] Wait 4 minutes and 43 seconds + NOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562226602977656832/4.png +[RATE LIMIT] Wait 4 minutes and 41 seconds +[PIN] Kahn#5271: 562226775669735455 +[PIN] Mawile#9390: 562226775669735455 +[PIN] Alonso#1219: 562226775669735455 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562227040280117248/490971460932993042.png +[RATE LIMIT] Wait 2 minutes and 56 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562227467138629652/unknown.png +[RATE LIMIT] Wait 1 minutes and 15 seconds +[PIN] Schultz™#8592: 562226775669735455 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562227667311525899/unknown.png +[RATE LIMIT] Wait 0 minutes and 27 seconds + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562227836107358219/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562227836107358219/pigga.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562227870680743937/unknown.png +[NEW EMOJI] unknown: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562227870680743937/unknown.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562227884886982662/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562227884886982662/490971460932993042.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562227891853852689/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562227891853852689/FUCKINGNOTHING.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562227897105121301/Kokana.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562227897105121301/Kokana.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562227932106457108/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562227932106457108/490971460932993042.png + 490971460932993042: 562212721609801729 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562212721609801729 + 490971460932993042: 562212728748638209 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562212728748638209 + 490971460932993042: 562212761300500491 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562212761300500491 + 490971460932993042: 562212780766265355 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562212780766265355 + 490971460932993042: 562212845345832960 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562212845345832960 + 490971460932993042: 562214218829529100 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214218829529100 + 490971460932993042: 562212701825138688 +[DEL EMOJI] 490971460932993042: Kahn#5271: 562212701825138688 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562228017909202945/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228017909202945/FUCKINGSOMETHING.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562228072250605578/shapiro.png +[NEW EMOJI] shapiro: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228072250605578/shapiro.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562228093390028810/490971460932993042.png + 490971460932993042: 562214133186035726 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228093390028810/490971460932993042.png +[DEL EMOJI] 490971460932993042: fonnymunkey#4059: 562214133186035726 + 490971460932993042: 562214134176022538 +[DEL EMOJI] 490971460932993042: fonnymunkey#4059: 562214134176022538 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228124117499915/pigga.png +[NEW EMOJI] pigga: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228124117499915/pigga.png + 490971460932993042: 562214311011811328 +[DEL EMOJI] 490971460932993042: Kahn#5271: 562214311011811328 + 490971460932993042: 562214324181925913 +[DEL EMOJI] 490971460932993042: Kahn#5271: 562214324181925913 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562228174969110528/shapiro.png +[NEW EMOJI] shapiro: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228174969110528/shapiro.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562228225900806155/shapiro.png +[NEW EMOJI] shapiro: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228225900806155/shapiro.png + stroke: 562198872420778004 +[DEL EMOJI] stroke: StarMagician#5358: 562198872420778004 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228229969018900/490971460932993042.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228229969018900/490971460932993042.png + 490971460932993042: 562213080143101972 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562213080143101972 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562228278245588992/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228279642292234/shapiro.png +[NEW EMOJI] unknown: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228278245588992/490971460932993042.png +[NEW EMOJI] pigga: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228279642292234/shapiro.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228281152110604/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228281152110604/mehrio.png + hope: https://cdn.discordapp.com/attachments/373273190547324928/562228294896975873/hope.png +[NEW EMOJI] hope: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562228294896975873/hope.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228309006745600/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228309006745600/mehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228326794657793/Kokana.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562228326794657793/Kokana.png + unknown: 562227873499316269 +[DEL EMOJI] unknown: StarMagician#5358: 562227873499316269 + Kokana: 562227900900704256 +[DEL EMOJI] Kokana: StarMagician#5358: 562227900900704256 + pigga: 562228234083762177 +[DEL EMOJI] pigga: StarMagician#5358: 562228234083762177 + pigga: 562228282565591040 +[DEL EMOJI] pigga: StarMagician#5358: 562228282565591040 + mehrio: 562228284713074728 +[DEL EMOJI] mehrio: StarMagician#5358: 562228284713074728 + hope: 562228297711484949 +[DEL EMOJI] hope: StarMagician#5358: 562228297711484949 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228363868241960/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228374072852490/490971460932993042.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228354363686932/shapiro.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228383723814912/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228336684826624/mehrio.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228332804964363/490971460932993042.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228391307116564/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228363868241960/mehrio.png +[NEW EMOJI] mehrio: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228374072852490/490971460932993042.png +[NEW EMOJI] mehrio: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228354363686932/shapiro.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562228383723814912/pigga.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228336684826624/mehrio.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228332804964363/490971460932993042.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228391307116564/mehrio.png + Kokana: 562228330867326976 +[DEL EMOJI] Kokana: Mawile#9390: 562228330867326976 + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228413923065866/shapiro.png + pigga: 562228128080986112 +[NEW EMOJI] Kokana: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228413923065866/shapiro.png +[DEL EMOJI] pigga: StarMagician#5358: 562228128080986112 + mehrio: 562228312471109633 +[DEL EMOJI] mehrio: StarMagician#5358: 562228312471109633 + pigga: 562228404972158978 +[DEL EMOJI] pigga: StarMagician#5358: 562228404972158978 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228418553315348/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228446000971777/mehrio.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228417614053396/490971460932993042.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228418553315348/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228446000971777/mehrio.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228417614053396/490971460932993042.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228460475514910/490971460932993042.png +[NEW EMOJI] mehrio: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228460475514910/490971460932993042.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228473687572522/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228473687572522/mehrio.png + pigga: 562228402682068993 +[DEL EMOJI] pigga: Alonso#1219: 562228402682068993 + mehrio: 562228403953205248 +[DEL EMOJI] mehrio: Alonso#1219: 562228403953205248 + mehrio: 562228406964715541 +[DEL EMOJI] mehrio: Alonso#1219: 562228406964715541 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228486576668673/490971460932993042.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228482143158272/shapiro.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228501294612490/mehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228480868089877/Kokana.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228486576668673/490971460932993042.png +[NEW EMOJI] pigga: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228482143158272/shapiro.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228501294612490/mehrio.png + mehrio: 562228457799680020 +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562228480868089877/Kokana.png +[DEL EMOJI] mehrio: StarMagician#5358: 562228457799680020 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228513638449152/490971460932993042.png +[NEW EMOJI] mehrio: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228513638449152/490971460932993042.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228529777868801/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228529777868801/mehrio.png + mehrio: 562228398269661195 +[DEL EMOJI] mehrio: StarMagician#5358: 562228398269661195 + mehrio: 562228401381965834 +[DEL EMOJI] mehrio: StarMagician#5358: 562228401381965834 + mehrio: 562228458768302120 +[DEL EMOJI] mehrio: StarMagician#5358: 562228458768302120 + mehrio: 562228533003419669 +[DEL EMOJI] mehrio: StarMagician#5358: 562228533003419669 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228556403310603/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228582106267660/mehrio.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228546001436674/shapiro.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228542201397260/490971460932993042.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228556403310603/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228582106267660/mehrio.png +[NEW EMOJI] pigga: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228546001436674/shapiro.png +[NEW EMOJI] mehrio: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228542201397260/490971460932993042.png + pigga: 562227839802540032 +[DEL EMOJI] pigga: Mawile#9390: 562227839802540032 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228595158941717/shapiro.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228596546994207/pigga.png +[NEW EMOJI] pigga: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228595158941717/shapiro.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562228596546994207/pigga.png + mehrio: 562228476736831488 +[DEL EMOJI] mehrio: StarMagician#5358: 562228476736831488 + mehrio: 562228512920961046 +[DEL EMOJI] mehrio: StarMagician#5358: 562228512920961046 + mehrio: 562228585893724170 +[DEL EMOJI] mehrio: StarMagician#5358: 562228585893724170 + mehrio: 562228590263926800 +[DEL EMOJI] mehrio: StarMagician#5358: 562228590263926800 + pigga: 562228600124735488 +[DEL EMOJI] pigga: StarMagician#5358: 562228600124735488 + mehrio: 562228587487559700 +[DEL EMOJI] mehrio: Mawile#9390: 562228587487559700 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228609524432936/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228602217955348/490971460932993042.png + mehrio: 562228399670558731 +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228609524432936/mehrio.png +[NEW EMOJI] mehrio: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562228602217955348/490971460932993042.png +[DEL EMOJI] mehrio: StarMagician#5358: 562228399670558731 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228636632219682/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228664046059540/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228635633975314/shapiro.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228666738802688/shapiro.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228636632219682/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228667510685717/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228690835079170/mehrio.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562228664046059540/mehrio.png +[NEW EMOJI] mehrio: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228635633975314/shapiro.png +[NEW EMOJI] mehrio: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562228666738802688/shapiro.png + mehrio: 562228679393017866 +[DEL EMOJI] mehrio: Mawile#9390: 562228679393017866 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228704642727936/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228718370816011/mehrio.png + 490971460932993042: 562214365458333697 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562214365458333697 + mehrio: 562228678160023552 +[DEL EMOJI] mehrio: StarMagician#5358: 562228678160023552 + mehrio: 562228691329875970 +[DEL EMOJI] mehrio: StarMagician#5358: 562228691329875970 + mehrio: 562228693217443840 +[DEL EMOJI] mehrio: StarMagician#5358: 562228693217443840 + mehrio: 562228463956918312 +[DEL EMOJI] mehrio: Alonso#1219: 562228463956918312 + mehrio: 562228520382758912 +[DEL EMOJI] mehrio: Kahn#5271: 562228520382758912 + mehrio: 562228695964712980 +[DEL EMOJI] mehrio: Kahn#5271: 562228695964712980 + Kokana: 562228514330509322 +[DEL EMOJI] Kokana: Mawile#9390: 562228514330509322 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228745872867328/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228741552603173/pigga.png + mehrio: 562228694299574275 +[DEL EMOJI] mehrio: StarMagician#5358: 562228694299574275 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228751161622558/unknown.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228773416861718/mehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228761873874944/shapiro.png + zipper_mayo: https://cdn.discordapp.com/attachments/373273190547324928/562228764709355550/zipper_mayo.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228785085415424/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228800855998465/mehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228818329206795/shapiro.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228828169043978/mehrio.png + Kokana~1: https://cdn.discordapp.com/attachments/373273190547324928/562228849132437515/shapiro.png + shapiro: 562228075346001920 +[DEL EMOJI] shapiro: StarMagician#5358: 562228075346001920 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562228854744285184/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228855751049226/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228883223609354/mehrio.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228910146977802/mehrio.png + 434422913634926592: https://cdn.discordapp.com/emojis/434422913634926592.png?v=1 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228937342713857/mehrio.png + ahem: https://cdn.discordapp.com/attachments/373273190547324928/562228954308542465/unknown.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562228964140122122/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562228964689707018/mehrio.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562228982565568542/Kokana.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562229005370130443/unknown.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562229023401574401/pigga.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562229063012581377/mehrio.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562229067248566272/unknown.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562229097263005696/Kokana.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562229131371347999/pigga.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562229180788506624/pigga.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562229236597915678/Kokana.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(29)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(39)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 +[PIN] Schultz™#8592: 562229348418191360 +[PIN] fonnymunkey#4059: 562229301320089610 +[PIN] Alonso#1219: 562229348418191360 +[UNPIN] Alonso#1219: 562229348418191360 +[PIN] Mawile#9390: 562229348418191360 +[PIN] Alonso#1219: 562229348418191360 + kokana: https://cdn.discordapp.com/attachments/373273190547324928/562229405552869388/Kokana.png +[RATE LIMIT] Wait 53 minutes and 45 seconds +[PIN] StarMagician#5358: 562229348418191360 + f20a6be176: https://puu.sh/D8qK7/f20a6be176.png +[RATE LIMIT] Wait 50 minutes and 37 seconds + 554196838425690130: https://cdn.discordapp.com/attachments/373273190547324928/562230313443655680/554196838425690130.png +[RATE LIMIT] Wait 50 minutes and 9 seconds +[PIN] Schultz™#8592: 562231075724591144 +[PIN] Alonso#1219: 562231075724591144 +[PIN] fonnymunkey#4059: 562231075724591144 +[PIN] Kahn#5271: 562231075724591144 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562231283145768991/unknown.png +[RATE LIMIT] Wait 46 minutes and 18 seconds +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + gondola: https://cdn.discordapp.com/attachments/373273190547324928/562232036543430658/gondola.png +[RATE LIMIT] Wait 43 minutes and 18 seconds + gay: https://cdn.discordapp.com/attachments/373273190547324928/562232730981498881/gay.PNG +[RATE LIMIT] Wait 40 minutes and 33 seconds +[PIN] fonnymunkey#4059: 562232731501854740 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562232808718729216/unknown.png +[RATE LIMIT] Wait 40 minutes and 14 seconds +[PIN] Schultz™#8592: 562232731501854740 +[PIN] Claire ♡#0346: 562232731501854740 +[PIN] Kahn#5271: 562232731501854740 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562234758902448144/unknown.png +[RATE LIMIT] Wait 32 minutes and 29 seconds + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562234849134510080/mmmm.png +[RATE LIMIT] Wait 32 minutes and 7 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562236186706313216/unknown.png +[RATE LIMIT] Wait 26 minutes and 49 seconds + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562238240090882048/562228601336889345.png +[RATE LIMIT] Wait 18 minutes and 39 seconds + wojak: https://cdn.discordapp.com/attachments/373273190547324928/562238683382808577/wojak.png +[RATE LIMIT] Wait 16 minutes and 53 seconds + smugwojak: https://cdn.discordapp.com/attachments/373273190547324928/562239188062437376/smugwojak.png +[RATE LIMIT] Wait 14 minutes and 53 seconds + 1552702065656: https://cdn.discordapp.com/attachments/373273190547324928/562241656116477954/1552702065656.png +[RATE LIMIT] Wait 5 minutes and 4 seconds + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562242782689755136/562228601336889345.png +[RATE LIMIT] Wait 0 minutes and 36 seconds + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562242891846778881/562228601336889345.png +[RATE LIMIT] Wait 0 minutes and 10 seconds + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562242949203886082/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562242949203886082/562228601336889345.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562242998105145344/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562242998105145344/562228601336889345.png + pigga: 562228512262717440 +[DEL EMOJI] pigga: sex man#4887: 562228512262717440 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243006347083793/wojak.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243006347083793/wojak.png + pigga: 562243011573055490 +[DEL EMOJI] pigga: StarMagician#5358: 562243011573055490 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243045500911627/562228601336889345.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243045500911627/562228601336889345.png + shapiro: 562228177858986014 +[DEL EMOJI] shapiro: sex man#4887: 562228177858986014 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243070716805121/smugwojak.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243070716805121/smugwojak.png + shapiro: 562243075540385792 +[DEL EMOJI] shapiro: StarMagician#5358: 562243075540385792 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243106691350528/562228601336889345.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243106691350528/562228601336889345.png + shapiro: 562228228899471361 +[DEL EMOJI] shapiro: sex man#4887: 562228228899471361 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243127205691412/wojak2.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243127205691412/wojak2.png + shapiro: 562243131819556884 +[DEL EMOJI] shapiro: StarMagician#5358: 562243131819556884 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243166737268736/562228601336889345.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243166737268736/562228601336889345.png + 490971460932993042: 562214132359626752 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214132359626752 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243216489971713/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243216489971713/562228601336889345.png + shapiro: 562243111317667859 +[DEL EMOJI] shapiro: sex man#4887: 562243111317667859 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243223959896065/newzealandpepe.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243223959896065/newzealandpepe.png + shapiro: 562243228263251968 +[DEL EMOJI] shapiro: StarMagician#5358: 562243228263251968 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243265995210752/562228601336889345.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243265995210752/562228601336889345.png + 562228601336889345: 562243001238290432 +[DEL EMOJI] 562228601336889345: sex man#4887: 562243001238290432 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243286002303001/dab.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243286002303001/dab.png + 562228601336889345: 562243290368442378 +[DEL EMOJI] 562228601336889345: StarMagician#5358: 562243290368442378 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243312740990976/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243312740990976/562228601336889345.png + 490971460932993042: 562214202542915584 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214202542915584 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243333494407191/ahem.jpg +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243333494407191/ahem.jpg + 490971460932993042: 562243337214754826 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562243337214754826 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243362288041994/562228601336889345.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243362288041994/562228601336889345.png + 562228601336889345: 562243317132427274 +[DEL EMOJI] 562228601336889345: sex man#4887: 562243317132427274 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243374023966728/smugpepe.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243374023966728/smugpepe.png + 562228601336889345: 562243379577094195 +[DEL EMOJI] 562228601336889345: StarMagician#5358: 562243379577094195 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243396190863360/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243396190863360/562228601336889345.png + 490971460932993042: 562214286219542529 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214286219542529 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243404667551784/exhausted.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243404667551784/exhausted.png + 490971460932993042: 562214135639834644 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214135639834644 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243433574432779/562228601336889345.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243432836235264/pepe.jpg +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243433574432779/562228601336889345.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243432836235264/pepe.jpg + 490971460932993042: 562243438360395806 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562243438360395806 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243460040622086/562228601336889345.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243460040622086/562228601336889345.png + 490971460932993042: 562243413072936981 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562243413072936981 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243486406148096/562228601336889345.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243486406148096/562228601336889345.png + 490971460932993042: 562214228933607434 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214228933607434 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243507478200331/cryingwojak.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243507478200331/cryingwojak.png + 490971460932993042: 562243511441686528 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562243511441686528 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243526914605076/562228601336889345.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243526914605076/562228601336889345.png + shapiro: 562243269342396417 +[DEL EMOJI] shapiro: sex man#4887: 562243269342396417 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243534607089694/smugwojak.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243534607089694/smugwojak.png + shapiro: 562243539870941185 +[DEL EMOJI] shapiro: StarMagician#5358: 562243539870941185 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243553892368404/562228601336889345.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243553892368404/562228601336889345.png + pigga: 562228601336889345 +[DEL EMOJI] pigga: sex man#4887: 562228601336889345 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243562130112524/smugwojak.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243562130112524/smugwojak.png + pigga: 562243573194686464 +[DEL EMOJI] pigga: StarMagician#5358: 562243573194686464 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243581021126657/562228601336889345.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243581021126657/562228601336889345.png + 562228601336889345: 562243219371458560 +[DEL EMOJI] 562228601336889345: sex man#4887: 562243219371458560 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243590235881485/smugwojak.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243590235881485/smugwojak.png + 562228601336889345: 562243594560208896 +[DEL EMOJI] 562228601336889345: StarMagician#5358: 562243594560208896 + 562228601336889345: 562242952357871626 +[DEL EMOJI] 562228601336889345: sex man#4887: 562242952357871626 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243614114054156/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243614114054156/562228601336889345.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243616844546068/smugwojak.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243616844546068/smugwojak.png + 490971460932993042: 562227887751561219 +[DEL EMOJI] 490971460932993042: sex man#4887: 562227887751561219 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243645110091786/smugwojak.png + 562228601336889345: 562243632351150091 +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243645110091786/smugwojak.png +[DEL EMOJI] 562228601336889345: StarMagician#5358: 562243632351150091 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243649522368514/562228601336889345.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243649522368514/562228601336889345.png + shapiro: 562243171073916948 +[DEL EMOJI] shapiro: sex man#4887: 562243171073916948 + 562228601336889345: 562243662113931276 +[DEL EMOJI] 562228601336889345: StarMagician#5358: 562243662113931276 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243671194468383/smugwojak.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243673975422996/562228601336889345.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243671194468383/smugwojak.png +[NEW EMOJI] 562228601336889345: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243673975422996/562228601336889345.png + pigga: 562228588200591361 +[DEL EMOJI] pigga: sex man#4887: 562228588200591361 + 490971460932993042: 562214364644507649 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562214364644507649 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243698478415872/smugwojak.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243699975913503/562228601336889345.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243698478415872/smugwojak.png + 490971460932993042: 562228096686751755 +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243699975913503/562228601336889345.png +[DEL EMOJI] 490971460932993042: Kahn#5271: 562228096686751755 + 490971460932993042: 562243464193114138 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243464193114138 + shapiro: 562243687959232512 +[DEL EMOJI] shapiro: StarMagician#5358: 562243687959232512 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243715008167936/Kokana.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243725422493696/smugwojak.png +[NEW EMOJI] 490971460932993042: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562243715008167936/Kokana.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243726135525382/562228601336889345.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243751993671681/562228601336889345.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243752127889408/smugwojak.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243725422493696/smugwojak.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243726135525382/562228601336889345.png +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243751993671681/562228601336889345.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243752127889408/smugwojak.png + shapiro: 562243756720652308 +[DEL EMOJI] shapiro: sex man#4887: 562243756720652308 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243777402634242/smugwojak.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243777402634242/smugwojak.png + pigga: 562243585546911752 +[DEL EMOJI] pigga: StarMagician#5358: 562243585546911752 + pigga: 562243049581969449 +[DEL EMOJI] pigga: Kahn#5271: 562243049581969449 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243783597752340/562228601336889345.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243783597752340/562228601336889345.png + shapiro: 562243558472548355 +[DEL EMOJI] shapiro: sex man#4887: 562243558472548355 + pigga: 562243805361733634 +[DEL EMOJI] pigga: StarMagician#5358: 562243805361733634 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243805408133121/smugwojak.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562243809979924481/562228601336889345.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243805408133121/smugwojak.png +[NEW EMOJI] pigga: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243809979924481/562228601336889345.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243833937788928/mehrio.png + shapiro: 562243832775704576 +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562243833937788928/mehrio.png +[DEL EMOJI] shapiro: StarMagician#5358: 562243832775704576 + 490971460932993042: 562214290707447818 +[DEL EMOJI] 490971460932993042: sex man#4887: 562214290707447818 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243836332736512/562228601336889345.png + 490971460932993042: 562212829109944357 +[NEW EMOJI] shapiro: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562243836332736512/562228601336889345.png +[DEL EMOJI] 490971460932993042: Kahn#5271: 562212829109944357 + 490971460932993042: 562214390338813953 +[DEL EMOJI] 490971460932993042: Kahn#5271: 562214390338813953 + pigga: 562243714534080512 +[DEL EMOJI] pigga: Kahn#5271: 562243714534080512 + 562228601336889345: 562243758981251075 +[DEL EMOJI] 562228601336889345: Kahn#5271: 562243758981251075 + shapiro: 562243782129745931 +[DEL EMOJI] shapiro: Kahn#5271: 562243782129745931 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562243845153226793/smugwojak.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562243845153226793/smugwojak.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243859875102743/mehrio.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243893375008788/562228601336889345.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243886949466113/mehrio.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243915122606091/smugwojak.png +[NEW EMOJI] mehrio: fonnymunkey#4059: https://cdn.discordapp.com/attachments/373273190547324928/562243859875102743/mehrio.png + 490971460932993042: 562214289025531915 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562214289025531915 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562243926376054785/562228601336889345.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243935783747604/mehrio.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562243951319318528/smugwojak.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243960945246228/562228601336889345.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243962870562816/mehrio.png + smugwojak: https://cdn.discordapp.com/attachments/373273190547324928/562243979614224386/smugwojak.png + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562243989026242590/mehrio.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(12)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + mehrio: https://cdn.discordapp.com/attachments/373273190547324928/562244042604412930/mehrio.png +[RATE LIMIT] Wait 55 minutes and 39 seconds + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562244045242630154/smugwojak.png +[RATE LIMIT] Wait 55 minutes and 38 seconds +[PIN] fonnymunkey#4059: 562244343122100234 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562245232104570899/unknown.png +[RATE LIMIT] Wait 50 minutes and 55 seconds +[PIN] Kahn#5271: 562244343122100234 + wehrio: https://cdn.discordapp.com/attachments/373273190547324928/562246229501673473/wehrio.png +[RATE LIMIT] Wait 46 minutes and 57 seconds +[PIN] fonnymunkey#4059: 562246229501673475 +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + kek: https://cdn.discordapp.com/attachments/373273190547324928/562246678799712277/kek.jpg +[RATE LIMIT] Wait 45 minutes and 10 seconds + 479790208972488717: https://cdn.discordapp.com/emojis/479790208972488717.png?v=1 +[RATE LIMIT] Wait 44 minutes and 48 seconds + seething: https://cdn.discordapp.com/attachments/373273190547324928/562246873218547712/seething.jpg +[RATE LIMIT] Wait 44 minutes and 24 seconds + que: https://cdn.discordapp.com/attachments/373273190547324928/562247002566557697/que.jpg +[RATE LIMIT] Wait 43 minutes and 53 seconds + Capture: https://cdn.discordapp.com/attachments/373273190547324928/562247090013732864/Capture.PNG +[RATE LIMIT] Wait 43 minutes and 32 seconds + dur: https://cdn.discordapp.com/attachments/373273190547324928/562247581132914719/dur.png +[RATE LIMIT] Wait 41 minutes and 35 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562248044352110625/unknown.png +[RATE LIMIT] Wait 39 minutes and 44 seconds +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + SFRw7aJ: https://i.imgur.com/SFRw7aJ.png +[NEW EMOJI] SFRw7aJ: pfero#4624: https://i.imgur.com/SFRw7aJ.png + ralsei: https://cdn.discordapp.com/attachments/373273190547324928/562260460334874635/unknown.png +[NEW EMOJI] ralsei: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562260460334874635/unknown.png + mehrio: 562243836953231361 +[DEL EMOJI] mehrio: Mawile#9390: 562243836953231361 + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562261714259935242/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562261714259935242/FUCKINGNOTHING.png + mehrio: 562243924497006612 +[DEL EMOJI] mehrio: Mawile#9390: 562243924497006612 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562218387820904448/unknown.png +[NEW EMOJI] unknown: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562218387820904448/unknown.png + unknown: 562261837228408832 +[DEL EMOJI] unknown: Mawile#9390: 562261837228408832 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562261929448439818/unknown.png +[NEW EMOJI] unknown: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562261929448439818/unknown.png + mmmirl: https://cdn.discordapp.com/attachments/373273190547324928/562262014433558528/unknown.png +[NEW EMOJI] mmmirl: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262014433558528/unknown.png + FUCKINGNOTHING: 562261717413920783 +[DEL EMOJI] FUCKINGNOTHING: Mawile#9390: 562261717413920783 + mmmirl: 562262018376204329 +[DEL EMOJI] mmmirl: Alonso#1219: 562262018376204329 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562262444882395166/1.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262444882395166/1.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562262468882071552/3.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262468882071552/3.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562262487819485185/5.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262487819485185/5.png + unknown: 562261933898596362 +[DEL EMOJI] unknown: fonnymunkey#4059: 562261933898596362 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562262541812891648/6.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262541812891648/6.png + mmmirl: https://cdn.discordapp.com/attachments/373273190547324928/562262668010979328/unknown.png +[NEW EMOJI] mmmirl: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262668010979328/unknown.png + mmminreallife: https://cdn.discordapp.com/attachments/373273190547324928/562262680044306453/unknown.png +[NEW EMOJI] mmminreallife: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262680044306453/unknown.png + mmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562262695743848460/unknown.png +[NEW EMOJI] mmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262695743848460/unknown.png + mmmsfacewhen: https://cdn.discordapp.com/attachments/373273190547324928/562262722532605982/unknown.png +[NEW EMOJI] mmmsfacewhen: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262722532605982/unknown.png + mmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562262790996492309/unknown.png +[NEW EMOJI] mmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262790996492309/unknown.png + mmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562262804023869482/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262804023869482/unknown.png + mmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562262849754497029/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262849754497029/unknown.png + mmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562262866875646021/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562262866875646021/unknown.png + ralsei: 562260465389142036 +[DEL EMOJI] ralsei: Mawile#9390: 562260465389142036 +ERROR:discord.client:Attempting a reconnect in 1.45s +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 528, in transfer_data + msg = yield from self.read_message() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 580, in read_message + frame = yield from self.read_data_frame(max_size=self.max_size) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 645, in read_data_frame + frame = yield from self.read_frame(max_size) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 710, in read_frame + extensions=self.extensions, + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/framing.py", line 100, in read + data = yield from reader(2) + File "/usr/lib64/python3.6/asyncio/streams.py", line 674, in readexactly + yield from self._wait_for_data('readexactly') + File "/usr/lib64/python3.6/asyncio/streams.py", line 464, in _wait_for_data + yield from self._waiter + File "/usr/lib64/python3.6/asyncio/selector_events.py", line 714, in _read_ready + data = self._sock.recv(self.max_size) +ConnectionResetError: [Errno 104] Connection reset by peer + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 464, in poll_event + msg = await self.recv() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 350, in recv + yield from self.ensure_open() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 501, in ensure_open + self.close_code, self.close_reason) from self.transfer_data_exc +websockets.exceptions.ConnectionClosed: WebSocket connection is closed: code = 1006 (connection closed abnormally [internal]), no reason + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 358, in _connect + await self.ws.poll_event() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 469, in poll_event + raise ResumeWebSocket(self.shard_id) from exc +discord.gateway.ResumeWebSocket: None + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 393, in connect + await self._connect() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 363, in _connect + self.ws = await asyncio.wait_for(coro, timeout=180.0, loop=self.loop) + File "/usr/lib64/python3.6/asyncio/tasks.py", line 358, in wait_for + return fut.result() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 219, in from_client + gateway = await client.http.get_gateway() + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 779, in get_gateway + data = await self.request(Route('GET', '/gateway')) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 497, in _request + await resp.start(conn) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start + message, payload = await self._protocol.read() # type: ignore # noqa + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/streams.py", line 588, in read + await self._waiter +aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer +Logged on as *Ben Shapiro#5265 +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + Kokana: 562228417546813440 +[DEL EMOJI] Kokana: Mawile#9390: 562228417546813440 + Capture: https://cdn.discordapp.com/attachments/373273190547324928/562264808452259864/Capture.png +[NEW EMOJI] Capture: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562264808452259864/Capture.png + boomer: https://cdn.discordapp.com/attachments/373273190547324928/562265084190130186/479790208972488717.png +[NEW EMOJI] boomer: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562265084190130186/479790208972488717.png + boomer: 562265087449104395 +[DEL EMOJI] boomer: Mawile#9390: 562265087449104395 + boomer: https://cdn.discordapp.com/emojis/479790208972488717.png?v=1 +[NEW EMOJI] boomer: Mawile#9390: https://cdn.discordapp.com/emojis/479790208972488717.png?v=1 + doomer: https://cdn.discordapp.com/emojis/350674347112923137.png?v=1 +[NEW EMOJI] doomer: Mawile#9390: https://cdn.discordapp.com/emojis/350674347112923137.png?v=1 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562265273806356490/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562265273806356490/unknown.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562265306911866883/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562265306911866883/unknown.png + SOY: https://cdn.discordapp.com/emojis/537079904290734080.png?v=1 +[NEW EMOJI] SOY: Mawile#9390: https://cdn.discordapp.com/emojis/537079904290734080.png?v=1 + 490971460932993042: 562212686428110859 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562212686428110859 + npc: https://imgflip.com/s/meme/NPC.jpg +[NEW EMOJI] npc: Mawile#9390: https://imgflip.com/s/meme/NPC.jpg + 490971460932993042: 562214136465850380 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562214136465850380 + seething: https://cdn.discordapp.com/attachments/373273190547324928/562246873218547712/seething.jpg +[NEW EMOJI] seething: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562246873218547712/seething.jpg + unknown: 562265276599500800 +[DEL EMOJI] unknown: Mawile#9390: 562265276599500800 + unknown: 562265309827039232 +[DEL EMOJI] unknown: Mawile#9390: 562265309827039232 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562265555180978202/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562265555180978202/unknown.png + unknown: 562265558658056203 +[DEL EMOJI] unknown: Mawile#9390: 562265558658056203 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562265648324149258/unknown.png +[NEW EMOJI] vroom: coraldev#2976: https://cdn.discordapp.com/attachments/373273190547324928/562265648324149258/unknown.png + vroom: 562265651545112576 +[DEL EMOJI] vroom: Alonso#1219: 562265651545112576 +[PIN] Mawile#9390: 562266140915531776 + e6562ff1d9: https://puu.sh/D8tuY/e6562ff1d9.png +[NEW EMOJI] e6562ff1d9: Mawile#9390: https://puu.sh/D8tuY/e6562ff1d9.png + 490971460932993042: 562214224454090772 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214224454090772 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562266960298246154/9k.png +[NEW EMOJI] 490971460932993042: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562266960298246154/9k.png + e6562ff1d9: 562266687051661324 +[DEL EMOJI] e6562ff1d9: Mawile#9390: 562266687051661324 + 490971460932993042: 562266965230616586 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562266965230616586 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562267078938066967/unknown.png +[NEW EMOJI] vroom: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562267078938066967/unknown.png + 490971460932993042: 562214287037300757 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214287037300757 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562267238112034847/9k.png +[NEW EMOJI] 490971460932993042: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267238112034847/9k.png + 490971460932993042: 562214226626740225 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214226626740225 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562267330436923440/9k.png +[NEW EMOJI] 490971460932993042: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267330436923440/9k.png + mmmmmmmmmmmmmm: 562262808046206996 +[DEL EMOJI] mmmmmmmmmmmmmm: Alonso#1219: 562262808046206996 + mmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267447475044362/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmm: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267447475044362/unknown.png + mmmmmmm: 562262700319703050 +[DEL EMOJI] mmmmmmm: Alonso#1219: 562262700319703050 + mmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267470895775754/unknown.png +[NEW EMOJI] mmmmmmm: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267470895775754/unknown.png + mmmmmmmmmmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267571651608577/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267571651608577/unknown.png + mmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267593260662784/unknown.png +[NEW EMOJI] mmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267593260662784/unknown.png + vroom: 562267081936994314 +[DEL EMOJI] vroom: Alonso#1219: 562267081936994314 + mmmmmmmmmmmmmmmmmmmm: 562262870641868801 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: 562262870641868801 + mmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267610540933140/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267610540933140/unknown.png + mmmmmmmmmmmmmm: 562267451237203988 +[DEL EMOJI] mmmmmmmmmmmmmm: Mawile#9390: 562267451237203988 + mmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267647329173544/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267647329173544/unknown.png + mmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267662575599646/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267662575599646/unknown.png + 490971460932993042: 562214203755069440 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562214203755069440 + mmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267674814447618/unknown.png + mmmmmmm: 562267474733826048 +[NEW EMOJI] mmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267674814447618/unknown.png +[DEL EMOJI] mmmmmmm: Alonso#1219: 562267474733826048 + mmmmmmmmmmmmmmmmmmmm: 562267615599263744 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: 562267615599263744 + mmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562267689368813590/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562267689368813590/unknown.png + 490971460932993042: 562214204782804993 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214204782804993 + mmmmmmmmmmmmmmmmmmm: 562262853902532620 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmm: Alonso#1219: 562262853902532620 + mmmmmmmmmmmmmm: 562267651808952330 +[DEL EMOJI] mmmmmmmmmmmmmm: Alonso#1219: 562267651808952330 + mmmmmmmmmmmmmm: 562267665792761867 +[DEL EMOJI] mmmmmmmmmmmmmm: Alonso#1219: 562267665792761867 + mmmmmmmmmmmmmmm: 562267680304922634 +[DEL EMOJI] mmmmmmmmmmmmmmm: Alonso#1219: 562267680304922634 + mmmmmmmmmmmmmmmmmmmm: 562267702115434540 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmmm: Alonso#1219: 562267702115434540 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562267838224662528/unknown.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562267800178130944/unknown.png +[NEW EMOJI] vroom: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562267838224662528/unknown.png +[NEW EMOJI] 490971460932993042: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267800178130944/unknown.png + 490971460932993042: 562214230737289226 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214230737289226 + 490971460932993042: 562214233023053844 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214233023053844 + 490971460932993042: 562214288165568523 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214288165568523 + 490971460932993042: 562214297837764608 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562214297837764608 + mmmirl: 562262671903424512 +[DEL EMOJI] mmmirl: Alonso#1219: 562262671903424512 + mmminreallife: 562262684502851612 +[DEL EMOJI] mmminreallife: Alonso#1219: 562262684502851612 + mmmmmmmmmmmm: 562262794544742400 +[DEL EMOJI] mmmmmmmmmmmm: Alonso#1219: 562262794544742400 + mmmmmmmmmmmmmmmmmmmmmmmmmmmm: 562267575640391715 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmmmmmmmmmmm: Alonso#1219: 562267575640391715 + mmmmmmmm: 562267597404504094 +[DEL EMOJI] mmmmmmmm: Alonso#1219: 562267597404504094 + 490971460932993042~14: https://cdn.discordapp.com/attachments/373273190547324928/562267953228152848/unknown.png + mmminreallife: https://cdn.discordapp.com/attachments/373273190547324928/562267882348871680/unknown.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Invalid Form Body +In name: String value did not match validation regex. +[NEW EMOJI] mmminreallife: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267882348871680/unknown.png + vroom: 562267869082025988 +[DEL EMOJI] vroom: Alonso#1219: 562267869082025988 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562267994022084638/unknown.png +[NEW EMOJI] vroom: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562267994022084638/unknown.png + mmminreallife: 562267987856588832 +[DEL EMOJI] mmminreallife: Alonso#1219: 562267987856588832 + mmminreallife: https://cdn.discordapp.com/attachments/373273190547324928/562268057498550287/unknown.png +[NEW EMOJI] mmminreallife: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562268057498550287/unknown.png + mmmirl: https://cdn.discordapp.com/attachments/373273190547324928/562268061793648660/unknown.png +[NEW EMOJI] mmmirl: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562268061793648660/unknown.png + mmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268082320703488/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562268082320703488/unknown.png + mmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268101559975936/unknown.png +[NEW EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562268101559975936/unknown.png + 562228601336889345: 562243436615565315 +[DEL EMOJI] 562228601336889345: Alonso#1219: 562243436615565315 + 562228601336889345: 562243629289046016 +[DEL EMOJI] 562228601336889345: Alonso#1219: 562243629289046016 + 562228601336889345: 562243688810414081 +[DEL EMOJI] 562228601336889345: Alonso#1219: 562243688810414081 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562268115128287242/unknown.png + mmmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268119511597056/unknown.png + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268138075324437/unknown.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268150503178240/unknown.png + mmmmmmmmmmmmmmmm: 562268085663432706 +[DEL EMOJI] mmmmmmmmmmmmmmmm: Alonso#1219: 562268085663432706 + mmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268166563168277/unknown.png + mmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268167733248020/unknown.png + mmmmmmmmmmmmmmmmmmmm: 562268104776744992 +[DEL EMOJI] mmmmmmmmmmmmmmmmmmmm: Mawile#9390: 562268104776744992 + mmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268188168159253/unknown.png + mmmmmmmmmmmmmmmmmmmmmmmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562268203514986507/unknown.png + 04c822e241: https://puu.sh/D8tF3/04c822e241.png + AHEM: https://cdn.discordapp.com/attachments/373273190547324928/562268692881342464/temp1.png + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562268717782925322/unknown.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(8)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(7)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562268782710620171/temp1.png +[RATE LIMIT] Wait 26 minutes and 56 seconds + iamwoman: https://cdn.discordapp.com/attachments/373273190547324928/562269255568195584/international-womens-day.jpg +[RATE LIMIT] Wait 25 minutes and 3 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562269963919032338/unknown.png +[RATE LIMIT] Wait 22 minutes and 14 seconds +[PIN] Kahn#5271: 562271177473523714 +[PIN] Alonso#1219: 562271177473523714 +[PIN] coraldev#2976: 562271177473523714 +[PIN] Nuuk#3967: 562271177473523714 +[UNPIN] Nuuk#3967: 562271177473523714 +[PIN] Nuuk#3967: 562271177473523714 + newzealandpepe: https://cdn.discordapp.com/attachments/373273190547324928/562272251752480778/newzealandpepe.png +[RATE LIMIT] Wait 13 minutes and 9 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562272925483401216/unknown.png +[RATE LIMIT] Wait 10 minutes and 28 seconds + sip: https://cdn.discordapp.com/attachments/373273190547324928/562274678102556683/Screenshot_2019-03-01_at_12.png +[RATE LIMIT] Wait 3 minutes and 30 seconds + smugwojak: https://cdn.discordapp.com/attachments/373273190547324928/562275350416195604/smugwojak.png +[RATE LIMIT] Wait 0 minutes and 49 seconds + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562275525897486336/mmmm.png +[RATE LIMIT] Wait 0 minutes and 8 seconds + sip: https://cdn.discordapp.com/attachments/373273190547324928/562275530225745920/Screenshot_2019-03-01_at_12.png +[RATE LIMIT] Wait 0 minutes and 7 seconds + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562275579722727425/mmmm.png +[NEW EMOJI] mmmm: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275579722727425/mmmm.png + sip: https://cdn.discordapp.com/attachments/373273190547324928/562275585372717066/Screenshot_2019-03-01_at_12.png +[NEW EMOJI] sip: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562275585372717066/Screenshot_2019-03-01_at_12.png + mmmmmmm: https://cdn.discordapp.com/attachments/373273190547324928/562275630851293214/mmmm.png +[NEW EMOJI] mmmmmmm: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275630851293214/mmmm.png + shapiro: 562243856306012160 +[DEL EMOJI] shapiro: Alonso#1219: 562243856306012160 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562275643166031882/Screenshot_2019-03-01_at_12.png +[NEW EMOJI] shapiro: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562275643166031882/Screenshot_2019-03-01_at_12.png + 562228601336889345: 562243400250949642 +[DEL EMOJI] 562228601336889345: sex man#4887: 562243400250949642 + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562275666179915790/mmmm.png +[NEW EMOJI] 562228601336889345: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275666179915790/mmmm.png + FUCKINGNOTHING: 562227894248669223 +[DEL EMOJI] FUCKINGNOTHING: cowardly monoliths#2784: 562227894248669223 + FUCKINGSOMETHING: 562228021180891136 +[DEL EMOJI] FUCKINGSOMETHING: cowardly monoliths#2784: 562228021180891136 + kyogre: 562262447583658002 +[DEL EMOJI] kyogre: cowardly monoliths#2784: 562262447583658002 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275699088556034/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275699088556034/mmmm.png + shapiro: 562275647666257920 +[DEL EMOJI] shapiro: sex man#4887: 562275647666257920 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562275729006526464/mmmm.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275729006526464/mmmm.png + 490971460932993042: 562243366348259329 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243366348259329 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275782735560705/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275782735560705/mmmm.png + pika: https://cdn.discordapp.com/attachments/373273190547324928/562275795557679129/pika.png +[NEW EMOJI] pika: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562275795557679129/pika.png + 490971460932993042: 562243530559324161 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243530559324161 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275814411075624/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275814411075624/mmmm.png + 490971460932993042: 562243490927607838 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243490927607838 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275841963458570/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275841963458570/mmmm.png + shapiro: 562243755613093922 +[DEL EMOJI] shapiro: sex man#4887: 562243755613093922 + shapiro: https://cdn.discordapp.com/attachments/373273190547324928/562275864025366538/mmmm.png +[NEW EMOJI] shapiro: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275864025366538/mmmm.png + crangry: https://cdn.discordapp.com/attachments/373273190547324928/562275887286976529/521702797885046788.png +[NEW EMOJI] crangry: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562275887286976529/521702797885046788.png + pigga: 562228511373262868 +[DEL EMOJI] pigga: sex man#4887: 562228511373262868 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562275895352754186/mmmm.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275895352754186/mmmm.png + 490971460932993042: 562275790553612318 +[DEL EMOJI] 490971460932993042: Alonso#1219: 562275790553612318 + 490971460932993042: 562267870168350721 +[DEL EMOJI] 490971460932993042: sex man#4887: 562267870168350721 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275932883255306/521702797885046788.png +[NEW EMOJI] 490971460932993042: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562275932883255306/521702797885046788.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562275935483723796/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275935483723796/mmmm.png + npc: 562265378261041162 +[DEL EMOJI] npc: sex man#4887: 562265378261041162 + npc: https://cdn.discordapp.com/attachments/373273190547324928/562275963480702998/mmmm.png +[NEW EMOJI] npc: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275963480702998/mmmm.png + pigga: 562243833954435072 +[DEL EMOJI] pigga: sex man#4887: 562243833954435072 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562275986490523688/mmmm.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562275986490523688/mmmm.png + mmminreallife: 562268063358255114 +[DEL EMOJI] mmminreallife: sex man#4887: 562268063358255114 + mmminreallife: https://cdn.discordapp.com/attachments/373273190547324928/562276107781537822/mmmm.png +[NEW EMOJI] mmminreallife: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276107781537822/mmmm.png + lilfella: https://cdn.discordapp.com/attachments/373273190547324928/562276116530987008/lilfella.png +[NEW EMOJI] lilfella: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562276116530987008/lilfella.png + vroom: 562268000741359636 +[DEL EMOJI] vroom: sex man#4887: 562268000741359636 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562276136122318858/mmmm.png +[NEW EMOJI] vroom: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276136122318858/mmmm.png + unknown: 562228281663815690 +[DEL EMOJI] unknown: sex man#4887: 562228281663815690 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562276161485537291/mmmm.png +[NEW EMOJI] unknown: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276161485537291/mmmm.png + vroom: 562276140363022336 +[DEL EMOJI] vroom: Alonso#1219: 562276140363022336 + megafug: 562262544962813953 +[DEL EMOJI] megafug: sex man#4887: 562262544962813953 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276200492433438/mmmm.png +[NEW EMOJI] megafug: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276200492433438/mmmm.png + groudon: 562262473152135178 +[DEL EMOJI] groudon: sex man#4887: 562262473152135178 + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276228057530403/mmmm.png +[NEW EMOJI] groudon: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276228057530403/mmmm.png + fug: 562262491388968961 +[DEL EMOJI] fug: sex man#4887: 562262491388968961 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276252422242322/mmmm.png +[NEW EMOJI] fug: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276252422242322/mmmm.png + 490971460932993042: 562267243023433729 +[DEL EMOJI] 490971460932993042: luckytyphlosion#1166: 562267243023433729 + 490971460932993042: 562243923238715402 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243923238715402 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562276294734118964/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276294734118964/mmmm.png + 490971460932993042: 562243715343581194 +[DEL EMOJI] 490971460932993042: CCCP#6041: 562243715343581194 + 490971460932993042: 562243753633644559 +[DEL EMOJI] 490971460932993042: CCCP#6041: 562243753633644559 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562276361138602014/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276361138602014/mmmm.png + 490971460932993042: 562267334694141962 +[DEL EMOJI] 490971460932993042: sex man#4887: 562267334694141962 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562276406336290846/mmmm.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276406336290846/mmmm.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562276409779814420/Kokana.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562276409779814420/Kokana.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276440473731073/pigga.png +[NEW EMOJI] pigga: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562276440473731073/pigga.png + mmmsfacewhen: 562262726735429632 +[DEL EMOJI] mmmsfacewhen: CCCP#6041: 562262726735429632 + Capture: 562264812768198656 +[DEL EMOJI] Capture: CCCP#6041: 562264812768198656 + mmmirl: 562268065321058305 +[DEL EMOJI] mmmirl: CCCP#6041: 562268065321058305 + mmmm: 562275583682281482 +[DEL EMOJI] mmmm: CCCP#6041: 562275583682281482 + 545406229799763980: https://cdn.discordapp.com/attachments/373273190547324928/562276480336396318/545406229799763980.png + Capture: https://cdn.discordapp.com/attachments/373273190547324928/562276468617641986/mmmm.png +[NEW EMOJI] 545406229799763980: luckytyphlosion#1166: https://cdn.discordapp.com/attachments/373273190547324928/562276480336396318/545406229799763980.png +[NEW EMOJI] Capture: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276468617641986/mmmm.png + pigga: 562275990773039116 +[DEL EMOJI] pigga: sex man#4887: 562275990773039116 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276504575148072/mmmm.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276504575148072/mmmm.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562276533096546314/mmmm.png +[NEW EMOJI] mmmm: Bum#3019: https://cdn.discordapp.com/attachments/373273190547324928/562276533096546314/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276547378151434/FUCKINGNOTHING.png + mmmmmmm: 562275634601263124 +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276547378151434/FUCKINGNOTHING.png +[DEL EMOJI] mmmmmmm: CCCP#6041: 562275634601263124 + shapiro: 562275736203821077 +[DEL EMOJI] shapiro: CCCP#6041: 562275736203821077 + npc: 562275968346226718 +[DEL EMOJI] npc: CCCP#6041: 562275968346226718 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276548141383728/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276548141383728/FUCKINGSOMETHING.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276552751185940/groudon.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276555993120776/mmmm.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276556509020160/kyogre.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276549714247685/fug.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276561261297665/megafug.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276552751185940/groudon.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276555993120776/mmmm.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276556509020160/kyogre.png + 545406229799763980: 562276501899182101 +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276549714247685/fug.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276561261297665/megafug.png +[DEL EMOJI] 545406229799763980: sex man#4887: 562276501899182101 + 545406229799763980: https://cdn.discordapp.com/attachments/373273190547324928/562276584581627905/mmmm.png +[NEW EMOJI] 545406229799763980: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276584581627905/mmmm.png + fug: 562276585328082990 +[DEL EMOJI] fug: sex man#4887: 562276585328082990 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276607549636618/mmmm.png +[NEW EMOJI] fug: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276607549636618/mmmm.png + FUCKINGNOTHING: 562276550481936399 +[DEL EMOJI] FUCKINGNOTHING: sex man#4887: 562276550481936399 + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276627350945792/mmmm.png +[NEW EMOJI] FUCKINGNOTHING: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276627350945792/mmmm.png + seething: 562265419960811540 +[DEL EMOJI] seething: sex man#4887: 562265419960811540 + seething: https://cdn.discordapp.com/attachments/373273190547324928/562276649245212682/mmmm.png +[NEW EMOJI] seething: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562276649245212682/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276663069507594/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276665674170368/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276663069507594/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276665674170368/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276667620458537/fug.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276667620458537/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276670229446687/groudon.png + morphon3d: https://cdn.discordapp.com/attachments/373273190547324928/562276670279778307/morphon3d.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562276670229446687/groudon.png + pigga: 562276582987923467 +[NEW EMOJI] morphon3d: luckytyphlosion#1166: https://cdn.discordapp.com/attachments/373273190547324928/562276670279778307/morphon3d.png +[DEL EMOJI] pigga: sex man#4887: 562276582987923467 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276674310504448/kyogre.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276674679341056/mmmm.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276680865939506/megafug.png + megafug: 562276586439704577 +[DEL EMOJI] megafug: sex man#4887: 562276586439704577 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276694862331954/mmmm.png + fug: 562276670552408075 +[DEL EMOJI] fug: sex man#4887: 562276670552408075 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276717310377999/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276718753349642/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276721416470528/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276723069026317/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276726902751282/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276730711048192/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276733164716040/megafug.png + Kokana: 562276412938125322 +[DEL EMOJI] Kokana: sex man#4887: 562276412938125322 + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562276740093706265/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276748885098509/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276751414132748/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276754484625408/fug.png + kyogre: 562276583608680469 +[DEL EMOJI] kyogre: sex man#4887: 562276583608680469 + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276757009334272/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276757152202812/mmmm.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276762533232652/megafug.png + groudon: 562276673429569555 +[DEL EMOJI] groudon: sex man#4887: 562276673429569555 + shapiro: 562275869264052225 +[DEL EMOJI] shapiro: CCCP#6041: 562275869264052225 + pigga: 562275900700491801 +[DEL EMOJI] pigga: CCCP#6041: 562275900700491801 + unknown: 562276165889294346 +[DEL EMOJI] unknown: CCCP#6041: 562276165889294346 + mmmm: 562276537869533188 +[DEL EMOJI] mmmm: CCCP#6041: 562276537869533188 + seething: 562276654509064192 +[DEL EMOJI] seething: CCCP#6041: 562276654509064192 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276775422459978/kyogre.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276775871381514/mmmm.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276799011094530/fug.png + doomer: https://cdn.discordapp.com/attachments/373273190547324928/562276815247507456/mmmm.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276794221199370/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276794401554434/FUCKINGNOTHING.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276802467332096/groudon.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276831999295497/FUCKINGSOMETHING.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276808742141963/megafug.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276835795140619/mmmm.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276804560420865/kyogre.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276829097099264/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276797052616724/FUCKINGSOMETHING.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276837703680020/groudon.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276834029338634/fug.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276841327427615/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276844796379156/megafug.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276854967566337/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276859371323402/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276862148214789/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276864631242763/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276867986423841/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276871153385512/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276873946791939/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276875049762844/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276886466658305/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276889281167373/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276891411611689/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276894494687251/groudon.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276895182290945/mmmm.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276914887262229/mmmm.png + morphon3d: https://cdn.discordapp.com/attachments/373273190547324928/562276930049802241/morphon3d.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562276933480742912/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562276935611187230/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562276936852832276/fug.png + boomer: https://cdn.discordapp.com/attachments/373273190547324928/562276936995569702/mmmm.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562276937876111370/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562276939327340545/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562276941756104724/megafug.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562276962328903690/pigga.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562276966175080480/mmmm.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562276970637819905/mmmm_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562276972785565696/mmmm_kopia_2.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562276990569283614/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562276992209256451/mmmm_kopia.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562276992922157057/Kokana.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562276995661299712/mmmm.png + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562277000711241738/9k.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277016230166534/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277018717126666/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277020550168576/mmmm.png + mmminreallife: https://cdn.discordapp.com/attachments/373273190547324928/562277025218297856/9k.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562277053429186563/Kokana.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277084215377971/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277085930979338/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277088178995201/mmmm.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277090070626346/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277090687188993/mmmm_kopia_2_kopia.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562277096395636746/FUCKINGSOMETHING.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562277095863091201/FUCKINGNOTHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562277098501177365/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562277105254006788/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562277106772475932/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562277108722696202/megafug.png + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562277120844234806/9k.png + damaged: https://cdn.discordapp.com/attachments/373273190547324928/562277122274623498/434422913634926592.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277122161377321/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277122635464709/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277124174643201/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277125223350273/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277128075477022/mmmm.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562277137281843200/9k.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277148564652074/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277149059579934/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277150233985024/mmmm_kopia_2.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562277150959337473/FUCKINGNOTHING.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277152058376193/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277153140506634/mmmm.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562277156017799213/FUCKINGSOMETHING.png + 562228601336889345: https://cdn.discordapp.com/attachments/373273190547324928/562277156542087169/9k.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562277160375549993/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562277163244716032/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562277166146912257/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562277169242570753/megafug.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562277169993220111/9k.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562277183859720212/9k.png + cryingwojak: https://cdn.discordapp.com/attachments/373273190547324928/562277194420715542/cryingwojak.png + derail: https://cdn.discordapp.com/attachments/373273190547324928/562277197189218344/derail.png + dab: https://cdn.discordapp.com/attachments/373273190547324928/562277197168115732/dab.png + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562277197080035379/exhausted.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562277198082474005/9k.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277199550611476/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277200880205844/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277202989809696/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277204302495754/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277205095481344/mmmm.png + newzealandpepe: https://cdn.discordapp.com/attachments/373273190547324928/562277205468774400/newzealandpepe.png + pepe: https://cdn.discordapp.com/attachments/373273190547324928/562277208211718145/pepe.jpg + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562277210946404372/9k.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562277225131671553/9k.png + derail: https://cdn.discordapp.com/attachments/373273190547324928/562277232194617344/derail.png + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562277239140384789/9k.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562277245020798976/Kokana.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562277247487180817/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562277249819344932/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562277252700700694/mmmm.png + 545406229799763980: https://cdn.discordapp.com/attachments/373273190547324928/562277274683179008/9k.png + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562277315824975872/9k.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562277369281380362/9k.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562277644301893633/Kokana.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 192, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(36)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(42)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 134, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + nyandab: https://cdn.discordapp.com/attachments/373273190547324928/562277911063822357/9k.png +[RATE LIMIT] Wait 50 minutes and 44 seconds + b4342466d0: https://puu.sh/D8uyP/b4342466d0.png +[RATE LIMIT] Wait 48 minutes and 33 seconds + b4342466d0: https://puu.sh/D8uyP/b4342466d0.png +[RATE LIMIT] Wait 48 minutes and 17 seconds + FB_IMG_1549685348139: https://cdn.discordapp.com/attachments/373273190547324928/562278533943132180/FB_IMG_1549685348139.jpg +[RATE LIMIT] Wait 48 minutes and 15 seconds + FB_IMG_1543090202601: https://cdn.discordapp.com/attachments/373273190547324928/562278687538544660/FB_IMG_1543090202601.jpg +[RATE LIMIT] Wait 47 minutes and 39 seconds + FB_IMG_1533250203310: https://cdn.discordapp.com/attachments/373273190547324928/562278850592112662/FB_IMG_1533250203310.jpg +[RATE LIMIT] Wait 46 minutes and 59 seconds + 1553868631195: https://cdn.discordapp.com/attachments/373273190547324928/562279951005646848/1553868631195.png +[RATE LIMIT] Wait 42 minutes and 37 seconds + 8edd111227: https://puu.sh/D8v3R/8edd111227.png +[RATE LIMIT] Wait 26 minutes and 58 seconds + 1553265361444-1: https://cdn.discordapp.com/attachments/373273190547324928/562285484697452565/1553265361444-1.jpg +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Invalid Form Body +In name: String value did not match validation regex. + 1553265361444-1: https://cdn.discordapp.com/attachments/373273190547324928/562285533108240384/1553265361444-1.jpg +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 182, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Invalid Form Body +In name: String value did not match validation regex. + epic: https://cdn.discordapp.com/attachments/373273190547324928/562289934308999188/shapiro.png +[RATE LIMIT] Wait 2 minutes and 57 seconds + ahem: https://cdn.discordapp.com/attachments/373273190547324928/562290755226304574/ahem.jpg +[NEW EMOJI] ahem: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562290755226304574/ahem.jpg +[PIN] Schultz™#8592: 562290755721494538 + dab: https://cdn.discordapp.com/attachments/373273190547324928/562291091420741651/dab.png +[NEW EMOJI] dab: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562291091420741651/dab.png +[PIN] 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562290755721494538 + ahem: 562290758623952896 +[DEL EMOJI] ahem: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562290758623952896 + pigga: 562276444269576192 +[DEL EMOJI] pigga: sex man#4887: 562276444269576192 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562291698579931146/mmmm_kopia_kopia.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562291698579931146/mmmm_kopia_kopia.png + groudon: 562276581360271361 +[DEL EMOJI] groudon: sex man#4887: 562276581360271361 + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562292214147973121/mmmm_kopia_kopia.png +[NEW EMOJI] groudon: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292214147973121/mmmm_kopia_kopia.png + FUCKINGSOMETHING: 562276579573760020 +[DEL EMOJI] FUCKINGSOMETHING: sex man#4887: 562276579573760020 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562292254526537738/mmmm_kopia_kopia.png +[NEW EMOJI] FUCKINGSOMETHING: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292254526537738/mmmm_kopia_kopia.png + FUCKINGNOTHING: 562276667876179968 +[DEL EMOJI] FUCKINGNOTHING: sex man#4887: 562276667876179968 + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562292285438689300/mmmm_kopia_2_kopia.png +[NEW EMOJI] FUCKINGNOTHING: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292285438689300/mmmm_kopia_2_kopia.png + FUCKINGSOMETHING: 562276669243523072 +[DEL EMOJI] FUCKINGSOMETHING: sex man#4887: 562276669243523072 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562292320985284610/mmmm_kopia_kopia.png +[NEW EMOJI] FUCKINGSOMETHING: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292320985284610/mmmm_kopia_kopia.png + pika: 562275798950739988 +[DEL EMOJI] pika: sex man#4887: 562275798950739988 + pika: https://cdn.discordapp.com/attachments/373273190547324928/562292400572334100/mmmm_kopia_2_kopia.png +[NEW EMOJI] pika: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292400572334100/mmmm_kopia_2_kopia.png + SOY: 562265336385241088 +[DEL EMOJI] SOY: sex man#4887: 562265336385241088 + SOY: https://cdn.discordapp.com/attachments/373273190547324928/562292609951989780/mmmm_kopia_2_kopia.png +[NEW EMOJI] SOY: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292609951989780/mmmm_kopia_2_kopia.png + 490971460932993042: 562227935839387678 +[DEL EMOJI] 490971460932993042: sex man#4887: 562227935839387678 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562292635461746713/mmmm_kopia_kopia.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292635461746713/mmmm_kopia_kopia.png + morphon3d: 562276674541191170 +[DEL EMOJI] morphon3d: sex man#4887: 562276674541191170 + morphon3d: https://cdn.discordapp.com/attachments/373273190547324928/562292669926080529/mmmm_kopia_kopia.png +[NEW EMOJI] morphon3d: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292669926080529/mmmm_kopia_kopia.png + lilfella: 562276119416668160 +[DEL EMOJI] lilfella: sex man#4887: 562276119416668160 + lilfella: https://cdn.discordapp.com/attachments/373273190547324928/562292697541378048/mmmm_kopia_2.png +[NEW EMOJI] lilfella: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292697541378048/mmmm_kopia_2.png + crangry: 562275890403344385 +[DEL EMOJI] crangry: sex man#4887: 562275890403344385 + crangry: https://cdn.discordapp.com/attachments/373273190547324928/562292720912039971/mmmm_kopia_kopia.png +[NEW EMOJI] crangry: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292720912039971/mmmm_kopia_kopia.png + 490971460932993042: 562275948234276884 +[DEL EMOJI] 490971460932993042: sex man#4887: 562275948234276884 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562292746061348871/mmmm_kopia_2_kopia.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292746061348871/mmmm_kopia_2_kopia.png + pigga: 562228459858821130 +[DEL EMOJI] pigga: sex man#4887: 562228459858821130 + pigga: https://cdn.discordapp.com/attachments/373273190547324928/562292783369682947/mmmm_kopia_kopia.png +[NEW EMOJI] pigga: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292783369682947/mmmm_kopia_kopia.png + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562292790852321280/unknown.png +[NEW EMOJI] vroom: coraldev#2976: https://cdn.discordapp.com/attachments/373273190547324928/562292790852321280/unknown.png + hope: https://cdn.discordapp.com/attachments/373273190547324928/562292873479979029/hope.png +[NEW EMOJI] hope: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562292873479979029/hope.png + vroom: 562292793729351718 +[DEL EMOJI] vroom: Alonso#1219: 562292793729351718 + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562292970418602024/mmmm_kopia_2.png +[NEW EMOJI] mmmm_kopia_2: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562292970418602024/mmmm_kopia_2.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562293063758643224/mmmm.png +[NEW EMOJI] mmmm: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293063758643224/mmmm.png + boomer: 562265211822800916 +[DEL EMOJI] boomer: sex man#4887: 562265211822800916 + boomer: https://cdn.discordapp.com/attachments/373273190547324928/562293154271723540/mmmm_kopia_2.png +[NEW EMOJI] boomer: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293154271723540/mmmm_kopia_2.png + 490971460932993042: 562275723159797761 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562275723159797761 + 490971460932993042: 562275818768826379 + 490971460932993042: 562275846421741582 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562275846421741582 + 490971460932993042: 562275951057174538 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562275951057174538 + mmminreallife: 562276112290283520 + megafug: 562276205311688704 +[DEL EMOJI] megafug: Mawile#9390: 562276205311688704 + groudon: 562276232746631198 +[DEL EMOJI] groudon: Mawile#9390: 562276232746631198 + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562293173477441559/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562293175666999297/FUCKINGSOMETHING.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562293180209561640/groudon.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562293178309541928/fug.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562293182239473667/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562293186568126494/megafug.png +[NEW EMOJI] mmmm: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293173477441559/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293175666999297/FUCKINGSOMETHING.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293180209561640/groudon.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293178309541928/fug.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293182239473667/kyogre.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562293186568126494/megafug.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562293267283181568/mmmm_kopia_2_kopia.png +[NEW EMOJI] mmmm_kopia_2_kopia: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293267283181568/mmmm_kopia_2_kopia.png + kyogre: 562293236253589557 +[DEL EMOJI] kyogre: sex man#4887: 562293236253589557 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562293328721346583/mmmm_kopia_2.png +[NEW EMOJI] kyogre: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293328721346583/mmmm_kopia_2.png + groudon: 562293233544200233 +[DEL EMOJI] groudon: sex man#4887: 562293233544200233 + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562293375135514629/mmmm_kopia_2.png +[NEW EMOJI] groudon: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293375135514629/mmmm_kopia_2.png + FUCKINGSOMETHING: 562293232294297628 +[DEL EMOJI] FUCKINGSOMETHING: sex man#4887: 562293232294297628 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562293430940860437/mmmm_kopia_2.png +[NEW EMOJI] FUCKINGSOMETHING: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293430940860437/mmmm_kopia_2.png + hope: 562292877061914625 +[DEL EMOJI] hope: sex man#4887: 562292877061914625 + hope: https://cdn.discordapp.com/attachments/373273190547324928/562293460200325141/mmmm_kopia_2.png +[NEW EMOJI] hope: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293460200325141/mmmm_kopia_2.png + 490971460932993042: 562243650088861716 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243650088861716 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562293496678187038/mmmm_kopia_2_kopia.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293496678187038/mmmm_kopia_2_kopia.png + mmmm: 562293231086206995 +[DEL EMOJI] mmmm: sex man#4887: 562293231086206995 + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562293549509640195/mmmm_kopia_kopia.png +[NEW EMOJI] mmmm: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293549509640195/mmmm_kopia_kopia.png + megafug: 562293237688303666 +[DEL EMOJI] megafug: sex man#4887: 562293237688303666 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562293565913432075/mmmm_kopia_2_kopia.png +[NEW EMOJI] megafug: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293565913432075/mmmm_kopia_2_kopia.png + fug: 562293234924257280 +[DEL EMOJI] fug: sex man#4887: 562293234924257280 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562293577976119466/mmmm_kopia_2.png +[NEW EMOJI] fug: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293577976119466/mmmm_kopia_2.png + dab: 562291095153672202 +[DEL EMOJI] dab: sex man#4887: 562291095153672202 + dab: https://cdn.discordapp.com/attachments/373273190547324928/562293595214839832/mmmm_kopia.png +[NEW EMOJI] dab: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293595214839832/mmmm_kopia.png + doomer: 562265267007127622 +[DEL EMOJI] doomer: sex man#4887: 562265267007127622 + doomer: https://cdn.discordapp.com/attachments/373273190547324928/562293611585208366/mmmm.png +[NEW EMOJI] doomer: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293611585208366/mmmm.png + sip: 562275590187515914 +[DEL EMOJI] sip: sex man#4887: 562275590187515914 + sip: https://cdn.discordapp.com/attachments/373273190547324928/562293636000251904/mmmm_kopia.png +[NEW EMOJI] sip: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293636000251904/mmmm_kopia.png + 490971460932993042: 562243754740678691 +[DEL EMOJI] 490971460932993042: sex man#4887: 562243754740678691 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562293660608364565/mmmm_kopia.png +[NEW EMOJI] 490971460932993042: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293660608364565/mmmm_kopia.png + will: https://cdn.discordapp.com/attachments/373273190547324928/562293669768593412/will.png +[NEW EMOJI] will: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562293669768593412/will.png + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562293751863705611/unknown.png +[NEW EMOJI] unknown: Alonso#1219: https://cdn.discordapp.com/attachments/373273190547324928/562293751863705611/unknown.png + unknown: 562293755223343134 +[DEL EMOJI] unknown: Alonso#1219: 562293755223343134 + crying_goat: https://cdn.discordapp.com/attachments/373273190547324928/562293794662514698/crying_goat.PNG +[NEW EMOJI] crying_goat: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562293794662514698/crying_goat.PNG + crying_goat: 562293798047055913 +[DEL EMOJI] crying_goat: Schultz™#8592: 562293798047055913 +[PIN] Schultz™#8592: 562293751863705613 +[PIN] sex man#4887: 562293794662514699 +[PIN] Alonso#1219: 562293794662514699 + will: 562293673761570855 +[DEL EMOJI] will: Angrybird#9048: 562293673761570855 +[PIN] Nuuk#3967: 562293794662514699 + hope: https://cdn.discordapp.com/attachments/373273190547324928/562295032091246602/hope.png +[NEW EMOJI] hope: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562295032091246602/hope.png + will: https://cdn.discordapp.com/attachments/373273190547324928/562295243693621248/will.png +[NEW EMOJI] will: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562295243693621248/will.png +[PIN] *Ben Shapiro#5265: 562295275184455720 +[PIN] coraldev#2976: 562295275184455720 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + 1554129842140: https://cdn.discordapp.com/attachments/373273190547324928/562297493845704714/1554129842140.png +[NEW EMOJI] 1554129842140: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: https://cdn.discordapp.com/attachments/373273190547324928/562297493845704714/1554129842140.png + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562298719504957450/Kokana.png +[NEW EMOJI] Kokana: Schultz™#8592: https://cdn.discordapp.com/attachments/373273190547324928/562298719504957450/Kokana.png + Kokana: 562298723523100682 +[DEL EMOJI] Kokana: gmerc#1356: 562298723523100682 + 562121143356620812: https://cdn.discordapp.com/attachments/373273190547324928/562298972836855817/562121143356620812.png +[NEW EMOJI] 562121143356620812: Nuuk#3967: https://cdn.discordapp.com/attachments/373273190547324928/562298972836855817/562121143356620812.png + pigga: 562276519074856962 +[DEL EMOJI] pigga: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562276519074856962 + 1554129842140: 562297497465257994 +[DEL EMOJI] 1554129842140: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562297497465257994 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(1)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + 83: https://cdn.discordapp.com/attachments/373273190547324928/562301744655237160/83.jpg +[NEW EMOJI] 83: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562301744655237160/83.jpg + 83: 562301747855360041 +[DEL EMOJI] 83: sex man#4887: 562301747855360041 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562302941948543175/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562302941948543175/unknown.png + will: 562295247829467136 +[DEL EMOJI] will: fonnymunkey#4059: 562295247829467136 + unknown: 562302946776449059 +[DEL EMOJI] unknown: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562302946776449059 + FUCKINGNOTHING: 562276631687725067 +[DEL EMOJI] FUCKINGNOTHING: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562276631687725067 + FUCKINGSOMETHING: 562292259928932362 +[DEL EMOJI] FUCKINGSOMETHING: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562292259928932362 + morphon3d: 562292678180732928 +[DEL EMOJI] morphon3d: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562292678180732928 + mmmm_kopia_2: 562292974000668676 +[DEL EMOJI] mmmm_kopia_2: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562292974000668676 + mmmm: 562293067839963147 +[DEL EMOJI] mmmm: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562293067839963147 + boomer: 562293161360097283 +[DEL EMOJI] boomer: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562293161360097283 + hope: 562293465749127191 +[DEL EMOJI] hope: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562293465749127191 + megafug: 562293570845802496 +[DEL EMOJI] megafug: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562293570845802496 + 455870213137629234: https://cdn.discordapp.com/attachments/373273190547324928/562310232118788096/455870213137629234.png +[NEW EMOJI] 455870213137629234: Nuuk#3967: https://cdn.discordapp.com/attachments/373273190547324928/562310232118788096/455870213137629234.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313686903947265/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313686903947265/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313689579913253/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313689579913253/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313694655152145/fug.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313694655152145/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313697163476992/groudon.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313697163476992/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313698987737161/kyogre.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313698987737161/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313704893317120/megafug.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313704893317120/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313732818993163/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313732818993163/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313734358564869/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313734358564869/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313736401059870/fug.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313736401059870/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313739601182721/groudon.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313739601182721/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313741320978433/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313742289993739/megafug.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313741320978433/kyogre.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313742289993739/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313769951297542/FUCKINGNOTHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313769951297542/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313772727795744/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313772727795744/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313775383052299/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313776590880798/groudon.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313775383052299/fug.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + 562228601336889345: 562275674337837056 +[DEL EMOJI] 562228601336889345: Mawile#9390: 562275674337837056 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313780868939857/kyogre.png +[NEW EMOJI] kyogre: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313780868939857/kyogre.png + 490971460932993042: 562275818768826379 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562275818768826379 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313786170671115/megafug.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313786170671115/megafug.png + mmminreallife: 562276112290283520 +[DEL EMOJI] mmminreallife: Mawile#9390: 562276112290283520 + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313802205495306/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313804105646080/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313802205495306/FUCKINGNOTHING.png + fug: 562276256721403904 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] fug: Mawile#9390: 562276256721403904 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313806383153152/fug.png + fug: 562276256721403904 +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313806383153152/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313811072122890/groudon.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + 490971460932993042: 562276299796643869 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562276299796643869 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313820383477770/megafug.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313817867157504/kyogre.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313820383477770/megafug.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + 490971460932993042: 562276366582808596 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562276366582808596 + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313853204168714/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313854411866117/FUCKINGSOMETHING.png +[NEW EMOJI] FUCKINGNOTHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313853204168714/FUCKINGNOTHING.png + 490971460932993042: 562276411084111873 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] 490971460932993042: Mawile#9390: 562276411084111873 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313856748093460/fug.png +[NEW EMOJI] fug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313856748093460/fug.png + Capture: 562276503661051929 +[DEL EMOJI] Capture: Mawile#9390: 562276503661051929 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313869163233295/megafug.png + Capture: 562276503661051929 +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313869163233295/megafug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313861517148180/groudon.png + 545406229799763980: 562276595608584193 +[DEL EMOJI] 545406229799763980: Mawile#9390: 562276595608584193 + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313867921850378/kyogre.png +[NEW EMOJI] groudon: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313861517148180/groudon.png + fug: 562276611609853953 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] fug: Mawile#9390: 562276611609853953 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313884682289182/FUCKINGSOMETHING.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313877463891971/FUCKINGNOTHING.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313890743189504/groudon.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313888696369167/fug.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313884682289182/FUCKINGSOMETHING.png + pigga: 562291703936057375 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] pigga: Mawile#9390: 562291703936057375 + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313900696272932/megafug.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313895893532683/kyogre.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313906706710558/mmmm_kopia_kopia.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313908036042802/FUCKINGNOTHING.png +[NEW EMOJI] megafug: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313900696272932/megafug.png + groudon: 562292219386789889 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] groudon: Mawile#9390: 562292219386789889 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313911978819585/FUCKINGSOMETHING.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313915837448253/mmmm_kopia.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313915162296351/groudon.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562313914046742549/mmmm_kopia_2.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313912742314016/mmmm_kopia_2_kopia.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313912855560222/fug.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562313919427903488/mmmm.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313933529284629/FUCKINGNOTHING.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313925643993149/megafug.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313925472026625/kyogre.png +[NEW EMOJI] FUCKINGSOMETHING: Mawile#9390: https://cdn.discordapp.com/attachments/373273190547324928/562313911978819585/FUCKINGSOMETHING.png + FUCKINGNOTHING: 562292290090041345 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] FUCKINGNOTHING: Mawile#9390: 562292290090041345 + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313941133426708/FUCKINGSOMETHING.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313940902608906/mmmm_kopia_kopia.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313943142498375/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562313943801004034/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313944849580066/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562313946162397184/mmmm.png +[NEW EMOJI] mmmm: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562313919427903488/mmmm.png + FUCKINGSOMETHING: 562292326282559489 +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) +[DEL EMOJI] FUCKINGSOMETHING: Mawile#9390: 562292326282559489 + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313947919810560/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313953649098762/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313958552371209/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313961157165057/megafug.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313964361351326/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313965544276002/mmmm_kopia_2_kopia.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313965443481765/FUCKINGNOTHING.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562313967372992532/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562313967968714762/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562313968941662234/mmmm.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313971659702281/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562313974729932841/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562313977992970253/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562313984871759932/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562313992660451338/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562313994531241993/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562313997563592716/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314002638700547/fug.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314006036086785/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314006455517209/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314008682692609/mmmm_kopia_2.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314009441730565/groudon.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314010322534410/mmmm_kopia.png + mmmm: https://cdn.discordapp.com/attachments/373273190547324928/562314010645626905/mmmm.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314014009589769/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314020905025559/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314029884899329/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314033609310208/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314035916439552/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314038273376286/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314039498113055/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314041830146069/megafug.png + dab: https://cdn.discordapp.com/attachments/373273190547324928/562314044548186114/dab.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314045311549463/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314047224021053/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314047853166603/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314049602191360/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314050818670615/mmmm_kopia.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314055520354324/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314059500879902/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314059978899459/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314063292399618/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314064739434527/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314066748637185/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314084293279754/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314088525332510/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314095634939935/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314097232838688/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314100235829279/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314102681370634/megafug.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314113980825611/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314117919014923/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314122507714600/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314126735704087/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314129252024353/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314133543059456/megafug.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314150756352011/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314151620247563/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314152685731840/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314154535288854/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314154837278722/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314167563059215/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314168817156096/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314170222247936/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314170989543534/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314172893888524/mmmm_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314195786268677/mmmm_kopia_2_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314200140087326/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314202107346954/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314215503822848/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314216598405120/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314217169092639/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314219005935637/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314220452970498/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314232801001531/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314234441236486/mmmm_kopia_2_kopia.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314239935774742/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314254422769670/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314255718940674/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314256423321623/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314259753599000/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314258633850880/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314273603321876/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314275545415685/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314276056858647/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314277629853716/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314298530201630/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314300090220547/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314301671604244/mmmm_kopia_2.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314302426710036/FUCKINGNOTHING.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314302330109994/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314303802310692/mmmm_kopia.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314308671897610/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314311242874881/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314316020449291/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314317769474061/kyogre.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314319589802041/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314321036574737/mmmm_kopia_2_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314323511476254/mmmm_kopia_3.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314325339930634/megafug.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314325113438218/mmmm_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314322965954563/mmmm_kopia_2.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314326111682583/FUCKINGNOTHING.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314328670470167/FUCKINGSOMETHING.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314334458478592/fug.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314336744243214/groudon.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314348199149588/mmmm_kopia_2.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314348589219897/megafug.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314351307128864/mmmm_kopia_2_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314353462738954/mmmm_kopia_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314359104208896/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314361553813505/mmmm_kopia.png + FUCKINGNOTHING: https://cdn.discordapp.com/attachments/373273190547324928/562314371720544276/FUCKINGNOTHING.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314374727991384/mmmm_kopia_kopia.png + FUCKINGSOMETHING: https://cdn.discordapp.com/attachments/373273190547324928/562314374312755201/FUCKINGSOMETHING.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314377072607233/mmmm_kopia_2_kopia.png + fug: https://cdn.discordapp.com/attachments/373273190547324928/562314376997109791/fug.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314377819324439/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314379626807296/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314381111722004/mmmm_kopia.png + groudon: https://cdn.discordapp.com/attachments/373273190547324928/562314382030405632/groudon.png + kyogre: https://cdn.discordapp.com/attachments/373273190547324928/562314388141506560/kyogre.png + megafug: https://cdn.discordapp.com/attachments/373273190547324928/562314392281153537/megafug.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314393333923840/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314394126778396/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314395519156237/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314396584378408/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314397897326594/mmmm_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314408039022607/mmmm_kopia_2_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314407191773195/mmmm_kopia_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314409612148748/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314410547478529/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314413093289994/mmmm_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314448803594240/mmmm_kopia_2_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314452402176030/mmmm_kopia_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314456961384450/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314457653575681/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314460337799200/mmmm_kopia.png + 562121143356620812: 562298975835914240 +[DEL EMOJI] 562121143356620812: Mawile#9390: 562298975835914240 + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314475118657568/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314476074827784/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314477400490005/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314478507524098/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314479375876105/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314501979111424/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314503774273558/mmmm_kopia_2_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314505443344407/mmmm_kopia_3.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314505812574230/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314507263803401/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314521213927454/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314522262765578/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314523437039632/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314525680992256/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314525651501056/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314557436067861/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314558920720394/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314560971866122/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314562775285760/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314562653650945/mmmm_kopia_3.png + pika: 562292405941043200 +[DEL EMOJI] pika: Mawile#9390: 562292405941043200 + SOY: 562292615362510848 +[DEL EMOJI] SOY: Mawile#9390: 562292615362510848 + 490971460932993042: 562292640779862047 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562292640779862047 + lilfella: 562292702696308756 +[DEL EMOJI] lilfella: Mawile#9390: 562292702696308756 + crangry: 562292726515761177 +[DEL EMOJI] crangry: Mawile#9390: 562292726515761177 + 490971460932993042: 562292751970861118 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562292751970861118 + pigga: 562292788448722945 +[DEL EMOJI] pigga: Mawile#9390: 562292788448722945 + mmmm_kopia_2_kopia: 562293271838326794 +[DEL EMOJI] mmmm_kopia_2_kopia: Mawile#9390: 562293271838326794 + kyogre: 562293333460910120 +[DEL EMOJI] kyogre: Mawile#9390: 562293333460910120 + groudon: 562293381154471958 +[DEL EMOJI] groudon: Mawile#9390: 562293381154471958 + FUCKINGSOMETHING: 562293435550269440 +[DEL EMOJI] FUCKINGSOMETHING: Mawile#9390: 562293435550269440 + 490971460932993042: 562293501144858634 +[DEL EMOJI] 490971460932993042: Mawile#9390: 562293501144858634 + mmmm: 562293554953715713 +[DEL EMOJI] mmmm: Mawile#9390: 562293554953715713 + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314625241317398/mmmm_kopia_2_kopia.png + deadhorse: https://cdn.discordapp.com/attachments/373273190547324928/562314643763363882/deadhorse.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314667741937673/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314666991419443/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314629318049827/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314624196673545/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314664835285003/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314716077359105/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314718329569292/mmmm_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314735182413824/mmmm_kopia_2.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314692836589578/mmmm_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314627078422538/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314627933929473/mmmm_kopia_3.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314690450030613/mmmm_kopia_3.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314666429120541/mmmm_kopia_2.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314733701824515/mmmm_kopia_2_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314687849562123/mmmm_kopia_2_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314715158544562/mmmm_kopia_2_kopia.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314736755277859/mmmm_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314735652175894/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314731558535210/mmmm_kopia_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314664730427392/mmmm_kopia_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314689141538816/mmmm_kopia_2.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314687073746964/mmmm_kopia_kopia.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314717771857950/mmmm_kopia_3.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314713254592513/mmmm_kopia_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314769705467924/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314770741723158/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314772142358548/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314773887189002/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314776194187299/mmmm_kopia.png + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314786340208671/mmmm_kopia_kopia.png + mmmm_kopia_2_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314787304898585/mmmm_kopia_2_kopia.png + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314789339267104/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314791323172874/mmmm_kopia_3.png + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314792753168384/mmmm_kopia.png +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(166)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(161)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 135, in on_message + async with self.emoji_lock: +AttributeError: 'Client' object has no attribute 'emoji_lock' +Logged on as *Ben Shapiro#5265 + mmmm_kopia_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314822952419329/mmmm_kopia_kopia.png +[RATE LIMIT] Wait 41 minutes and 44 seconds + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562314828182716417/mmmm_kopia_2.png + mmmm_kopia_3: https://cdn.discordapp.com/attachments/373273190547324928/562314829847593019/mmmm_kopia_3.png +[RATE LIMIT] Wait 41 minutes and 43 seconds + mmmm_kopia: https://cdn.discordapp.com/attachments/373273190547324928/562314831215067166/mmmm_kopia.png +[RATE LIMIT] Wait 41 minutes and 43 seconds +[RATE LIMIT] Wait 41 minutes and 43 seconds + 2bf1e33331: https://puu.sh/D8xYA/2bf1e33331.png +[RATE LIMIT] Wait 41 minutes and 23 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562316494487289876/unknown.png +[RATE LIMIT] Wait 35 minutes and 7 seconds + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562316546454716466/unknown.png +[RATE LIMIT] Wait 34 minutes and 54 seconds +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + 561932961327611904: https://cdn.discordapp.com/attachments/373273190547324928/562328476716105763/561932961327611904.png +[NEW EMOJI] 561932961327611904: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562328476716105763/561932961327611904.png + dab: 562293600386416640 +[DEL EMOJI] dab: StarMagician#5358: 562293600386416640 +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(7)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + fug: 562293584401924121 +[DEL EMOJI] fug: StarMagician#5358: 562293584401924121 + doomer: 562293617411096579 +[DEL EMOJI] doomer: StarMagician#5358: 562293617411096579 + sip: 562293640425242624 +[DEL EMOJI] sip: StarMagician#5358: 562293640425242624 + 490971460932993042: 562293664915914771 +[DEL EMOJI] 490971460932993042: StarMagician#5358: 562293664915914771 + hope: 562295035719188491 +[DEL EMOJI] hope: StarMagician#5358: 562295035719188491 + FUCKINGNOTHING: 562313690150600744 +[DEL EMOJI] FUCKINGNOTHING: StarMagician#5358: 562313690150600744 + FUCKINGSOMETHING: 562313693212442657 +[DEL EMOJI] FUCKINGSOMETHING: StarMagician#5358: 562313693212442657 + fug: 562313698492940288 +[DEL EMOJI] fug: StarMagician#5358: 562313698492940288 + groudon: 562313699982049290 +[DEL EMOJI] groudon: StarMagician#5358: 562313699982049290 + kyogre: 562313702083264514 +[DEL EMOJI] kyogre: StarMagician#5358: 562313702083264514 + megafug: 562313708597018625 +[DEL EMOJI] megafug: StarMagician#5358: 562313708597018625 + FUCKINGNOTHING: 562313736098938891 +[DEL EMOJI] FUCKINGNOTHING: StarMagician#5358: 562313736098938891 + FUCKINGSOMETHING: 562313737780854786 +[DEL EMOJI] FUCKINGSOMETHING: StarMagician#5358: 562313737780854786 + fug: 562313740653953035 +[DEL EMOJI] fug: StarMagician#5358: 562313740653953035 + groudon: 562313742780596234 +[DEL EMOJI] groudon: StarMagician#5358: 562313742780596234 + kyogre: 562313744877748254 +[DEL EMOJI] kyogre: StarMagician#5358: 562313744877748254 + megafug: 562313746006016011 +[DEL EMOJI] megafug: StarMagician#5358: 562313746006016011 + FUCKINGNOTHING: 562313773348814849 +[DEL EMOJI] FUCKINGNOTHING: StarMagician#5358: 562313773348814849 + FUCKINGSOMETHING: 562313776280502284 +[DEL EMOJI] FUCKINGSOMETHING: StarMagician#5358: 562313776280502284 + fug: 562313778109087755 +[DEL EMOJI] fug: StarMagician#5358: 562313778109087755 + kyogre: 562313784635686943 +[DEL EMOJI] kyogre: StarMagician#5358: 562313784635686943 + megafug: 562313797843419139 +[DEL EMOJI] megafug: StarMagician#5358: 562313797843419139 + FUCKINGNOTHING: 562313811466387476 +[DEL EMOJI] FUCKINGNOTHING: StarMagician#5358: 562313811466387476 + fug: 562313825068646441 +[DEL EMOJI] fug: StarMagician#5358: 562313825068646441 + megafug: 562313840914595840 +[DEL EMOJI] megafug: StarMagician#5358: 562313840914595840 + FUCKINGNOTHING: 562313857138163743 +[DEL EMOJI] FUCKINGNOTHING: StarMagician#5358: 562313857138163743 + fug: 562313870945943567 +[DEL EMOJI] fug: StarMagician#5358: 562313870945943567 + megafug: 562313879804313644 +[DEL EMOJI] megafug: StarMagician#5358: 562313879804313644 + groudon: 562313893406572554 +[DEL EMOJI] groudon: StarMagician#5358: 562313893406572554 + FUCKINGSOMETHING: 562313907528794112 +[DEL EMOJI] FUCKINGSOMETHING: StarMagician#5358: 562313907528794112 + megafug: 562313921269071873 +[DEL EMOJI] megafug: StarMagician#5358: 562313921269071873 + FUCKINGSOMETHING: 562313936691789835 +[DEL EMOJI] FUCKINGSOMETHING: StarMagician#5358: 562313936691789835 + mmmm: 562313951430311970 +[DEL EMOJI] mmmm: StarMagician#5358: 562313951430311970 + 561932961327611904: 562328479916490762 +[DEL EMOJI] 561932961327611904: StarMagician#5358: 562328479916490762 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562330649185484803/unknown.png +[NEW EMOJI] unknown: cowardly monoliths#2784: https://cdn.discordapp.com/attachments/373273190547324928/562330649185484803/unknown.png + unknown: 562330730198204446 +[DEL EMOJI] unknown: StarMagician#5358: 562330730198204446 + ciASS: https://cdn.discordapp.com/attachments/373273190547324928/562330771969540118/ciASS.png +[NEW EMOJI] ciASS: BreadCrumbs#1708: https://cdn.discordapp.com/attachments/373273190547324928/562330771969540118/ciASS.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330798221426690/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330798221426690/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330800473899024/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330800473899024/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330803254853672/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330803254853672/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330806643720215/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330806643720215/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330809768345641/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330809768345641/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330813266526218/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330813266526218/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330816198344719/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330816198344719/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330819176169493/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330819176169493/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330822431080478/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330822431080478/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330825576939530/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330825576939530/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330840474845212/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330840474845212/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330873752453121/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330873752453121/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330899954270209/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330899954270209/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330928748298250/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330928748298250/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330953008283666/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330953008283666/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562330979738320926/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562330979738320926/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331005969760266/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331005969760266/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331031852679198/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331031852679198/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331058192908434/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331058192908434/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331085212483594/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331085212483594/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331111532003358/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331111532003358/490971460932993042.png + ciASS: 562330775744151552 +[DEL EMOJI] ciASS: StarMagician#5358: 562330775744151552 + ciASS: https://cdn.discordapp.com/attachments/373273190547324928/562331137670643762/490971460932993042.png +[NEW EMOJI] ciASS: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331137670643762/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331172324245525/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331172324245525/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331199809257520/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331199809257520/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331231069667359/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331231069667359/490971460932993042.png + 455870213137629234: 562310235767701533 +[DEL EMOJI] 455870213137629234: BreadCrumbs#1708: 562310235767701533 + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331274795155467/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331274795155467/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331361222983700/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331361222983700/490971460932993042.png + whygod: https://cdn.discordapp.com/attachments/373273190547324928/562331420799008768/562310235767701533.png +[NEW EMOJI] whygod: Nuuk#3967: https://cdn.discordapp.com/attachments/373273190547324928/562331420799008768/562310235767701533.png + whygod: 562331424238075905 +[DEL EMOJI] whygod: Nuuk#3967: 562331424238075905 + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331492366155802/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331492366155802/562243833954435072.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331519344050197/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331519344050197/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331582749343754/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331582749343754/490971460932993042.png + 490971460932993042: https://cdn.discordapp.com/attachments/373273190547324928/562331614659477543/490971460932993042.png +[NEW EMOJI] 490971460932993042: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331614659477543/490971460932993042.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331660746752000/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331660746752000/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331738618200092/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331738618200092/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331765897953310/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331765897953310/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331855156674639/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331855156674639/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331882583228437/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331882583228437/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331908730650625/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331908730650625/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331936727760906/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331936727760906/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331964905095168/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331964905095168/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562331992042242069/562243833954435072.png + MAD: https://cdn.discordapp.com/attachments/373273190547324928/562331993376030730/MAD.jpg +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562331992042242069/562243833954435072.png +[NEW EMOJI] MAD: BreadCrumbs#1708: https://cdn.discordapp.com/attachments/373273190547324928/562331993376030730/MAD.jpg + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332204873678848/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562332204873678848/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332234015571988/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562332234015571988/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332261429805066/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562332261429805066/562243833954435072.png + kylofist: https://cdn.discordapp.com/attachments/373273190547324928/562332283839709185/kylofist.png +[NEW EMOJI] kylofist: Nuuk#3967: https://cdn.discordapp.com/attachments/373273190547324928/562332283839709185/kylofist.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332294547898390/562243833954435072.png +[NEW EMOJI] 562243833954435072: StarMagician#5358: https://cdn.discordapp.com/attachments/373273190547324928/562332294547898390/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332349736419354/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332378480246784/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332406447603712/562243833954435072.png + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562332438269919252/562243833954435072.png + 562243833954435072: 562331664332881930 +[DEL EMOJI] 562243833954435072: Jttyzzle#2690: 562331664332881930 + an_hiro: https://cdn.discordapp.com/attachments/373273190547324928/562333230255308830/an_hiro.jpg + 490971460932993042: 562330932409794563 +[DEL EMOJI] 490971460932993042: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562330932409794563 +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +Ignoring exception in on_message +Traceback (most recent call last): + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 151, in request + await lock.acquire() + File "/usr/lib64/python3.6/asyncio/locks.py", line 181, in acquire + yield from fut +concurrent.futures._base.CancelledError + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 193, in on_message + await message.add_reaction("⁉") + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/message.py", line 709, in add_reaction + await self._state.http.add_reaction(self.id, self.channel.id, emoji) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 158, in request + async with self.__session.request(method, url, **kwargs) as r: + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__ + self._resp = await self._coro + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/aiohttp/client.py", line 348, in _request + raise RuntimeError('Session is closed') +RuntimeError: Session is closed +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(5)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + hiroshima: https://cdn.discordapp.com/attachments/373273190547324928/562333663623249951/an_hiro.jpg +[RATE LIMIT] Wait 39 minutes and 23 seconds + ciASS: 562331143412908064 +[DEL EMOJI] ciASS: BreadCrumbs#1708: 562331143412908064 + checkem: https://cdn.discordapp.com/attachments/373273190547324928/562338037800108082/red_checked.PNG +[RATE LIMIT] Wait 22 minutes and 0 seconds +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[gather.._done_callback(3)() at /usr/lib64/python3.6/asyncio/tasks.py:622, shield.._done_callback() at /usr/lib64/python3.6/asyncio/tasks.py:688]> +Exception ignored in: +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/gateway.py", line 539, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 855, in close_connection + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/websockets/protocol.py", line 880, in wait_for_connection_lost + File "/usr/lib64/python3.6/asyncio/tasks.py", line 342, in wait_for + File "/usr/lib64/python3.6/asyncio/base_events.py", line 560, in call_later + File "/usr/lib64/python3.6/asyncio/base_events.py", line 570, in call_at + File "/usr/lib64/python3.6/asyncio/base_events.py", line 377, in _check_closed +RuntimeError: Event loop is closed +ERROR:asyncio:_GatheringFuture exception was never retrieved +future: <_GatheringFuture finished exception=CancelledError()> +concurrent.futures._base.CancelledError +ERROR:asyncio:Task was destroyed but it is pending! +task: wait_for=()]> cb=[Client._do_cleanup..when_future_is_done() at /home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py:489, gather.._done_callback(4)() at /usr/lib64/python3.6/asyncio/tasks.py:622]> +WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported +Logged on as *Ben Shapiro#5265 + red_checked: https://cdn.discordapp.com/attachments/373273190547324928/562343002572324882/red_checked.PNG +[RATE LIMIT] Wait 2 minutes and 16 seconds + MAD: 562331997934977039 +[DEL EMOJI] MAD: gmerc#1356: 562331997934977039 + checked: https://cdn.discordapp.com/attachments/373273190547324928/562345880032641052/red_checked.PNG +[NEW EMOJI] checked: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562345880032641052/red_checked.PNG + checked: 562345883832811540 +[DEL EMOJI] checked: Tommo#7032: 562345883832811540 + mmmm_kopia_2: https://cdn.discordapp.com/attachments/373273190547324928/562348309792948228/mmmm_kopia_2.png +[NEW EMOJI] mmmm_kopia_2: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348309792948228/mmmm_kopia_2.png + kylofist: 562332287341953045 +[DEL EMOJI] kylofist: Bum#3019: 562332287341953045 + ahem: https://cdn.discordapp.com/attachments/373273190547324928/562348706028978192/ahem.jpg +[NEW EMOJI] ahem: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348706028978192/ahem.jpg + angrypepe: https://cdn.discordapp.com/attachments/373273190547324928/562348708260478976/angrypepe.png +[NEW EMOJI] angrypepe: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348708260478976/angrypepe.png + cryingwojak: https://cdn.discordapp.com/attachments/373273190547324928/562348713419341825/cryingwojak.png +[NEW EMOJI] cryingwojak: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348713419341825/cryingwojak.png + dab: https://cdn.discordapp.com/attachments/373273190547324928/562348716900483102/dab.png + exhausted: https://cdn.discordapp.com/attachments/373273190547324928/562348719220064256/exhausted.png +[NEW EMOJI] dab: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348716900483102/dab.png +[NEW EMOJI] exhausted: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348719220064256/exhausted.png + newzealandpepe: https://cdn.discordapp.com/attachments/373273190547324928/562348722600542249/newzealandpepe.png +[NEW EMOJI] newzealandpepe: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348722600542249/newzealandpepe.png + pepe: https://cdn.discordapp.com/attachments/373273190547324928/562348726031482884/pepe.jpg +[NEW EMOJI] pepe: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348726031482884/pepe.jpg + 490971460932993042: 562330801501634580 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330801501634580 + smugpepe: https://cdn.discordapp.com/attachments/373273190547324928/562348730003488786/smugpepe.png + smugwojak: https://cdn.discordapp.com/attachments/373273190547324928/562348731677278209/smugwojak.png +[NEW EMOJI] smugpepe: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348730003488786/smugpepe.png +Ignoring exception in on_message +Traceback (most recent call last): + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/client.py", line 218, in _run_event + await coro(*args, **kwargs) + File "bot.py", line 183, in on_message + ret = await message.guild.create_custom_emoji(name=name, image=image_data) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/guild.py", line 1211, in create_custom_emoji + data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason) + File "/home/bot/foolsbot/env/lib64/python3.6/site-packages/discord/http.py", line 221, in request + raise HTTPException(r, data) +discord.errors.HTTPException: BAD REQUEST (status code: 400): Maximum number of emojis reached (50) + 490971460932993042: 562330803976011826 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330803976011826 + smugwojak: https://cdn.discordapp.com/attachments/373273190547324928/562348849889542155/smugwojak.png +[NEW EMOJI] smugwojak: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348849889542155/smugwojak.png + 490971460932993042: 562330807063019521 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330807063019521 + wojak: https://cdn.discordapp.com/attachments/373273190547324928/562348886715400203/wojak.png +[NEW EMOJI] wojak: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348886715400203/wojak.png + 490971460932993042: 562330810536165386 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330810536165386 + wojak2: https://cdn.discordapp.com/attachments/373273190547324928/562348895519244290/wojak2.png +[NEW EMOJI] wojak2: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562348895519244290/wojak2.png + dab: 562348721296375808 +[DEL EMOJI] dab: Tommo#7032: 562348721296375808 + 562243833954435072: 562332298180165632 +[DEL EMOJI] 562243833954435072: sex man#4887: 562332298180165632 + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562349080819269670/dab.png +[NEW EMOJI] 562243833954435072: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562349080819269670/dab.png + 1550031950072: https://cdn.discordapp.com/attachments/373273190547324928/562349251682762756/1550031950072.jpg +[NEW EMOJI] 1550031950072: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562349251682762756/1550031950072.jpg + 490971460932993042: 562330812683517955 +[DEL EMOJI] 490971460932993042: Ghost#9283: 562330812683517955 + 1552310842768: https://cdn.discordapp.com/attachments/373273190547324928/562349473389477888/1552310842768.png +[NEW EMOJI] 1552310842768: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562349473389477888/1552310842768.png + 490971460932993042: 562330816747929610 +[DEL EMOJI] 490971460932993042: Tommo#7032: 562330816747929610 + unknown: https://cdn.discordapp.com/attachments/373273190547324928/562349511360380928/unknown.png +[NEW EMOJI] unknown: Tommo#7032: https://cdn.discordapp.com/attachments/373273190547324928/562349511360380928/unknown.png + unknown: 562349516200607745 +[DEL EMOJI] unknown: Tommo#7032: 562349516200607745 + KANTOOO: https://cdn.discordapp.com/attachments/373273190547324928/562349596282716160/KANTOOO.png +[NEW EMOJI] KANTOOO: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562349596282716160/KANTOOO.png + 490971460932993042: 562330818991751178 +[DEL EMOJI] 490971460932993042: Ghost#9283: 562330818991751178 + 1486926235119: https://cdn.discordapp.com/attachments/373273190547324928/562350052840964127/1486926235119.jpg +[NEW EMOJI] 1486926235119: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562350052840964127/1486926235119.jpg + 490971460932993042: 562330822263308558 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330822263308558 + file: https://cdn.discordapp.com/attachments/373273190547324928/562350293509996563/file.png +[NEW EMOJI] file: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562350293509996563/file.png + 490971460932993042: 562330825689923589 +[DEL EMOJI] 490971460932993042: Kahn#5271: 562330825689923589 + Kokana: https://cdn.discordapp.com/attachments/373273190547324928/562350626298789899/Kokana.png +[NEW EMOJI] Kokana: Kahn#5271: https://cdn.discordapp.com/attachments/373273190547324928/562350626298789899/Kokana.png + 490971460932993042: 562330828923731977 +[DEL EMOJI] 490971460932993042: Ghost#9283: 562330828923731977 + 55549D1CDB3D402B96A8FCA5C70DB824: https://cdn.discordapp.com/attachments/373273190547324928/562350963772620839/55549D1CDB3D402B96A8FCA5C70DB824.jpg +[NEW EMOJI] 55549D1CDB3D402B96A8FCA5C70DB824: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562350963772620839/55549D1CDB3D402B96A8FCA5C70DB824.jpg + 562243833954435072: 562331995334639619 +[DEL EMOJI] 562243833954435072: sex man#4887: 562331995334639619 + 562243833954435072: https://cdn.discordapp.com/attachments/373273190547324928/562351181708394527/c82ec02d61df8c5fbe72346002e2e7a79d6a2449.jpg +[NEW EMOJI] 562243833954435072: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562351181708394527/c82ec02d61df8c5fbe72346002e2e7a79d6a2449.jpg + 490971460932993042: 562330843696201728 +[DEL EMOJI] 490971460932993042: coraldev#2976: 562330843696201728 + vroom: https://cdn.discordapp.com/attachments/373273190547324928/562351329037647882/unknown.png +[NEW EMOJI] vroom: coraldev#2976: https://cdn.discordapp.com/attachments/373273190547324928/562351329037647882/unknown.png + vroom: 562351334649626638 +[DEL EMOJI] vroom: coraldev#2976: 562351334649626638 + ciASS: https://cdn.discordapp.com/attachments/373273190547324928/562351678112792576/ciASS.png +[NEW EMOJI] ciASS: BreadCrumbs#1708: https://cdn.discordapp.com/attachments/373273190547324928/562351678112792576/ciASS.png + 490971460932993042: 562330877724459008 +[DEL EMOJI] 490971460932993042: sex man#4887: 562330877724459008 + le_epic_pig_dab: https://cdn.discordapp.com/attachments/373273190547324928/562351771255701544/le_epic_pig_dab.PNG +[NEW EMOJI] le_epic_pig_dab: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562351771255701544/le_epic_pig_dab.PNG + comfyhd: 560042307496443935 +[DEL EMOJI] comfyhd: pfero#4624: 560042307496443935 + 490971460932993042: 562330903406182411 +[DEL EMOJI] 490971460932993042: pfero#4624: 562330903406182411 + comfyhd: https://cdn.discordapp.com/emojis/560042307496443935.png?v=1 +[NEW EMOJI] comfyhd: pfero#4624: https://cdn.discordapp.com/emojis/560042307496443935.png?v=1 +[PIN] pfero#4624: 562352502222356481 +[PIN] BreadCrumbs#1708: 562352502222356481 +[PIN] Tommo#7032: 562352502222356481 + 490971460932993042: 562330956942409768 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562330956942409768 + 490971460932993042: 562330983538360328 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562330983538360328 + 490971460932993042: 562331010113601570 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331010113601570 + 490971460932993042: 562331035644330005 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331035644330005 + 490971460932993042: 562331061426716674 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331061426716674 + 490971460932993042: 562331088597418110 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331088597418110 + 490971460932993042: 562331114677731329 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331114677731329 + 490971460932993042: 562331175377436692 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331175377436692 + 490971460932993042: 562331204054024350 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331204054024350 + 490971460932993042: 562331234294824963 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331234294824963 + 490971460932993042: 562331278087553066 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331278087553066 + 490971460932993042: 562331364452597780 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331364452597780 + 490971460932993042: 562331522720595991 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331522720595991 + 490971460932993042: 562331587145105408 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331587145105408 + 490971460932993042: 562331617738358798 +[DEL EMOJI] 490971460932993042: Malicart#5072: 562331617738358798 + morphon: https://cdn.discordapp.com/attachments/373273190547324928/562353704926314507/morphon.png +[NEW EMOJI] morphon: pfero#4624: https://cdn.discordapp.com/attachments/373273190547324928/562353704926314507/morphon.png + C8EE21EAE04D4EC0ACF2EDCBF3362ABE: https://cdn.discordapp.com/attachments/373273190547324928/562355351177920513/C8EE21EAE04D4EC0ACF2EDCBF3362ABE.jpg +[NEW EMOJI] C8EE21EAE04D4EC0ACF2EDCBF3362ABE: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562355351177920513/C8EE21EAE04D4EC0ACF2EDCBF3362ABE.jpg + shitposting: https://cdn.discordapp.com/attachments/373273190547324928/562355780414603291/shitposting.png +[NEW EMOJI] shitposting: sex man#4887: https://cdn.discordapp.com/attachments/373273190547324928/562355780414603291/shitposting.png + 58848EE93C0E4F0AB3A9A2C3764E5C98: https://cdn.discordapp.com/attachments/373273190547324928/562357900345999366/58848EE93C0E4F0AB3A9A2C3764E5C98.jpg +[NEW EMOJI] 58848EE93C0E4F0AB3A9A2C3764E5C98: Ghost#9283: https://cdn.discordapp.com/attachments/373273190547324928/562357900345999366/58848EE93C0E4F0AB3A9A2C3764E5C98.jpg +[PIN] Kahn#5271: 562352502222356481 +[PINNED] Kahn#5271: 562352502222356481 +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + lilfella: https://cdn.discordapp.com/attachments/373273190547324928/562372835905896451/562121143356620812.png +[NEW EMOJI] lilfella: Nuuk#3967: https://cdn.discordapp.com/attachments/373273190547324928/562372835905896451/562121143356620812.png + sip: https://cdn.discordapp.com/emojis/484820994452619269.png?v=1 +[NEW EMOJI] sip: pfero#4624: https://cdn.discordapp.com/emojis/484820994452619269.png?v=1 + lilfella: 562372839056080927 +[DEL EMOJI] lilfella: Nuuk#3967: 562372839056080927 + sip: 562373355219582976 +[DEL EMOJI] sip: Nuuk#3967: 562373355219582976 +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. +WARNING:discord.gateway:Shard ID None has stopped responding to the gateway. Closing and restarting. + 562243833954435072: 562349086414602276 +[DEL EMOJI] 562243833954435072: 𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803: 562349086414602276 + pat: https://cdn.discordapp.com/attachments/373273190547324928/562394376752332810/pat.jpg +[NEW EMOJI] pat: coraldev#2976: https://cdn.discordapp.com/attachments/373273190547324928/562394376752332810/pat.jpg + pat: 562394379969626172 +[DEL EMOJI] pat: coraldev#2976: 562394379969626172 + 58848EE93C0E4F0AB3A9A2C3764E5C98: 562357903793848322 +[DEL EMOJI] 58848EE93C0E4F0AB3A9A2C3764E5C98: Ghost#9283: 562357903793848322 +Logged on as *Ben Shapiro#5265 +[PINNED] Alonso#1219: 562271177473523714 +[PIN] Alonso#1219: 562271177473523714 +[PIN] coraldev#2976: 562271177473523714 +[PIN] Nuuk#3967: 562271177473523714 +[PIN] Kahn#5271: 562271177473523714 +[PINNED] fonnymunkey#4059: 562232731501854740 +[PIN] Claire ♡#0346: 562232731501854740 +[PIN] fonnymunkey#4059: 562232731501854740 +[PIN] Kahn#5271: 562232731501854740 +[PIN] Schultz™#8592: 562232731501854740 +[PINNED] fonnymunkey#4059: 562231075724591144 +[PIN] Alonso#1219: 562231075724591144 +[PIN] fonnymunkey#4059: 562231075724591144 +[PIN] Kahn#5271: 562231075724591144 +[PIN] Schultz™#8592: 562231075724591144 +[PINNED] Mawile#9390: 562229348418191360 +[PIN] Alonso#1219: 562229348418191360 +[PIN] Mawile#9390: 562229348418191360 +[PIN] StarMagician#5358: 562229348418191360 +[PIN] Schultz™#8592: 562229348418191360 +[PINNED] Alonso#1219: 562226775669735455 +[PIN] Alonso#1219: 562226775669735455 +[PIN] Mawile#9390: 562226775669735455 +[PIN] Kahn#5271: 562226775669735455 +[PIN] Schultz™#8592: 562226775669735455 +[PINNED] Kahn#5271: 562218967318528030 +[PIN] fonnymunkey#4059: 562218967318528030 +[PIN] Tommo#7032: 562218967318528030 +[PIN] Kahn#5271: 562218967318528030 +[PIN] Schultz™#8592: 562218967318528030 +[PINNED] TC's Ghost#0675: 562218478669529110 +[PIN] Alonso#1219: 562218478669529110 +[PIN] fonnymunkey#4059: 562218478669529110 +[PIN] Mawile#9390: 562218478669529110 +[PIN] StarMagician#5358: 562218478669529110 +[PIN] Tommo#7032: 562218478669529110 +[PIN] BreadCrumbs#1708: 562218478669529110 +[PIN] sex man#4887: 562218478669529110 +[PIN] Kahn#5271: 562218478669529110 +[PIN] Schultz™#8592: 562218478669529110 +[PINNED] StarMagician#5358: 562218387820904450 +[PIN] Alonso#1219: 562218387820904450 +[PIN] fonnymunkey#4059: 562218387820904450 +[PIN] Mawile#9390: 562218387820904450 +[PIN] StarMagician#5358: 562218387820904450 +[PIN] Tommo#7032: 562218387820904450 +[PINNED] StarMagician#5358: 562216035420209170 +[PIN] Alonso#1219: 562216035420209170 +[PIN] fonnymunkey#4059: 562216035420209170 +[PIN] StarMagician#5358: 562216035420209170 +[PIN] Kahn#5271: 562216035420209170 +[PINNED] fonnymunkey#4059: 562215671577182221 +[PIN] Alonso#1219: 562215671577182221 +[PIN] fonnymunkey#4059: 562215671577182221 +[PIN] StarMagician#5358: 562215671577182221 +[PIN] Kahn#5271: 562215671577182221 +[PINNED] Kahn#5271: 562213396129513485 +[PIN] fonnymunkey#4059: 562213396129513485 +[PIN] StarMagician#5358: 562213396129513485 +[PIN] Kahn#5271: 562213396129513485 +[PINNED] StarMagician#5358: 562200042447044639 +[PIN] Alonso#1219: 562200042447044639 +[PIN] StarMagician#5358: 562200042447044639 +[PIN] Tommo#7032: 562200042447044639 +[PIN] Kahn#5271: 562200042447044639 +[PIN] Schultz™#8592: 562200042447044639 +[PINNED] Ghost#9283: 562199574450798592 +[PIN] Ghost#9283: 562199574450798592 +[PIN] StarMagician#5358: 562199574450798592 +[PIN] Kahn#5271: 562199574450798592 +[PIN] Schultz™#8592: 562199574450798592 +[PINNED] Alonso#1219: 562199389687382026 +[PIN] fonnymunkey#4059: 562199389687382026 +[PIN] StarMagician#5358: 562199389687382026 +[PIN] Kahn#5271: 562199389687382026 +[PINNED] Tommo#7032: 562197060225597442 +[PIN] StarMagician#5358: 562197060225597442 +[PIN] Tommo#7032: 562197060225597442 +[PIN] sex man#4887: 562197060225597442 +[PIN] Kahn#5271: 562197060225597442 +[PIN] Schultz™#8592: 562197060225597442 +[PINNED] sex man#4887: 562196874883497997 +[PIN] Alonso#1219: 562196874883497997 +[PIN] fonnymunkey#4059: 562196874883497997 +[PIN] StarMagician#5358: 562196874883497997 +[PIN] Tommo#7032: 562196874883497997 +[PIN] sex man#4887: 562196874883497997 +[PIN] Schultz™#8592: 562196874883497997 +[PINNED] fonnymunkey#4059: 562196736844496897 +[PIN] razedtomidnight#2272: 562196736844496897 +[PIN] Alonso#1219: 562196736844496897 +[PIN] fonnymunkey#4059: 562196736844496897 +[PIN] Tommo#7032: 562196736844496897 +[PIN] sex man#4887: 562196736844496897 +[PIN] aaaa#6941: 562196736844496897 +[PIN] Kahn#5271: 562196736844496897 +[PIN] Schultz™#8592: 562196736844496897 +[PINNED] Alonso#1219: 562196617940172808 +[PIN] StarMagician#5358: 562196617940172808 +[PIN] Tommo#7032: 562196617940172808 +[PIN] Kahn#5271: 562196617940172808 +[PIN] Schultz™#8592: 562196617940172808 +[PINNED] fonnymunkey#4059: 562196498352177153 +[PIN] fonnymunkey#4059: 562196498352177153 +[PIN] sex man#4887: 562196498352177153 +[PIN] Kahn#5271: 562196498352177153 +[PIN] Schultz™#8592: 562196498352177153 +[PINNED] StarMagician#5358: 562196396648955926 +[PIN] razedtomidnight#2272: 562196396648955926 +[PIN] Alonso#1219: 562196396648955926 +[PIN] fonnymunkey#4059: 562196396648955926 +[PIN] StarMagician#5358: 562196396648955926 +[PIN] sex man#4887: 562196396648955926 +[PIN] Kahn#5271: 562196396648955926 +[PIN] Schultz™#8592: 562196396648955926 +[PINNED] sex man#4887: 562196105903865856 +[PIN] Ghost#9283: 562196105903865856 +[PIN] sex man#4887: 562196105903865856 +[PIN] Kahn#5271: 562196105903865856 +[PIN] Schultz™#8592: 562196105903865856 +[PINNED] fonnymunkey#4059: 562196005894881283 +[PIN] fonnymunkey#4059: 562196005894881283 +[PIN] Schultz™#8592: 562196005894881283 +[PINNED] Mawile#9390: 562195983526526977 +[PIN] Ghost#9283: 562195983526526977 +[PIN] sex man#4887: 562195983526526977 +[PIN] Kahn#5271: 562195983526526977 +[PINNED] StarMagician#5358: 562195878425788426 +[PIN] Alonso#1219: 562195878425788426 +[PIN] fonnymunkey#4059: 562195878425788426 +[PIN] sex man#4887: 562195878425788426 +[PIN] Kahn#5271: 562195878425788426 +[PIN] Schultz™#8592: 562195878425788426 +[PINNED] Alonso#1219: 562195704148393985 +[PIN] fonnymunkey#4059: 562195704148393985 +[PIN] StarMagician#5358: 562195704148393985 +[PIN] Kahn#5271: 562195704148393985 +[PIN] Schultz™#8592: 562195704148393985 +[PINNED] sex man#4887: 562195740642902028 +[PIN] Alonso#1219: 562195740642902028 +[PIN] Ghost#9283: 562195740642902028 +[PIN] fonnymunkey#4059: 562195740642902028 +[PIN] StarMagician#5358: 562195740642902028 +[PIN] Tommo#7032: 562195740642902028 +[PIN] sex man#4887: 562195740642902028 +[PIN] Kahn#5271: 562195740642902028 +[PIN] Schultz™#8592: 562195740642902028 +[PINNED] fonnymunkey#4059: 562195399193001988 +[PIN] Alonso#1219: 562195399193001988 +[PIN] Ghost#9283: 562195399193001988 +[PIN] fonnymunkey#4059: 562195399193001988 +[PIN] Kahn#5271: 562195399193001988 +[PINNED] Kahn#5271: 562195552486293514 +[PIN] Alonso#1219: 562195552486293514 +[PIN] fonnymunkey#4059: 562195552486293514 +[PIN] Mawile#9390: 562195552486293514 +[PIN] sex man#4887: 562195552486293514 +[PIN] Kahn#5271: 562195552486293514 +[PIN] Schultz™#8592: 562195552486293514 +[PINNED] sex man#4887: 562195369476489216 +[PIN] Alonso#1219: 562195369476489216 +[PIN] Ghost#9283: 562195369476489216 +[PIN] StarMagician#5358: 562195369476489216 +[PIN] sex man#4887: 562195369476489216 +[PINNED] Alonso#1219: 562195241604481045 +[PIN] Ghost#9283: 562195241604481045 +[PIN] fonnymunkey#4059: 562195241604481045 +[PIN] Kahn#5271: 562195241604481045 +[PIN] Schultz™#8592: 562195241604481045 +[PINNED] fonnymunkey#4059: 562195108922130444 +[PIN] Alonso#1219: 562195108922130444 +[PIN] Ghost#9283: 562195108922130444 +[PIN] fonnymunkey#4059: 562195108922130444 +[PIN] Kahn#5271: 562195108922130444 +[PINNED] StarMagician#5358: 562194918613843969 +[PIN] Alonso#1219: 562194918613843969 +[PIN] Ghost#9283: 562194918613843969 +[PIN] fonnymunkey#4059: 562194918613843969 +[PIN] StarMagician#5358: 562194918613843969 +[PIN] sex man#4887: 562194918613843969 +[PINNED] StarMagician#5358: 562194662471761930 +[PIN] Ghost#9283: 562194662471761930 +[PIN] Schultz™#8592: 562194662471761930 +[PINNED] fonnymunkey#4059: 562187072497123328 +[PIN] Alonso#1219: 562187072497123328 +[PIN] StarMagician#5358: 562187072497123328 +[PIN] Tommo#7032: 562187072497123328 +[PIN] goodboy98#9709: 562187072497123328 diff --git a/getpins.py b/getpins.py new file mode 100644 index 0000000..081db0d --- /dev/null +++ b/getpins.py @@ -0,0 +1,23 @@ +import discord + +from os import listdir + +class Client(discord.Client): + async def on_ready(self): + print("Logged on as", self.user) + + channel = self.get_channel(373273190547324928) + pins = await channel.pins() + + for msg in pins: + msg = await channel.fetch_message(msg.id) + for react in msg.reactions: + if react.emoji == "📌": + print("[PINNED]", ("%s#%s" % (msg.author.name, msg.author.discriminator)) + ":", msg.id) + async for user in react.users(): + print("[PIN]", ("%s#%s" % (user.name, user.discriminator)) + ":", msg.id) + + await self.logout() + +client = Client() +client.run(open("token").read().strip()) diff --git a/pin.py b/pin.py new file mode 100644 index 0000000..788b049 --- /dev/null +++ b/pin.py @@ -0,0 +1,17 @@ +import discord + +from os import listdir + +class Client(discord.Client): + async def on_ready(self): + print("Logged on as", self.user) + + channel = self.get_channel(373273190547324928) + message = await channel.fetch_message(562295275184455720) + # await message.pin() + await message.add_reaction("📌") + + await self.logout() + +client = Client() +client.run(open("token").read().strip()) diff --git a/pinlog.txt b/pinlog.txt new file mode 100644 index 0000000..3dca9f2 --- /dev/null +++ b/pinlog.txt @@ -0,0 +1,189 @@ +Logged on as *Ben Shapiro#5265 +[PINNED] Alonso#1219: 562271177473523714 +[PIN] Alonso#1219: 562271177473523714 +[PIN] coraldev#2976: 562271177473523714 +[PIN] Nuuk#3967: 562271177473523714 +[PIN] Kahn#5271: 562271177473523714 +[PINNED] fonnymunkey#4059: 562232731501854740 +[PIN] Claire ♡#0346: 562232731501854740 +[PIN] fonnymunkey#4059: 562232731501854740 +[PIN] Kahn#5271: 562232731501854740 +[PIN] Schultz™#8592: 562232731501854740 +[PINNED] fonnymunkey#4059: 562231075724591144 +[PIN] Alonso#1219: 562231075724591144 +[PIN] fonnymunkey#4059: 562231075724591144 +[PIN] Kahn#5271: 562231075724591144 +[PIN] Schultz™#8592: 562231075724591144 +[PINNED] Mawile#9390: 562229348418191360 +[PIN] Alonso#1219: 562229348418191360 +[PIN] Mawile#9390: 562229348418191360 +[PIN] StarMagician#5358: 562229348418191360 +[PIN] Schultz™#8592: 562229348418191360 +[PINNED] Alonso#1219: 562226775669735455 +[PIN] Alonso#1219: 562226775669735455 +[PIN] Mawile#9390: 562226775669735455 +[PIN] Kahn#5271: 562226775669735455 +[PIN] Schultz™#8592: 562226775669735455 +[PINNED] Kahn#5271: 562218967318528030 +[PIN] fonnymunkey#4059: 562218967318528030 +[PIN] Tommo#7032: 562218967318528030 +[PIN] Kahn#5271: 562218967318528030 +[PIN] Schultz™#8592: 562218967318528030 +[PINNED] TC's Ghost#0675: 562218478669529110 +[PIN] Alonso#1219: 562218478669529110 +[PIN] fonnymunkey#4059: 562218478669529110 +[PIN] Mawile#9390: 562218478669529110 +[PIN] StarMagician#5358: 562218478669529110 +[PIN] Tommo#7032: 562218478669529110 +[PIN] BreadCrumbs#1708: 562218478669529110 +[PIN] sex man#4887: 562218478669529110 +[PIN] Kahn#5271: 562218478669529110 +[PIN] Schultz™#8592: 562218478669529110 +[PINNED] StarMagician#5358: 562218387820904450 +[PIN] Alonso#1219: 562218387820904450 +[PIN] fonnymunkey#4059: 562218387820904450 +[PIN] Mawile#9390: 562218387820904450 +[PIN] StarMagician#5358: 562218387820904450 +[PIN] Tommo#7032: 562218387820904450 +[PINNED] StarMagician#5358: 562216035420209170 +[PIN] Alonso#1219: 562216035420209170 +[PIN] fonnymunkey#4059: 562216035420209170 +[PIN] StarMagician#5358: 562216035420209170 +[PIN] Kahn#5271: 562216035420209170 +[PINNED] fonnymunkey#4059: 562215671577182221 +[PIN] Alonso#1219: 562215671577182221 +[PIN] fonnymunkey#4059: 562215671577182221 +[PIN] StarMagician#5358: 562215671577182221 +[PIN] Kahn#5271: 562215671577182221 +[PINNED] Kahn#5271: 562213396129513485 +[PIN] fonnymunkey#4059: 562213396129513485 +[PIN] StarMagician#5358: 562213396129513485 +[PIN] Kahn#5271: 562213396129513485 +[PINNED] StarMagician#5358: 562200042447044639 +[PIN] Alonso#1219: 562200042447044639 +[PIN] StarMagician#5358: 562200042447044639 +[PIN] Tommo#7032: 562200042447044639 +[PIN] Kahn#5271: 562200042447044639 +[PIN] Schultz™#8592: 562200042447044639 +[PINNED] Ghost#9283: 562199574450798592 +[PIN] Ghost#9283: 562199574450798592 +[PIN] StarMagician#5358: 562199574450798592 +[PIN] Kahn#5271: 562199574450798592 +[PIN] Schultz™#8592: 562199574450798592 +[PINNED] Alonso#1219: 562199389687382026 +[PIN] fonnymunkey#4059: 562199389687382026 +[PIN] StarMagician#5358: 562199389687382026 +[PIN] Kahn#5271: 562199389687382026 +[PINNED] Tommo#7032: 562197060225597442 +[PIN] StarMagician#5358: 562197060225597442 +[PIN] Tommo#7032: 562197060225597442 +[PIN] sex man#4887: 562197060225597442 +[PIN] Kahn#5271: 562197060225597442 +[PIN] Schultz™#8592: 562197060225597442 +[PINNED] sex man#4887: 562196874883497997 +[PIN] Alonso#1219: 562196874883497997 +[PIN] fonnymunkey#4059: 562196874883497997 +[PIN] StarMagician#5358: 562196874883497997 +[PIN] Tommo#7032: 562196874883497997 +[PIN] sex man#4887: 562196874883497997 +[PIN] Schultz™#8592: 562196874883497997 +[PINNED] fonnymunkey#4059: 562196736844496897 +[PIN] razedtomidnight#2272: 562196736844496897 +[PIN] Alonso#1219: 562196736844496897 +[PIN] fonnymunkey#4059: 562196736844496897 +[PIN] Tommo#7032: 562196736844496897 +[PIN] sex man#4887: 562196736844496897 +[PIN] aaaa#6941: 562196736844496897 +[PIN] Kahn#5271: 562196736844496897 +[PIN] Schultz™#8592: 562196736844496897 +[PINNED] Alonso#1219: 562196617940172808 +[PIN] StarMagician#5358: 562196617940172808 +[PIN] Tommo#7032: 562196617940172808 +[PIN] Kahn#5271: 562196617940172808 +[PIN] Schultz™#8592: 562196617940172808 +[PINNED] fonnymunkey#4059: 562196498352177153 +[PIN] fonnymunkey#4059: 562196498352177153 +[PIN] sex man#4887: 562196498352177153 +[PIN] Kahn#5271: 562196498352177153 +[PIN] Schultz™#8592: 562196498352177153 +[PINNED] StarMagician#5358: 562196396648955926 +[PIN] razedtomidnight#2272: 562196396648955926 +[PIN] Alonso#1219: 562196396648955926 +[PIN] fonnymunkey#4059: 562196396648955926 +[PIN] StarMagician#5358: 562196396648955926 +[PIN] sex man#4887: 562196396648955926 +[PIN] Kahn#5271: 562196396648955926 +[PIN] Schultz™#8592: 562196396648955926 +[PINNED] sex man#4887: 562196105903865856 +[PIN] Ghost#9283: 562196105903865856 +[PIN] sex man#4887: 562196105903865856 +[PIN] Kahn#5271: 562196105903865856 +[PIN] Schultz™#8592: 562196105903865856 +[PINNED] fonnymunkey#4059: 562196005894881283 +[PIN] fonnymunkey#4059: 562196005894881283 +[PIN] Schultz™#8592: 562196005894881283 +[PINNED] Mawile#9390: 562195983526526977 +[PIN] Ghost#9283: 562195983526526977 +[PIN] sex man#4887: 562195983526526977 +[PIN] Kahn#5271: 562195983526526977 +[PINNED] StarMagician#5358: 562195878425788426 +[PIN] Alonso#1219: 562195878425788426 +[PIN] fonnymunkey#4059: 562195878425788426 +[PIN] sex man#4887: 562195878425788426 +[PIN] Kahn#5271: 562195878425788426 +[PIN] Schultz™#8592: 562195878425788426 +[PINNED] Alonso#1219: 562195704148393985 +[PIN] fonnymunkey#4059: 562195704148393985 +[PIN] StarMagician#5358: 562195704148393985 +[PIN] Kahn#5271: 562195704148393985 +[PIN] Schultz™#8592: 562195704148393985 +[PINNED] sex man#4887: 562195740642902028 +[PIN] Alonso#1219: 562195740642902028 +[PIN] Ghost#9283: 562195740642902028 +[PIN] fonnymunkey#4059: 562195740642902028 +[PIN] StarMagician#5358: 562195740642902028 +[PIN] Tommo#7032: 562195740642902028 +[PIN] sex man#4887: 562195740642902028 +[PIN] Kahn#5271: 562195740642902028 +[PIN] Schultz™#8592: 562195740642902028 +[PINNED] fonnymunkey#4059: 562195399193001988 +[PIN] Alonso#1219: 562195399193001988 +[PIN] Ghost#9283: 562195399193001988 +[PIN] fonnymunkey#4059: 562195399193001988 +[PIN] Kahn#5271: 562195399193001988 +[PINNED] Kahn#5271: 562195552486293514 +[PIN] Alonso#1219: 562195552486293514 +[PIN] fonnymunkey#4059: 562195552486293514 +[PIN] Mawile#9390: 562195552486293514 +[PIN] sex man#4887: 562195552486293514 +[PIN] Kahn#5271: 562195552486293514 +[PIN] Schultz™#8592: 562195552486293514 +[PINNED] sex man#4887: 562195369476489216 +[PIN] Alonso#1219: 562195369476489216 +[PIN] Ghost#9283: 562195369476489216 +[PIN] StarMagician#5358: 562195369476489216 +[PIN] sex man#4887: 562195369476489216 +[PINNED] Alonso#1219: 562195241604481045 +[PIN] Ghost#9283: 562195241604481045 +[PIN] fonnymunkey#4059: 562195241604481045 +[PIN] Kahn#5271: 562195241604481045 +[PIN] Schultz™#8592: 562195241604481045 +[PINNED] fonnymunkey#4059: 562195108922130444 +[PIN] Alonso#1219: 562195108922130444 +[PIN] Ghost#9283: 562195108922130444 +[PIN] fonnymunkey#4059: 562195108922130444 +[PIN] Kahn#5271: 562195108922130444 +[PINNED] StarMagician#5358: 562194918613843969 +[PIN] Alonso#1219: 562194918613843969 +[PIN] Ghost#9283: 562194918613843969 +[PIN] fonnymunkey#4059: 562194918613843969 +[PIN] StarMagician#5358: 562194918613843969 +[PIN] sex man#4887: 562194918613843969 +[PINNED] StarMagician#5358: 562194662471761930 +[PIN] Ghost#9283: 562194662471761930 +[PIN] Schultz™#8592: 562194662471761930 +[PINNED] fonnymunkey#4059: 562187072497123328 +[PIN] Alonso#1219: 562187072497123328 +[PIN] StarMagician#5358: 562187072497123328 +[PIN] Tommo#7032: 562187072497123328 +[PIN] goodboy98#9709: 562187072497123328 diff --git a/post.py b/post.py new file mode 100644 index 0000000..bf1f889 --- /dev/null +++ b/post.py @@ -0,0 +1,17 @@ +import discord + +from os import listdir + +class Client(discord.Client): + async def on_ready(self): + print("Logged on as", self.user) + + # file = discord.File(open("shapiro.png", "rb"), filename="shapiro.png") + + channel = self.get_channel(256684714180608001) + # await channel.send(file=file) + + await self.logout() + +client = Client() +client.run(open("token").read().strip()) diff --git a/rank.csv b/rank.csv new file mode 100644 index 0000000..4639889 --- /dev/null +++ b/rank.csv @@ -0,0 +1,171 @@ +User,Added,Removed +StarMagician#5358,143,111 +sex man#4887,110,95 +Mawile#9390,92,62 +Alonso#1219,38,68 +fonnymunkey#4059,18,68 +Kahn#5271,46,22 +Ghost#9283,16,4 +Tommo#7032,8,7 +𝕯𝖊𝖘𝖎𝖌𝖓𝖆𝖙𝖊𝖉 𝕯𝖆𝖇𝖇𝖊𝖗#8803,1,14 +Malicart#5072,0,15 +CCCP#6041,0,14 +Schultz™#8592,6,3 +Nuuk#3967,5,3 +coraldev#2976,4,3 +pfero#4624,4,2 +BreadCrumbs#1708,3,2 +cowardly monoliths#2784,1,3 +luckytyphlosion#1166,2,1 +Bum#3019,1,1 +gmerc#1356,0,2 +razedtomidnight#2272,0,1 +Angrybird#9048,0,1 +Jttyzzle#2690,0,1 +,, +Emoji,Added,Removed +490971460932993042,99,99 +pigga,49,49 +mehrio,26,26 +shapiro,24,24 +unknown,19,19 +fug,16,17 +562228601336889345,15,15 +exhausted,14,13 +FUCKINGSOMETHING,12,12 +FUCKINGNOTHING,11,11 +megafug,11,11 +Kokana,11,10 +groudon,10,10 +562243833954435072,16,4 +kyogre,7,7 +vroom,7,7 +mmmm,6,6 +dab,4,5 +lilfella,4,5 +hope,4,4 +mmminreallife,4,4 +mmmmmmmmmmmmmm,4,4 +mmmmmmmmmmmmmmmmmmmm,4,4 +sip,3,4 +350459505017880578,3,3 +nyandab,3,3 +mmmirl,3,3 +mmmmmmm,3,3 +boomer,3,3 +crangry,2,3 +pika,2,3 +will,2,3 +ciASS,3,2 +mmmmmmmmmmmm,2,2 +Capture,2,2 +doomer,2,2 +SOY,2,2 +npc,2,2 +seething,2,2 +545406229799763980,2,2 +morphon3d,2,2 +KANTOOO,2,1 +tentaquil,1,2 +woop,1,2 +stroke,1,2 +pleaseplaylegit,1,2 +ahem,2,1 +mmmm_kopia_2,2,1 +pever,1,1 +nyanthink,1,1 +exhuasted,1,1 +kantoooooooooooooooooooo,1,1 +morphon,1,1 +exh,1,1 +A_FUCKING_WOJAK,1,1 +1487215411536s,1,1 +catt,1,1 +fucker,1,1 +1554102757911,1,1 +zooweemama,1,1 +handsome,1,1 +1511722924578,1,1 +retart2,1,1 +FB_IMG_1529044218475,1,1 +FUG,1,1 +D3BQKldU4AI8bDk,1,1 +human_turducken_0,1,1 +bruhbos,1,1 +1536535829358,1,1 +DAMAGED,1,1 +nice,1,1 +rizbiz_0,1,1 +REEEEEEE,1,1 +1540312324681,1,1 +1362734185889,1,1 +SNAP,1,1 +kokana,1,1 +ralsei,1,1 +mmmsfacewhen,1,1 +mmmmmmmmmmmmmmmmmmm,1,1 +e6562ff1d9,1,1 +mmmmmmmmmmmmmmmmmmmmmmmmmmmm,1,1 +mmmmmmmm,1,1 +mmmmmmmmmmmmmmm,1,1 +mmmmmmmmmmmmmmmm,1,1 +mmmm_kopia_2_kopia,1,1 +crying_goat,1,1 +1554129842140,1,1 +562121143356620812,1,1 +83,1,1 +455870213137629234,1,1 +561932961327611904,1,1 +whygod,1,1 +MAD,1,1 +kylofist,1,1 +checked,1,1 +comfyhd,1,1 +58848EE93C0E4F0AB3A9A2C3764E5C98,1,1 +pat,1,1 +angery,0,1 +dontdothat,0,1 +whip,0,1 +you,0,1 +ya_looked,0,1 +blobbos,0,1 +pikashock,0,1 +morphclown,0,1 +mariothink,0,1 +kms,0,1 +kek,0,1 +blobsweat,0,1 +thonk,0,1 +tip,0,1 +haha,0,1 +smug_selene,0,1 +roothoot,0,1 +pacha,0,1 +masuda,0,1 +Ditto,0,1 +lucas,0,1 +daily_dose,0,1 +comfy,0,1 +emome,0,1 +emode,0,1 +retart,0,1 +cringe,0,1 +morphoff,0,1 +owo,0,1 +SFRw7aJ,1,0 +angrypepe,1,0 +cryingwojak,1,0 +newzealandpepe,1,0 +pepe,1,0 +smugpepe,1,0 +smugwojak,1,0 +wojak,1,0 +wojak2,1,0 +1550031950072,1,0 +1552310842768,1,0 +1486926235119,1,0 +file,1,0 +55549D1CDB3D402B96A8FCA5C70DB824,1,0 +le_epic_pig_dab,1,0 +C8EE21EAE04D4EC0ACF2EDCBF3362ABE,1,0 +shitposting,1,0 diff --git a/rank.py b/rank.py new file mode 100755 index 0000000..0531d88 --- /dev/null +++ b/rank.py @@ -0,0 +1,39 @@ +#!/usr/bin/env python3 + +users = {} +emojis = {} + +for line in open("foolsbot.log"): + if line.startswith("[NEW EMOJI]"): + emoji = line.split(":")[0].split(" ")[2].strip() + if emoji not in emojis: + emojis[emoji] = [0, 0] + emojis[emoji][0] += 1 + + user = line.split(":")[1].strip() + if not user in users: + users[user] = [0, 0] + users[user][0] += 1 + + if line.startswith("[DEL EMOJI]"): + emoji = line.split(":")[0].split(" ")[2].strip() + if emoji not in emojis: + emojis[emoji] = [0, 0] + emojis[emoji][1] += 1 + + user = line.split(":")[1].strip() + if not user in users: + users[user] = [0, 0] + users[user][1] += 1 + +lusers = sorted(users.items(), key=lambda k: k[1][0] + k[1][1], reverse=True) +lemojis = sorted(emojis.items(), key=lambda k: k[1][0] + k[1][1], reverse=True) + +print("User,Added,Removed") +for luser in lusers: + print("%s,%s,%s" % (luser[0], luser[1][0], luser[1][1])) + +print(",,") +print("Emoji,Added,Removed") +for lemoji in lemojis: + print("%s,%s,%s" % (lemoji[0], lemoji[1][0], lemoji[1][1])) diff --git a/restoreemoji.py b/restoreemoji.py index 91bd8d0..ef20ad9 100644 --- a/restoreemoji.py +++ b/restoreemoji.py @@ -13,6 +13,8 @@ class Client(discord.Client): for image in listdir("emoji"): print(image.split(".")[0]) + if not image.split(".")[0]: + continue await guild.create_custom_emoji(name=image.split(".")[0], image=open("emoji/" + image, "rb").read()) await self.logout()