From 801f1aa8781ff2a0a8d6c9852784eba42eb92588 Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Sat, 22 Feb 2020 00:23:14 -0500 Subject: [PATCH] fix --- src/index.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index daebfda..1c6d6cb 100755 --- a/src/index.js +++ b/src/index.js @@ -241,7 +241,24 @@ 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);