aboutsummaryrefslogtreecommitdiff
path: root/AudioBackend.js
diff options
context:
space:
mode:
Diffstat (limited to 'AudioBackend.js')
-rw-r--r--AudioBackend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioBackend.js b/AudioBackend.js
index ec25b55..1b6d762 100644
--- a/AudioBackend.js
+++ b/AudioBackend.js
@@ -148,7 +148,7 @@ export async function playAudio(bot) {
}
const statusEmbed = new EmbedBuilder()
- .addFields({ name: 'Now Playing', value: audio})
+ .addFields({ name: 'Now Playing', value: audio })
.setColor('#0066ff');
const channel = bot.channels.cache.get(statusChannel);