Answers for "discord.py how to make command category"

0

how to let only admins do a command in discord.py

@commands.has_permissions(administrator=True)
@client.command() 
async def admins_only_command(ctx, *, args):
    # ur code
Posted by: Guest on June-06-2020
-2

get category discord.py

#in discord.py rewrite
Category = bot.get_channel(CategoryID) #int
Posted by: Guest on January-06-2021

Code answers related to "discord.py how to make command category"

Python Answers by Framework

Browse Popular Code Answers by Language