Answers for "how to make a command where it checks for a channel discord.pu"

0

how to limit a command to a role in discord.py

@bot.command()
@commands.has_role('RoleName')
async def command_name():
Posted by: Guest on June-24-2020

Code answers related to "how to make a command where it checks for a channel discord.pu"

Python Answers by Framework

Browse Popular Code Answers by Language