how to check if the message author is in a voice channel?
I was looking at the other forum but seems like the original author deleted their post.
2 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!
- ✅
Marked as resolved by OPi remember in an old version of discord.js there was a
if(message.member.voiceChannel){}
but it seems like it doesnt work anymore
nvm its if(message.member.voice.channel){}