aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 117a00f..b68d332 100644
--- a/bot.js
+++ b/bot.js
@@ -36,7 +36,7 @@ function playAudio() {
console.log('Now playing ' + audio);
let statusChannel = client.channels.cache.get(config.statusChannel);
if (!statusChannel) return console.error('The channel does not exist!');
- statusChannel.send('Now playing ' + audio);
+ statusChannel.send('**Music Bot Status:**\nNow playing ' + audio);
});
dispatcher.on('error', console.error);