Removed help-Command

This commit is contained in:
Lukas Blacha
2023-02-07 23:16:02 +01:00
parent 651cf70885
commit 5fddad561d

View File

@@ -231,11 +231,4 @@ else:
embed = Embed(title=f"{error}", color=15158332)
await ctx.send(embed=embed)
try:
bot.loop.run_until_complete(bot.start(token=args.token, reconnect=True))
except KeyboardInterrupt:
bot.loop.run_until_complete(bot.close())
finally:
bot.loop.close()
bot.run(token=args.token, reconnect=True)