Removed help-Command
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user