aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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 8779668..117a00f 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('**Project Jul-2020 Bot:**\nNow playing ' + audio);
+ statusChannel.send('Now playing ' + audio);
});
dispatcher.on('error', console.error);