#Automated soundboard on user join

10 messages · Page 1 of 1 (latest)

real scaffoldBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

astral tulip
#

Bots can’t use soundboard so not possible

#

Oh, so just have the bot join the VC and when a user joins it should play a sound? That‘s rather easy with @discordjs/voice

regal nacelleBOT
#

event (event) Client#voiceStateUpdate
Emitted whenever a member changes voice state - e.g. joins/leaves a channel, mutes/unmutes.

north lion
#

voiceStateUpdate event

#

^^

#

The event will return two states, you can check newState.member.roles.cache for their roles

astral tulip
#

No. The bot process only sends the audio to discord per UDP, not your audio

north lion
#

Yes