hope.get_config
Overview
- Returns the GLOBAL hope generation config (seconds): max slots, auto-select limit, random-select cooldown, de-select/re-select cooldown.
Metadata
| Field | Value |
|---|---|
| Display | Get Hope Config |
| Category | hope |
| Access | Public |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
max_hope_size | int | yes | Max simultaneous hope slots |
auto_select_hope_limit | int | yes | Max hopes auto-filled by the system |
random_select_cooltime | int | yes | Seconds between auto-selects |
deselect_cooltime | int | yes | Default hope lifetime/expiry in seconds |
reselect_cooltime | int | yes | Seconds before a used hope can be re-selected |
Usage
await inzoi.cli.execute('hope.get_config');