From 0681b8cf9129ea6978259260c5196c90d97e6c54 Mon Sep 17 00:00:00 2001 From: Sophie Marie Date: Mon, 26 Dec 2022 16:28:19 -0600 Subject: [PATCH] Update shutdown/restart msgs --- commands/restart.js | 2 +- commands/stop.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/restart.js b/commands/restart.js index 51c91a2..fada205 100644 --- a/commands/restart.js +++ b/commands/restart.js @@ -16,7 +16,7 @@ module.exports = { if (user.id === process.env.OWNERID) { const embeds = [{ title: ' Restart Bot', - description: 'Restarting Anitrox...', + description: ' Restarting now, Be back in a minute!', color: 9442302, footer: { icon_url: user.displayAvatarURL(), diff --git a/commands/stop.js b/commands/stop.js index 9035530..cb998ca 100644 --- a/commands/stop.js +++ b/commands/stop.js @@ -17,8 +17,8 @@ module.exports = { console.log('[SYSTEM] [INFO] ' + `The bot is going down for shut down. \nShutdown requested by ${user.username}`); await channel.send({ embeds: [{ - title: '**Shut down the bot**', - description: ' **Shutting Down...**', + title: 'Shut down the bot', + description: ' Shutting down now, Until next time!', color: 9442302, footer: { icon_url: user.displayAvatarURL(),