Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord python bot require one of two roles for command

@bot.command()
@commands.has_any_role('Library Devs', 'Moderators', 492212595072434186)
async def cool(ctx):
    await ctx.send('You are cool indeed')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #discord #python #bot #require #roles #command
ADD COMMENT
Topic
Name
7+8 =