Class: ModuleStore
Since
2.0.0 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, Processed<CommandModule>> |
2 | Map<string, Processed<CommandModule>> |
3 | Map<string, Processed<CommandModule>> |
Defined in
src/handler/structures/moduleStore.ts:12
BothCommands
• Readonly BothCommands: Map<string, Processed<CommandModule>>
Defined in
src/handler/structures/moduleStore.ts:11
InteractionHandlers
• Readonly InteractionHandlers: Object
Type declaration
| Name | Type |
|---|---|
2 | Map<string, Processed<CommandModule>> |
3 | Map<string, Processed<CommandModule>> |
5 | Map<string, Processed<CommandModule>> |
6 | Map<string, Processed<CommandModule>> |
7 | Map<string, Processed<CommandModule>> |
8 | Map<string, Processed<CommandModule>> |
Defined in
src/handler/structures/moduleStore.ts:19
ModalSubmit
• Readonly ModalSubmit: Map<string, Processed<CommandModule>>
Defined in
src/handler/structures/moduleStore.ts:17
TextCommands
• Readonly TextCommands: Map<string, Processed<CommandModule>>