Trying something simpler for VoiceStateChange notification just to see if the event works

This commit is contained in:
Bradley Bickford 2023-11-12 10:12:57 -05:00
parent 944f8d4e72
commit 92df0cf4a7

View File

@ -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 => {