mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +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 |
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:11
BothCommands
• Readonly BothCommands: Map<string, Processed<CommandModule>>
Defined in
src/handler/structures/moduleStore.ts:10
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:18
ModalSubmit
• Readonly ModalSubmit: Map<string, Processed<CommandModule>>
Defined in
src/handler/structures/moduleStore.ts:16
TextCommands
• Readonly TextCommands: Map<string, Processed<CommandModule>>