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
Ideally discord commands & permissions should be listed in autocomplete if easily obtainable (if not then we won't include discord permissions)
Adds role/permission/user to have permission to a command
/get permissions [Command]
Existing commands will be listed in an enum
Returns a bullet point list of all the permissions including roles, discord defined permissions and users
/remove permission [Command] [Permission]
Autocomplete lists permissions existing to that command to be removed
Removes the specified permission (that was already set) from the command
We need to interact with discord's command permissions API, but I'm hoping Discord.Net makes this pretty easy - this is so that unpermitted commands aren't shown.
Also commands should have a default permission in the database (whichever Discord permission is appropriate (e.g Permissions.Administrator for admin commands) - this will also be displayed in the autocomplete
The text was updated successfully, but these errors were encountered:
/add permission [Command] [Role/Permission/User]
/get permissions [Command]
/remove permission [Command] [Permission]
We need to interact with discord's command permissions API, but I'm hoping Discord.Net makes this pretty easy - this is so that unpermitted commands aren't shown.
Also commands should have a default permission in the database (whichever Discord permission is appropriate (e.g
Permissions.Administrator
for admin commands) - this will also be displayed in the autocompleteThe text was updated successfully, but these errors were encountered: