Update shutdown/restart msgs

This commit is contained in:
Sophie Marie 2022-12-26 16:28:19 -06:00
parent c3e58abfc1
commit 0681b8cf91
No known key found for this signature in database
GPG Key ID: 0C9FB786E7770775
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ module.exports = {
if (user.id === process.env.OWNERID) {
const embeds = [{
title: '<a:AnitroxWorking:997565411212144730> Restart Bot',
description: 'Restarting Anitrox...',
description: '<a:AnitroxWorking:997565411212144730> Restarting now, Be back in a minute!',
color: 9442302,
footer: {
icon_url: user.displayAvatarURL(),

View File

@ -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: '<a:AnitroxWorking:997565411212144730> **Shutting Down...**',
title: 'Shut down the bot',
description: '<a:AnitroxWorking:997565411212144730> Shutting down now, Until next time!',
color: 9442302,
footer: {
icon_url: user.displayAvatarURL(),