#Automated soundboard on user join
10 messages · Page 1 of 1 (latest)
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
Getting Started: Introduction
read more
(event) Client#voiceStateUpdate
Emitted whenever a member changes voice state - e.g. joins/leaves a channel, mutes/unmutes.
voiceStateUpdate event
^^
The event will return two states, you can check newState.member.roles.cache for their roles
No. The bot process only sends the audio to discord per UDP, not your audio
Yes