Files
website/docs/api/classes/ModuleStore.md
2022-12-28 22:43:41 +03:00

2.3 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
ModuleStore Class: ModuleStore ModuleStore 0 null

Storing all command modules This dependency is usually injected into ModuleManager

Constructors

constructor

new ModuleStore()

Properties

ApplicationCommands

Readonly ApplicationCommands: Object

Type declaration

Name Type
1 Map<string, CommandModule>
2 Map<string, CommandModule>
3 Map<string, CommandModule>

Defined in

src/handler/structures/moduleStore.ts:10


BothCommands

Readonly BothCommands: Map<string, CommandModule>

Defined in

src/handler/structures/moduleStore.ts:9


InteractionHandlers

Readonly InteractionHandlers: Object

Type declaration

Name Type
2 Map<string, CommandModule>
3 Map<string, CommandModule>
5 Map<string, CommandModule>
6 Map<string, CommandModule>
7 Map<string, CommandModule>
8 Map<string, CommandModule>

Defined in

src/handler/structures/moduleStore.ts:17


ModalSubmit

Readonly ModalSubmit: Map<string, CommandModule>

Defined in

src/handler/structures/moduleStore.ts:15


TextCommands

Readonly TextCommands: Map<string, CommandModule>

Defined in

src/handler/structures/moduleStore.ts:16