egg stopper

This commit is contained in:
Alex Brow 2020-02-21 23:19:51 -05:00
parent 08a190e6d9
commit 242a3c7e9b
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 1 additions and 0 deletions

View File

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