diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-22 22:54:51 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-22 22:54:51 -0400 |
| commit | e7808fac82e6f8d660f40087b7a15fe0861cd5dc (patch) | |
| tree | fe4dbb9c323b68954727f96d479cc41c818ad654 /bot.js | |
| parent | b3fe1f7fae9465bb3d53302880d5ba8f039faa16 (diff) | |
| download | DLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.tar.gz DLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.tar.bz2 DLAP-e7808fac82e6f8d660f40087b7a15fe0861cd5dc.zip | |
Changed the stop embed message
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.'); |
