diff options
| author | 8cy <[email protected]> | 2020-04-11 20:57:47 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-11 20:57:47 -0700 |
| commit | 6295d78afbfee11441dbd425cea6636e38049e86 (patch) | |
| tree | 83a8351a6aaa70e9720fe14eb0062e2824b86db9 /commands/fun/gay.js | |
| parent | fix server command, v2.1.2 (diff) | |
| download | s5nical-6295d78afbfee11441dbd425cea6636e38049e86.tar.xz s5nical-6295d78afbfee11441dbd425cea6636e38049e86.zip | |
add sharding + help stuff, v3.0.0
- add sharding
- add examples
- change up command aliases
- formatting
Diffstat (limited to 'commands/fun/gay.js')
| -rw-r--r-- | commands/fun/gay.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/commands/fun/gay.js b/commands/fun/gay.js index 1aa310a..526be74 100644 --- a/commands/fun/gay.js +++ b/commands/fun/gay.js @@ -4,10 +4,20 @@ module.exports = class GayFun extends Command { constructor(client) { super(client, { name: 'gay', - aliases: ['gayamount', 'gayrange', 'gayrate'], + aliases: [ + 'gayamount', + 'gayrange', + 'gayrate' + ], group: 'fun', memberName: 'gay', description: 'tells you your gay-ness amount', + examples: [ + 's5n!gay', + 's5n!gayamount', + 's5n!gayrange', + 's5n!gayrate' + ] }); } run(msg) { |