From 6c4b708242ac323b19b0ad3454693bab1eb7976f Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:21:37 -0300 Subject: [PATCH] Update gay.js --- src/commands/gay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/gay.js b/src/commands/gay.js index d43638f..1a90f8a 100644 --- a/src/commands/gay.js +++ b/src/commands/gay.js @@ -6,7 +6,7 @@ module.exports = function (bot, msg) { function getRandomInt(max) { return Math.floor(Math.random() * max); - } + }; const randomValue = getRandomInt(2);