shut down the bot but dosent send the message to shut it down idk why

This commit is contained in:
Loïc Bersier 2018-09-06 17:28:43 +02:00
parent 392dd2c880
commit 76e6d3f611

View file

@ -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();
}
};