aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/botInfoCommand.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-05-26 22:01:05 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-05-26 22:01:05 -0400
commit358113f823936a8b5613535067941a17169d942f (patch)
tree88a42dc0caffe0521cb8a50589d0103f2dfdee81 /src/commands/info/botInfoCommand.ts
parent5d6d86ab6090578dc475bf4afb1341141420e269 (diff)
downloadtanzanite-358113f823936a8b5613535067941a17169d942f.tar.gz
tanzanite-358113f823936a8b5613535067941a17169d942f.tar.bz2
tanzanite-358113f823936a8b5613535067941a17169d942f.zip
add info category to commands
Diffstat (limited to 'src/commands/info/botInfoCommand.ts')
-rw-r--r--src/commands/info/botInfoCommand.ts1
1 files changed, 1 insertions, 0 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',