diff --git a/breadbot.js b/breadbot.js index 9790afb..5a5bfe7 100644 --- a/breadbot.js +++ b/breadbot.js @@ -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 => {