diff --git a/src/events/voiceStateUpdate.js b/src/events/voiceStateUpdate.js index 43544ac..2c9f7cf 100644 --- a/src/events/voiceStateUpdate.js +++ b/src/events/voiceStateUpdate.js @@ -42,7 +42,7 @@ export default async function (oldState, newState, client) { connection.destroy(); const debugchannel = client.channels.cache.get("1148814162273763418"); debugchannel.send( - `left <#${connection.joinConfig.channelId}>} due to nobody being in it` + `left <#${connection.joinConfig.channelId}> due to nobody being in it` ); } }