aboutsummaryrefslogtreecommitdiff
path: root/AudioBackend.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-11-28 22:33:23 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-11-28 22:33:23 -0500
commite848cfbbbf1f3387c3d483f54db99b4474068928 (patch)
tree6cc9ed0d6c3eeaf4d11d7b9514bfb6e609c3d6b3 /AudioBackend.js
parent4c359613c97a9ff616677959283ff924dba46353 (diff)
downloadDLAP-e848cfbbbf1f3387c3d483f54db99b4474068928.tar.gz
DLAP-e848cfbbbf1f3387c3d483f54db99b4474068928.tar.bz2
DLAP-e848cfbbbf1f3387c3d483f54db99b4474068928.zip
Small changes
Diffstat (limited to 'AudioBackend.js')
-rw-r--r--AudioBackend.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/AudioBackend.js b/AudioBackend.js
index 6c646b8..fab4f4d 100644
--- a/AudioBackend.js
+++ b/AudioBackend.js
@@ -177,9 +177,9 @@ export async function playAudio(bot) {
} else {
statusEmbed.setTitle('Now Playing');
statusEmbed.addFields(
- { name: 'Title:', value: audioTitle },
- { name: 'Artist:', value: audioArtist },
- { name: 'Year:', value: `${audioYear}` }
+ { name: 'Title', value: audioTitle },
+ { name: 'Artist', value: audioArtist },
+ { name: 'Year', value: `${audioYear}` }
);
statusEmbed.setFooter({ text: `${audioAlbum}` });
statusEmbed.setColor('#0066ff');