Check if bot is in voice channel
How would you check if the bot is in a voice channel?
getVoiceChannel() isn't working for me if the connection is not subscribed to a player
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
discord.js@14.6.0
node v16.17.1
you should use
guild.members.me.voice.channelId
ty