Comment limiter une commande à un rôle dans Discord.py

@bot.command()
@commands.has_role('RoleName')
async def command_name():
Meaty Boi