Include a message when failing to assign Discord permissions to users #3275
Labels
bug
This is a confirmed bug
priority: low
Something that's not on top of the list. You are free to submit a pull request though
Is your feature request related to a problem? Please elaborate.
Right now, the bot just silently errors out when trying to set Discord permissions that the bot lacks, as follow:
And in the log file:
Describe the solution you'd like
The bot should inform the user with a missing permission error message on Discord for better UX.
Does your solution involve any of the following?
Describe alternatives you've considered
Assigning the Administrator permission to the bot should prevent the permission error but our official guide states that it's optional, and it's generally considered good security practice to not assign Admin permission to a bot.
Who will this benefit?
This will benefit users who would like to fine-tune the permissions for the bot to only have what the bot really needs.
Additional Information
No response
The text was updated successfully, but these errors were encountered: