aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 865b04f..b67929b 100644
--- a/bot.js
+++ b/bot.js
@@ -168,7 +168,7 @@ bot.on('message', async msg => {
await msg.reply('Powering off...');
const statusEmbed = new Discord.MessageEmbed()
.setTitle(bot.user.username)
- .setDescription('That\'s all folks!')
+ .setDescription(`That\'s all folks! Powering down ${bot.user.username}...`)
.setColor('#0066ff')
let statusChannel = bot.channels.cache.get(config.statusChannel);
if (!statusChannel) return console.error('The status channel does not exist! Skipping.');