Skip to main content

Class: ModuleStore

Storing all command modules This dependency is usually injected into ModuleManager

Constructors

constructor

new ModuleStore()

Properties

ApplicationCommands

Readonly ApplicationCommands: Object

Type declaration

NameType
1Map<string, CommandModule>
2Map<string, CommandModule>
3Map<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

NameType
2Map<string, CommandModule>
3Map<string, CommandModule>
5Map<string, CommandModule>
6Map<string, CommandModule>
7Map<string, CommandModule>
8Map<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