fixed voiceStateUpdate

This commit is contained in:
ayeuhugyu 2024-01-03 16:57:10 -08:00
parent 152a4c7796
commit 406493ad7b

View file

@ -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`
);
}
}