Trying something simpler for VoiceStateChange notification just to see if the event works
This commit is contained in:
@@ -81,8 +81,7 @@ client.on(Events.GuildCreate, async guild => {
|
||||
})
|
||||
|
||||
client.on(Events.VoiceStateUpdate, async ([oldState, newState]) => {
|
||||
console.log(`Old State ${oldState}`)
|
||||
console.log(`New State ${newState}`)
|
||||
console.log("State Change")
|
||||
})
|
||||
|
||||
client.on(Events.MessageCreate, async message => {
|
||||
|
||||
Reference in New Issue
Block a user