diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 18:18:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 18:18:40 -0400 |
| commit | b9f0816dd7ac09d28a8baae9ae58e871a59c8a7c (patch) | |
| tree | bf0859a4c321cf1321e2732fc51f4c9162a6c8e5 /AudioBackend.js | |
| parent | 8ce71120f31fd8f590bd7b3f2247ea65450da01d (diff) | |
| download | DLAP-b9f0816dd7ac09d28a8baae9ae58e871a59c8a7c.tar.gz DLAP-b9f0816dd7ac09d28a8baae9ae58e871a59c8a7c.tar.bz2 DLAP-b9f0816dd7ac09d28a8baae9ae58e871a59c8a7c.zip | |
Eslinting some stuff
Diffstat (limited to 'AudioBackend.js')
| -rw-r--r-- | AudioBackend.js | 2 |
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); |
