aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 21:06:13 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 21:06:13 -0400
commitebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529 (patch)
tree0dd54b6df5e78064eb22492c9a9e8567ce627fd5 /bot.js
parentdeb562e9f1ea769dea06284ca1e676ce76aa2ee1 (diff)
downloadDLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.tar.gz
DLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.tar.bz2
DLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.zip
Changed name
Diffstat (limited to 'bot.js')
-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);