我正在制作我的第一个Discord机器人,只是为了好玩,但似乎无法正常工作。
也许有人可以帮助我吗?
@bot.command(pass_context=True)
async def helpmod(ctx):
if 'Owner' or 'Moderator' in (role.name for role in message.author.roles):
无论我是否担任那个角色,它都会运行。
await bot.say("Hi")
else:
await bot.say("You don't have permission to use this command.")