From fd10e82be3d049b66e93bfc22200b684f3012aeb Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sat, 11 Apr 2020 06:23:03 -0700 Subject: Update gay.js --- commands/fun/gay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/fun/gay.js b/commands/fun/gay.js index 7d1b65a..1aa310a 100644 --- a/commands/fun/gay.js +++ b/commands/fun/gay.js @@ -10,6 +10,7 @@ module.exports = class GayFun extends Command { description: 'tells you your gay-ness amount', }); } + run(msg) { var gayAmount = Math.floor((Math.random() * 100) + 1); var gayAmountDecimal = Math.floor((Math.random() * 100) + 1); -- cgit v1.2.3