如何在discord.py中建立权限系统?

时间:2018-09-01 14:57:06

标签: python discord discord.py

我正在制作我的第一个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.")

0 个答案:

没有答案