diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-26 22:01:05 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-26 22:01:05 -0400 |
commit | 358113f823936a8b5613535067941a17169d942f (patch) | |
tree | 88a42dc0caffe0521cb8a50589d0103f2dfdee81 /src/commands/info/pronounsCommand.ts | |
parent | 5d6d86ab6090578dc475bf4afb1341141420e269 (diff) | |
download | tanzanite-358113f823936a8b5613535067941a17169d942f.tar.gz tanzanite-358113f823936a8b5613535067941a17169d942f.tar.bz2 tanzanite-358113f823936a8b5613535067941a17169d942f.zip |
add info category to commands
Diffstat (limited to 'src/commands/info/pronounsCommand.ts')
-rw-r--r-- | src/commands/info/pronounsCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/pronounsCommand.ts b/src/commands/info/pronounsCommand.ts index f30a981..2c1d5f2 100644 --- a/src/commands/info/pronounsCommand.ts +++ b/src/commands/info/pronounsCommand.ts @@ -34,7 +34,7 @@ export default class PronounsCommand extends BushCommand { constructor() { super('pronouns', { aliases: ['pronouns', 'pronoun'], - category: 'utilities', + category: 'info', description: { usage: 'pronouns <user>', examples: ['pronouns IRONM00N'], |