aboutsummaryrefslogtreecommitdiff
path: root/AudioBackend.js
diff options
context:
space:
mode:
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');