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•2y ago
Message Not Public
Sign In & Join Server To View
[email protected]
node v16.17.1
you should use
guild.members.me.voice.channelId
ty