mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-31 11:46:25 -05:00
maybe this will work
This commit is contained in:
parent
47c20c28a3
commit
d77e685081
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user