Mention required Intents in the Guide #6661
Closed
PiotrWieczorek98
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There is a page on Discord's API docs about intents and the events they enable. You can see this link by doing /tag intents on the Discord server. You should know that v13 requires intents and do the proper research to see what intents are needed for what events |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
After wasting half a day debugging what's wrong with my audio player I found the answer on discord discussion - turns out I didn't have required intent Intents.FLAGS.GUILD_VOICE_STATES in my client. I believe there's more people like me so I would be thankful if you add mention about required Intent in the Audio Player guide.
Beta Was this translation helpful? Give feedback.
All reactions