diff options
Diffstat (limited to 'src/commands/info/pingCommand.ts')
-rw-r--r-- | src/commands/info/pingCommand.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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', |