diff --git a/commands/ded.js b/commands/ded.js
index 37dd593..b21f73e 100644
--- a/commands/ded.js
+++ b/commands/ded.js
@@ -1 +1,6 @@
-process.exit();
\ No newline at end of file
+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();
+}
+};
\ No newline at end of file