diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 21:06:13 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-20 21:06:13 -0400 |
| commit | ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529 (patch) | |
| tree | 0dd54b6df5e78064eb22492c9a9e8567ce627fd5 /bot.js | |
| parent | deb562e9f1ea769dea06284ca1e676ce76aa2ee1 (diff) | |
| download | DLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.tar.gz DLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.tar.bz2 DLAP-ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529.zip | |
Changed name
Diffstat (limited to 'bot.js')
| -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('Now playing ' + audio); + statusChannel.send('**Music Bot Status:**\nNow playing ' + audio); }); dispatcher.on('error', console.error); |
