diff options
| author | 8cy <[email protected]> | 2020-04-11 06:23:03 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-11 06:23:03 -0700 |
| commit | fd10e82be3d049b66e93bfc22200b684f3012aeb (patch) | |
| tree | ece4400fe646acfde586caa6256adebd1cec439f | |
| parent | big portage, v2.1.0 (diff) | |
| download | s5nical-fd10e82be3d049b66e93bfc22200b684f3012aeb.tar.xz s5nical-fd10e82be3d049b66e93bfc22200b684f3012aeb.zip | |
Update gay.js
| -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); |