@bot.command(pass_context=True) async def giverole(ctx, user: discord.Member, role: discord.Role): await user.add_roles(role) await ctx.send(f"hey {ctx.author.name}, {user.name} has been giving a role called: {role.name}")