This commit is contained in:
Alex Brow 2020-02-20 21:51:10 -05:00
parent 28d2d06a2b
commit 227bbb4286
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ client.on("message", async message => {
};
};
if(command === "adderall") {
let quote = parseInt(args[1], 10)
let quote = parseInt(args, 10)
if(quote = 1) return message.channel.send(">>> They call me lil adderall")
if(quote = 2) return message.channel.send(">>> Second time being detained...I faked my death by having a fake seizure.......You know what they call me......Lil Adderall");
if(quote = 3) return message.channel.send(">>> So note to self dont ask those types of questions to Osseley...Ive been detained 3 times they call me...lil adderall");