#Check if User has Admin Perm
1 messages · Page 1 of 1 (latest)
You can use
@discord.slash_command(...)
@discord.default_permissions(administrator=True)
async def my_slash(...):
...
thank youuu!
Where can I find these in doc, for future..
You're welcome!
If all your questions have been answered then you can use /close to archive this thread
❤️