aboutsummaryrefslogtreecommitdiff
path: root/AudioBackend/PlayAudio.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-15 17:18:15 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-15 17:20:59 -0500
commitd98937b34bbb7582f4c13e0d18bcc30febe1d174 (patch)
tree04133cf911474c50674084b58a65361bf8990a35 /AudioBackend/PlayAudio.js
parent16b7fb29fb5bd01f346749020dc43fa24a16993f (diff)
downloadDLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.tar.gz
DLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.tar.bz2
DLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.zip
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
Diffstat (limited to 'AudioBackend/PlayAudio.js')
-rw-r--r--AudioBackend/PlayAudio.js1
1 files changed, 1 insertions, 0 deletions
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;