From 242a3c7e9b45c1941d7ad09a4ca230f531cd9463 Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Fri, 21 Feb 2020 23:19:51 -0500 Subject: [PATCH] egg stopper --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index d7a5f6d..daebfda 100755 --- a/src/index.js +++ b/src/index.js @@ -241,6 +241,7 @@ client.on("message", async message => { if(args.includes("7")) return message.channel.send(">>> Lil adderall alright so I'm going to keep on doin g these until I leave CAP and I am thinking of it right now. My last lil adderall will be emotional and osselot will want me so yeah. You know life is aight I got my dog and yeah."); return message.channel.send("No quote found"); } + return message.reply("command not found") }); client.login(config.token);