From ebbc1ec9c922a8bc3e56afbcef0b7c15dfde4529 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 21:06:13 -0400 Subject: Changed name --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 117a00f..b68d332 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('Now playing ' + audio); + statusChannel.send('**Music Bot Status:**\nNow playing ' + audio); }); dispatcher.on('error', console.error); -- cgit v1.2.3