I have trouble with making an "add role" command in discord.py. I don\'t know what is wrong; it just doesn\'t work.
@client.command() @commands.has_
@client.command() async def addrole(ctx, member : discord.Member, role : discord.Role): await member.add_roles(role)
usage: !addrole [member] [role]
NOTE : the bot can only give roles lower than him !