Where about in connection am I able to tell if the bot is paused/unpaused

Using connection because i want to have it per guild
2 Replies
d.js toolkit
d.js toolkit3mo 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! - Marked as resolved by OP
Vmite
Vmite3mo ago
node: v20.12.2 discord.js@14.14.1 @discordjs/opus: 0.8.0 @discordjs/voice: 0.16.1 nvm figured it out went through the index in the module turns out .pause() is a boolean with either true or false :betmunn: