Also very late
This commit is contained in:
parent
f04833e281
commit
b7480c81c5
1 changed files with 1 additions and 0 deletions
1
bot.py
1
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)
|
||||
|
||||
|
|
Reference in a new issue