def on_ready():
thread.do_run = False
thread.join()
print("\nStarted " + Fore.LIGHTCYAN_EX + "colorme.")
print('Logged in as')
print(bot.user.name.encode("ascii", "backslashreplace").decode())
print(bot.user.id)
print('------')
bot.remove_command("help")
bot.remove_command("HelpFormatter")
评论列表
文章目录