From e7808fac82e6f8d660f40087b7a15fe0861cd5dc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Jul 2020 22:54:51 -0400 Subject: Changed the stop embed message --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') 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.'); -- cgit v1.2.3