mirror of
https://github.com/sern-handler/website
synced 2026-06-11 10:22:20 +00:00
2.8 KiB
2.8 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 |
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>>