kvalitní hotfix

This commit is contained in:
Histmy 2023-06-16 16:15:13 +02:00
parent 7f789bc0e7
commit 42ca98cd02

View File

@ -153,6 +153,7 @@ export async function joinVoice(channel: VoiceChannel | StageChannel | string, g
}
if (now.status === VoiceConnectionStatus.Disconnected || now.status === VoiceConnectionStatus.Destroyed) {
clearInterval(interval);
appendFileSync("zaznamy.dlog", `odtahnuljsem${Date.now().toString(36)}\n`);
}
});