From 0c9954a41fe0eaeeef9748b7bb6f623fdef12878 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 12 Jul 2020 17:58:26 -0500 Subject: [PATCH] UwU --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 1472b04..13bc722 100755 --- a/src/index.js +++ b/src/index.js @@ -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]}`) } ////////////////////////////////////////////////////////////////////////////////