diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 21:05:13 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 21:05:13 -0400 |
| commit | deb562e9f1ea769dea06284ca1e676ce76aa2ee1 (patch) | |
| tree | a4caca824064923b05caa55bbe11ac93069a1423 | |
| parent | baf55da0dcef2f135fefe59cccca0b3252531a18 (diff) | |
| download | DLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.tar.gz DLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.tar.bz2 DLAP-deb562e9f1ea769dea06284ca1e676ce76aa2ee1.zip | |
Remove reference on the project
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
