diff options
| author | 8cy <[email protected]> | 2020-04-29 14:42:03 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 14:42:03 -0700 |
| commit | 9b2ab3b7a29983beba6908644a69925fd7adf253 (patch) | |
| tree | 2d62bbe56895bf1349b86f89d021d0ce67f6a608 /src/commands/fun/offspring.ts | |
| parent | formatting, blacklists, v9.0.1 (diff) | |
| download | dep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.tar.xz dep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.zip | |
add contact cmds, qol updates/ formatting, v9.1.0
Diffstat (limited to 'src/commands/fun/offspring.ts')
| -rw-r--r-- | src/commands/fun/offspring.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/fun/offspring.ts b/src/commands/fun/offspring.ts index 7152a1c..e603f76 100644 --- a/src/commands/fun/offspring.ts +++ b/src/commands/fun/offspring.ts @@ -6,9 +6,10 @@ module.exports = class OffspringFun extends Command { constructor(client) { super(client, { name: 'offspring', + aliases: ['gender'], group: 'fun', memberName: 'offspring', - description: 'Determines your child\'s gender.', + description: 'Determines your future child\'s gender.', examples: ['uwu!offspring'], throttling: { usages: 5, |