From 9b2ab3b7a29983beba6908644a69925fd7adf253 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:42:03 -0700 Subject: add contact cmds, qol updates/ formatting, v9.1.0 --- src/commands/fun/offspring.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/commands/fun/offspring.ts') 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, -- cgit v1.2.3