Does anyone know how to give XP to a user who is in a voice channel

Does anyone know how to give XP to a user who is in a voice channel? I have a working level system, but I don’t know how to do that
3 Replies
d.js toolkit
d.js toolkit2w ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
treble/luna
treble/luna2w ago
xp based on? on time? Simply calculate the time they were in the vc (by tracking the voiceStateUpdate event)
Legtaker
Legtaker2w ago
you can run a voicestateupdate to check when a person joins a vc and leaves if you do that then you can just run calculations on how long they were there

Did you find this page helpful?