You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/commands/ded.js

6 lines
201 B
JavaScript

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