Update shutdown/restart msgs
This commit is contained in:
parent
c3e58abfc1
commit
0681b8cf91
|
@ -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(),
|
||||
|
|
|
@ -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(),
|
||||
|
|
Reference in New Issue