-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
GUILD_VOICE_STATES intent is required to use this package! #44
Comments
This will be fixed. In the mean time, add Discord.Intents.GUILD_VOICE_STATES to the array |
You mean like this?
|
new Discord.Client({ |
Same throw error here. |
same error not fixed |
Same error |
Hey there! For all of you who might have trouble, please try to check all the following boxes and make sure everything's alright:
I can testify that the current implementation is properly working and that this issue is due to a development mistake. The following initialization works: const client = new Client({ intents: [Intents.FLAGS.GUILD_VOICE_STATES] }); For the record: |
I'm receiving this error..
Code:
The text was updated successfully, but these errors were encountered: