【发布时间】:2021-04-28 07:11:15
【问题描述】:
我正在使用 python 开发一个不和谐的机器人,但一旦我运行代码,它就会显示错误 The command help is already an existing command or alias.,并且它不在代码中的其他任何地方。
这里是代码
async def help(ctx):
embed = discord.Embed(title='Help', description='Use s!help <command> for more info on it')
embed.add_field(name="Moderation", value="Kick, Ban, Mute, Purge/Clean")
embed.add_field(name="Roleplay", value="Hug, Kiss, Slap, Shoot, Punch, lick, poke, cookies")
embed.add_field(name="Games", value='Dice, Slots,')
embed.add_field(name="Extras", value='Weather, Ping')
【问题讨论】:
标签: python discord.py discord.py-rewrite