diff options
| -rw-r--r-- | commands/fun/gay.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |