Discord Python Bot nécessite l'un des deux rôles pour la commande

@bot.command()
@commands.has_any_role('Library Devs', 'Moderators', 492212595072434186)
async def cool(ctx):
    await ctx.send('You are cool indeed')
Ugliest Unicorn