diff --git a/breadbot.js b/breadbot.js index 8a976c5..17cbc38 100644 --- a/breadbot.js +++ b/breadbot.js @@ -87,7 +87,7 @@ client.on(Events.VoiceStateUpdate, async (oldState, newState) => { console.log("Voice State Update Fired") if (oldState.channel == null && newState.channel != null) { - console.log(`\tChannel Join Detected ${newState.guild.id} - ${newState.channelId} - ${newState.user.id}`) + console.log(`\tChannel Join Detected ${newState.guild.id} - ${newState.channelId} - ${newState.member.id}`) var existingCallID = await sqlutil.inCall(newState.guild.id, newState.channelId)