codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

Can't display commands due to insufficient permissions #92

Closed gdamou closed 1 year ago

gdamou commented 1 year ago

When writing "/" we don't have all the commands displaying :

image

neolectron commented 1 year ago

This is clearly a non intentionall bug.

/fart should be available for everyone to use.

I think the scope of this fix can be greater tho. I believe we should have a way to declare permissions for our slash commands, which we do not have yet.

Interesting topic that need to be discussed.

Thanks for your report!