We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When widgets are disabled for a Discord server, their API sends back a HTTP 403 with this error:
{ "code": 50004, "message": "Widget Disabled" }
We currently show "inaccessible" in this case, but we should probably show "widget disabled" or something like that.
Perhaps we should always use the message from the response if available, rather than simply showing "inaccessible".
message
The text was updated successfully, but these errors were encountered:
af0f338
No branches or pull requests
When widgets are disabled for a Discord server, their API sends back a HTTP 403 with this error:
We currently show "inaccessible" in this case, but we should probably show "widget disabled" or something like that.
Perhaps we should always use the
message
from the response if available, rather than simply showing "inaccessible".The text was updated successfully, but these errors were encountered: