ShewenyClientOptions
Extends ClientOptions (discord.js type)
Name | Type | Description | Default | Optional |
---|---|---|---|---|
admins | Array<String> | Ids of bot admins | None | ✓ |
joinThreadsOnCreate | Boolean | If bot should join threads on create | false | ✓ |
disableCooldownForAdmins | Boolean | If bot should disable the cooldown for bot admins | true | ✓ |
managers | ClientManagersOptions | The options for the managers | ✓ | |
mode | "development" or "production" | The mode for run application | development | ✓ |
ClientManagersOptions
Name | Type | Description |
---|---|---|
buttons | BaseManagerOptions | The options for the manager |
commands | CommandManagerOptions | The options for the manager |
events | EventsManagerOptions | The options for the manager |
inhibitors | InhibitorsManagerOptions | The options for the manager |
selectMenus | BaseManagerOptions | The options for the manager |