forked from Supositware/Haha-Yes
put clear message in terminal when shutdown
This commit is contained in:
parent
1c1853de88
commit
7938d45e36
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@ class RebootCommand extends Command {
|
|||
}
|
||||
|
||||
async exec(message) {
|
||||
console.log('\x1b[31m\x1b[47m\x1b[5mSHUTING DOWN!!!!!\x1b[0m');
|
||||
await message.channel.send('k bye thx', { files: ['https://cdn.discordapp.com/attachments/532980995767533568/553656409452183552/bad_things_happen_to_good_people.jpg', 'https://cdn.discordapp.com/attachments/532980995767533568/553310025792356362/meme.png']});
|
||||
console.log('\x1b[31m\x1b[47m\x1b[5mSHUTING DOWN!!!!!\x1b[0m');
|
||||
process.exit();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue