From d98937b34bbb7582f4c13e0d18bcc30febe1d174 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 15 Feb 2024 17:18:15 -0500 Subject: Finally fixed some issues - Voting should work properly? - Now the bot tells the user if they are already in vc - Thumbnails will be null when switching tracks --- AudioBackend/PlayAudio.js | 1 + 1 file changed, 1 insertion(+) (limited to 'AudioBackend') diff --git a/AudioBackend/PlayAudio.js b/AudioBackend/PlayAudio.js index a0cfb39..d671e5a 100644 --- a/AudioBackend/PlayAudio.js +++ b/AudioBackend/PlayAudio.js @@ -52,6 +52,7 @@ export async function playAudio(bot) { console.log(t('nowPlayingFile', { audio })); audioState(0); + audioPicture = null; const audioFile = audio; -- cgit v1.2.3