You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, all of Dictator's commands are currently visible to all users, including moderation commands. Ideally only those commands which a member can use would show in the list. This should be possible under settings>integrations within Discord, but did not behave correctly when it was tried in the past.
There are 2 options. Restrict commands to only be used by game mods, or restrict them to particular channel/s. Although the code already restricts use, adding this within Discord itself should also hide the commands.
The most ideal scenario would be the ability to do all of this within the code, but this is not possible at this time.
The text was updated successfully, but these errors were encountered:
TanyaPegasus
changed the title
Hide slash commands from members who do no have permission to use them
Hide slash commands from members who do not have permission to use them
Jun 26, 2023
By default, all of Dictator's commands are currently visible to all users, including moderation commands. Ideally only those commands which a member can use would show in the list. This should be possible under settings>integrations within Discord, but did not behave correctly when it was tried in the past.
There are 2 options. Restrict commands to only be used by game mods, or restrict them to particular channel/s. Although the code already restricts use, adding this within Discord itself should also hide the commands.
The most ideal scenario would be the ability to do all of this within the code, but this is not possible at this time.
https://support.discord.com/hc/en-us/articles/4644915651095-Command-Permissions
https://discord.com/blog/slash-commands-permissions-discord-apps-bots
The text was updated successfully, but these errors were encountered: