mirror of
https://github.com/sern-handler/website
synced 2026-06-26 01:32:26 +00:00
feat: blog2/main (#30)
This commit is contained in:
85
docs/api/classes/ModuleStore.md
Normal file
85
docs/api/classes/ModuleStore.md
Normal file
@@ -0,0 +1,85 @@
|
||||
---
|
||||
id: "ModuleStore"
|
||||
title: "Class: ModuleStore"
|
||||
sidebar_label: "ModuleStore"
|
||||
sidebar_position: 0
|
||||
custom_edit_url: 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`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `2` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `3` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/handler/structures/moduleStore.ts:10](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/structures/moduleStore.ts#L10)
|
||||
|
||||
___
|
||||
|
||||
### BothCommands
|
||||
|
||||
• `Readonly` **BothCommands**: `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/handler/structures/moduleStore.ts:9](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/structures/moduleStore.ts#L9)
|
||||
|
||||
___
|
||||
|
||||
### InteractionHandlers
|
||||
|
||||
• `Readonly` **InteractionHandlers**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `2` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `3` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `5` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `6` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `7` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
| `8` | `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\> |
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/handler/structures/moduleStore.ts:17](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/structures/moduleStore.ts#L17)
|
||||
|
||||
___
|
||||
|
||||
### ModalSubmit
|
||||
|
||||
• `Readonly` **ModalSubmit**: `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/handler/structures/moduleStore.ts:15](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/structures/moduleStore.ts#L15)
|
||||
|
||||
___
|
||||
|
||||
### TextCommands
|
||||
|
||||
• `Readonly` **TextCommands**: `Map`<`string`, [`CommandModule`](../modules.md#commandmodule)\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/handler/structures/moduleStore.ts:16](https://github.com/sern-handler/handler/blob/3daacfc/src/handler/structures/moduleStore.ts#L16)
|
||||
Reference in New Issue
Block a user