From deb562e9f1ea769dea06284ca1e676ce76aa2ee1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 21:05:13 -0400 Subject: Remove reference on the project --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3