aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands/info/botInfoCommand.ts1
-rw-r--r--src/commands/info/helpCommand.ts1
-rw-r--r--src/commands/info/pingCommand.ts1
-rw-r--r--src/commands/info/pronounsCommand.ts2
4 files changed, 4 insertions, 1 deletions
diff --git a/src/commands/info/botInfoCommand.ts b/src/commands/info/botInfoCommand.ts
index e6a4fbb..779b318 100644
--- a/src/commands/info/botInfoCommand.ts
+++ b/src/commands/info/botInfoCommand.ts
@@ -6,6 +6,7 @@ export default class BotInfoCommand extends BushCommand {
constructor() {
super('botinfo', {
aliases: ['botinfo'],
+ category: 'info',
description: {
content: 'Shows information about the bot',
usage: 'botinfo',
diff --git a/src/commands/info/helpCommand.ts b/src/commands/info/helpCommand.ts
index 30c2a21..3b5e538 100644
--- a/src/commands/info/helpCommand.ts
+++ b/src/commands/info/helpCommand.ts
@@ -9,6 +9,7 @@ export default class HelpCommand extends BushCommand {
constructor() {
super('help', {
aliases: ['help'],
+ category: 'info',
description: {
content: 'Shows the commands of the bot',
usage: 'help',
diff --git a/src/commands/info/pingCommand.ts b/src/commands/info/pingCommand.ts
index 62b8e60..e0bbfc7 100644
--- a/src/commands/info/pingCommand.ts
+++ b/src/commands/info/pingCommand.ts
@@ -7,6 +7,7 @@ export default class PingCommand extends BushCommand {
constructor() {
super('ping', {
aliases: ['ping'],
+ category: 'info',
description: {
content: 'Gets the latency of the bot',
usage: 'ping',
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'],