我正在制造一个导致不和谐的机器人,我想执行一个.check
命令,但是它不起作用。它给了我这个错误:
命令引发了异常:NameError:名称'administrator'不是 定义
这是我的代码
@client.command(name = "check")
async def check(ctx):
if commands.has_permissions(administrator == true):
await ctx.send(f"Yes, {ctx.message.author.mention}, you have administrator perms")