aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 21:05:13 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 21:05:13 -0400
commitdeb562e9f1ea769dea06284ca1e676ce76aa2ee1 (patch)
treea4caca824064923b05caa55bbe11ac93069a1423
parentbaf55da0dcef2f135fefe59cccca0b3252531a18 (diff)
downloadDLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.tar.gz
DLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.tar.bz2
DLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.zip
Remove reference on the project
-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);