diff options
Diffstat (limited to 'src/commands/user/age.ts')
| -rw-r--r-- | src/commands/user/age.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/user/age.ts b/src/commands/user/age.ts index 0ba4515..f541d67 100644 --- a/src/commands/user/age.ts +++ b/src/commands/user/age.ts @@ -3,7 +3,7 @@ import emoji from 'emoji-random' import { formatDistance, formatRelative } from 'date-fns' import { stripIndents } from 'common-tags' -module.exports = class AgeFun extends Command { +module.exports = class AgeUser extends Command { constructor(client) { super(client, { name: 'age', @@ -11,7 +11,7 @@ module.exports = class AgeFun extends Command { 'account-age', 'accountage' ], - group: 'fun', + group: 'user', memberName: 'age', description: 'Checks when a specified Discord account was created.', examples: ['uwu!age', 'uwu!age @sin#1337'], |