From edff0ee0fcbf5f231dcab1a4204bc9e0f70b6d0a Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Wed, 3 Feb 2021 00:11:16 -0600 Subject: [PATCH] Change odds of leskiss's GIF choices --- commands/leskiss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/leskiss.js b/commands/leskiss.js index 2476a3c..45a347d 100644 --- a/commands/leskiss.js +++ b/commands/leskiss.js @@ -27,7 +27,7 @@ module.exports = { "https://cdn.discordapp.com/attachments/793537380330111028/803834514269798460/gif19.gif" ]; - const index = Math.floor(Math.random() * (gifchoices.length - 1) + 1); + const index = Math.floor(Math.random() * (gifchoices.length - 1) + 1.75); var gif = (gifchoices[index]); // --------------------------------------- const errorembed = {