Skip to main content

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

FieldValue
DisplayGet Hope Config
Categoryhope
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
max_hope_sizeintyesMax simultaneous hope slots
auto_select_hope_limitintyesMax hopes auto-filled by the system
random_select_cooltimeintyesSeconds between auto-selects
deselect_cooltimeintyesDefault hope lifetime/expiry in seconds
reselect_cooltimeintyesSeconds before a used hope can be re-selected

Usage

await inzoi.cli.execute('hope.get_config');