aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-22 22:54:51 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-22 22:54:51 -0400
commite7808fac82e6f8d660f40087b7a15fe0861cd5dc (patch)
treefe4dbb9c323b68954727f96d479cc41c818ad654
parentb3fe1f7fae9465bb3d53302880d5ba8f039faa16 (diff)
downloadDLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.tar.gz
DLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.tar.bz2
DLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.zip
Changed the stop embed message
-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.');