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