forked from Supositware/Haha-Yes
shut down the bot but dosent send the message to shut it down idk why
This commit is contained in:
parent
392dd2c880
commit
76e6d3f611
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
process.exit();
|
||||
exports.run = (client,message) => {
|
||||
if (message.author.id == "267065637183029248") {
|
||||
message.channel.send("haha yes im ded now k bye thx").catch(console.error);
|
||||
process.exit();
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue