Limiting bot access #116
-
|
Hi, I am trying to figure out how do I limit access to the bot commands only to Admins. I am using the Is there a global setting? On a side note - I was wondering why the slash commands example is so much more complex than the non-slash commands example, ideally I am looking to do slash commands - as it seems that most bots move to it, and we get the nice autocomplete. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm really late to the party, but I'll try and give an answer:
|
Beta Was this translation helpful? Give feedback.
I'm really late to the party, but I'll try and give an answer:
Tentatively, I don't think there's a global permission setting that applies to all commands as a default for CommandBot, but I may be wrong.
Slash commands are more complex due to how Discord designed them. We've done whatever we can in order to make the experience as easy as possible, but a certain degree of complexity is always going to be present.