mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-02-21 05:07:16 -05:00
adding some more verbal abuse
This commit is contained in:
parent
e2b95f5aec
commit
84d1b62309
@ -141,7 +141,7 @@ client.on("message", async message => {
|
||||
|
||||
if(command === "va"){
|
||||
let msg = ""
|
||||
let num = Math.floor(Math.random() * (3 - 1) + 1); //The maximum is exclusive and the minimum is inclusive
|
||||
let num = Math.floor(Math.random() * (5 - 1) + 1); //The maximum is exclusive and the minimum is inclusive
|
||||
switch(num){
|
||||
case 1:
|
||||
msg = "its simple, mind over matter. i dont mind, and you dont fucking matter";
|
||||
@ -152,6 +152,9 @@ client.on("message", async message => {
|
||||
case 3:
|
||||
msg = "you are living proof darwinism is dead, hell, even reversing.";
|
||||
break;
|
||||
case 4:
|
||||
msg = "may you never reproduce"
|
||||
break;
|
||||
}
|
||||
return message.reply(`${msg}`)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user