-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Nothing happens when a user joins #3
Comments
have u made sure that u enabled your privileg intents in https://discord.com/developers ? note that you just need server members intent ( the second one ) to have working welcome system. please learn/try reading thanks! |
no i have not tried that, I will try it. and wow that was a quick responce |
xD |
Ok thank you, that worked :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I set up the bot and ran the install command, and finally noded index.js, but when someone joined the server nothing happened. The console had no errors and my config file looked like this ```{
"TOKEN": "I put my token in here",
"CHANNEL_WELCOME": "819672157079994398",
"ROLES_WELCOME": ["",""]
}
The text was updated successfully, but these errors were encountered: