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
1 changed files with 1 additions and 1 deletions

View File

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