Comment limiter une commande à un rôle dans Discord.py
@bot.command()
@commands.has_role('RoleName')
async def command_name():
Meaty Boi
@bot.command()
@commands.has_role('RoleName')
async def command_name():
@bot.command()
async def command(ctx):
await ctx.send('Author message: '+ctx.message.author)