summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-11 06:23:03 -0700
committer8cy <[email protected]>2020-04-11 06:23:03 -0700
commitfd10e82be3d049b66e93bfc22200b684f3012aeb (patch)
treeece4400fe646acfde586caa6256adebd1cec439f
parentbig portage, v2.1.0 (diff)
downloads5nical-fd10e82be3d049b66e93bfc22200b684f3012aeb.tar.xz
s5nical-fd10e82be3d049b66e93bfc22200b684f3012aeb.zip
Update gay.js
-rw-r--r--commands/fun/gay.js1
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);