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
- 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!xp based on? on time? Simply calculate the time they were in the vc (by tracking the voiceStateUpdate event)
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