ManagerOptions
BaseManagerOptions
| Name | Type | Description |
|---|---|---|
| directory | String | The main directory of the commands |
| loadAll | Boolean | If the framework will load all |
| default | Number | The default cooldown |
ButtonsManagerOptions
| Name | Type | Description |
|---|---|---|
| cooldown | Number | The default cooldown |
CommandsManagerOptions
| Name | Type | Description |
|---|---|---|
| applicationPermissions | Boolean | If the permissions for app commands must be required (only available if guildId is set) |
| autoRegisterApplicationCommands | Boolean | If the application commands must be registered |
| default | CommandsManagerDefaultOption | The main directory of the commands |
| directory | String | The main directory of the commands |
| guildId | String or Array<String> | The guild to register commands |
| loadAll | Boolean | If the framework will load all |
| prefix | String | The prefix for the bot |
EventsManagerOptions
| Name | Type | Description |
|---|---|---|
| default | EventsManagerDefaultOption | If the application commands must be registered |
| directory | String | The main directory of the commands |
| loadAll | Boolean | If the framework will load all |
InhibitorsManagerOptions
| Name | Type | Description |
|---|---|---|
| default | InhibitorsManagerDefaultOption | If the application commands must be registered |
| directory | String | The main directory of the commands |
| loadAll | Boolean | If the framework will load all |
ModalsManagerOptions
| Name | Type | Description |
|---|---|---|
| cooldown | Number | The default cooldown |
SelectMenuOptions
| Name | Type | Description |
|---|---|---|
| cooldown | Number | The default cooldown |