diff options
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) { |