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

Commando
Loïc Bersier 6 years ago
parent 392dd2c880
commit 76e6d3f611

@ -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…
Cancel
Save