Update logging types

This commit is contained in:
Kaaninchen
2026-07-20 13:33:22 +02:00
parent 055514d6aa
commit 6ea529de52
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ async def on_application_command_error(ctx, error):
try:
bot.run(config['token'])
except:
print("An error occured while parsing the token (check the config!)")
print("An error occured while parsing the token (check the config!)", "fatal")