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