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) {
|
if (user.id === process.env.OWNERID) {
|
||||||
const embeds = [{
|
const embeds = [{
|
||||||
title: '<a:AnitroxWorking:997565411212144730> Restart Bot',
|
title: '<a:AnitroxWorking:997565411212144730> Restart Bot',
|
||||||
description: 'Restarting Anitrox...',
|
description: '<a:AnitroxWorking:997565411212144730> Restarting now, Be back in a minute!',
|
||||||
color: 9442302,
|
color: 9442302,
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: user.displayAvatarURL(),
|
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}`);
|
console.log('[SYSTEM] [INFO] ' + `The bot is going down for shut down. \nShutdown requested by ${user.username}`);
|
||||||
await channel.send({
|
await channel.send({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: '**Shut down the bot**',
|
title: 'Shut down the bot',
|
||||||
description: '<a:AnitroxWorking:997565411212144730> **Shutting Down...**',
|
description: '<a:AnitroxWorking:997565411212144730> Shutting down now, Until next time!',
|
||||||
color: 9442302,
|
color: 9442302,
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: user.displayAvatarURL(),
|
icon_url: user.displayAvatarURL(),
|
||||||
|
|
Reference in New Issue