Class: ModuleStore
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>