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
Describe the bug
Guild only commands such as /help should print out that they only may be ran in a guild channel / include a message about limited functionality.
I'm currently unaware of which commands are affected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Command executor receives an error message.
Screenshots -
Server:
Traceback
# unable to retrieve at the moment, /help raises an attributerror since inter.guild is none
The text was updated successfully, but these errors were encountered:
(I attempted to self-assign this issue but didn't work)
Sorry, something went wrong.
I believe all commands that have an isadmin check are affected since they look up guild roles (along with admin.py commands).
Basically all commands that aren't related to the bot owner (e.g. /bot restart)
Edwinexd
Successfully merging a pull request may close this issue.
Describe the bug
Guild only commands such as /help should print out that they only may be ran in a guild channel / include a message about limited functionality.
I'm currently unaware of which commands are affected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Command executor receives an error message.
Screenshots
-
Server:
Traceback
The text was updated successfully, but these errors were encountered: