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);