def disable(self, ctx, command : str):
'''Disable a command'''
self.bot.commands[command].enabled = False
await self.bot.embed_reply("`{}{}` has been disabled".format(ctx.prefix, command))
await self.bot.delete_message(ctx.message)
评论列表
文章目录