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