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
Commands such as MCWhitelist break due to some variables not being defined, such as
if verified_role not in ctx.author.roles:
throwing an error due to roles being None
roles
None
either fix these errors, or whitelist certain commands being ran in DMs or something else to fix this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commands such as MCWhitelist break due to some variables not being defined, such as
throwing an error due to
roles
beingNone
either fix these errors, or whitelist certain commands being ran in DMs or something else to fix this
The text was updated successfully, but these errors were encountered: