We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ca145 commit 1d9ae6dCopy full SHA for 1d9ae6d
src/commands/commandHandler.ts
@@ -20,8 +20,8 @@ import {
20
} from '../typings/index.js';
21
22
export class CommandHandler {
23
+ public readonly commands: Map<string, Command>;
24
private readonly client: CommanderClient;
- private readonly commands: Map<string, Command>;
25
private readonly _categories: Map<string, Command[]>;
26
private readonly commandData: CommandHandlerCommandData;
27
private readonly callbacks: Readonly<CommandHandlerCallbacks>;
0 commit comments