📌  相关文章
📜  如何使用命令关闭我的不和谐机器人 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:28.965000             🧑  作者: Mango

代码示例1
#this was in a cog
@commands.command()
@commands.is_owner()
  async def shutdown(self, ctx):
     await ctx.bot.logout()