From b7480c81c509b625ca23999d9e2fc8e1eda1e37c Mon Sep 17 00:00:00 2001 From: flifloo Date: Wed, 21 Nov 2018 18:30:24 +0100 Subject: [PATCH] Also very late --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index abda86d..d27a6ee 100644 --- a/bot.py +++ b/bot.py @@ -44,6 +44,7 @@ async def on_ready(): channel = bot.get_channel("389209382388498445") await bot.send_message(channel, embed=embed) +@bot.event async def on_error(event, args): print("ERROR : "+event+" | "+args)