This commit is contained in:
Alex Brow 2020-02-22 00:23:14 -05:00
parent 242a3c7e9b
commit 801f1aa878
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 18 additions and 1 deletions

View File

@ -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);