mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-01-02 12:46:41 -05:00
UwU
This commit is contained in:
parent
aeb04580e0
commit
0c9954a41f
@ -130,7 +130,7 @@ client.on("message", async message => {
|
||||
}
|
||||
|
||||
if (command === "va") {
|
||||
let num = Math.floor(Math.random() * (config.abuse.length + 1)); //The maximum is exclusive and the minimum is inclusive
|
||||
let num = Math.floor(Math.random() * (config.verbalabuse.length + 1)); //The maximum is exclusive and the minimum is inclusive
|
||||
return message.reply(`${config.verbalabuse[num]}`)
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user