maybe this will work

This commit is contained in:
Alex Brow 2020-02-23 13:29:23 -05:00
parent 47c20c28a3
commit d77e685081
No known key found for this signature in database
GPG Key ID: F48926893F475C25

View File

@ -249,7 +249,7 @@ client.on("message", async message => {
}; };
}; };
if(command === "adderall") { if(command === "adderall") {
switch(args[0]) { switch(parseInt(args[0],10)) {
case 1: case 1:
return message.channel.send(">>> They call me lil adderall") return message.channel.send(">>> They call me lil adderall")
case 2: case 2: