-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
[Bug]: @everyone role does not work for whitelisting #24
Comments
yo! I'm w/ @kaydenvg , there's two ways I think could be good for solving this (ref AutoWhitelist/src/main/java/com/awakenedredstone/autowhitelist/discord/commands/RegisterCommand.java Line 65 in cf6c29b
thoughts? would be a fast PR |
Yeah, it shouldn't be complicated. I have been pretty busy recently, so I haven't had time to work on the issue. I'll try working on it this weekend. |
I ask because we'd be happy to make the change and make the PR, given which way you want to take it! 🙇♂️ |
You are always free to make a PR |
Would the config option be the preferred method here? |
I have considered adding a small additional line for processing I want to later work on some QoL for the mod and push it into beta or release when I have more time, feel free to make a PR with a workaround, it can be improved later, the mod is currently on alpha state. |
|
Fixed by #27, patch released in 1.0.0-alpha.10 |
Version information
1.0.0 Alpha 8
Version type
Full
Expected Behavior
users with no role/
@everyone
are able to use np!register to whitelist themselvesActual Behavior
"Sorry, but I couldn't accept your request
It seems that you don't have the required subscription/member level or don't have your Twitch/Youtube account linked to your Discord account."
Reproduction Steps
@everyone
user"Sorry, but I couldn't accept your request
It seems that you don't have the required subscription/member level or don't have your Twitch/Youtube account linked to your Discord account."
Java version
N/A, issue with bot
Additional information
Whitelisting self works with any role other than the default
@everyone
. Made a new role with no special permissions/not admin and it works, but I'd prefer if anyone joining the server with the default role could whitelist themselves.The text was updated successfully, but these errors were encountered: