Config: Eigene DBF Instanz

This commit is contained in:
Kaaninchen
2026-07-21 13:19:48 +02:00
parent e0dfc1bada
commit d3e6b8ac6c
5 changed files with 34 additions and 27 deletions
+2 -2
View File
@@ -21,12 +21,12 @@ async def on_ready():
if not change_status.is_running():
change_status.start()
await rename_vc(bot)
'''
@bot.event
async def on_application_command_error(ctx, error):
embed = build_error_embed(f"Ein Fehler ist aufgetreten: {error}")
await ctx.respond(embed=embed)
'''
try:
bot.run(config['token'])
except: