Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|||
---|---|---|---|---|
Whether a health check should be published for the Gateway clients managed by this extension if the quarkus-smallrye-health extension is present Environment variable: |
boolean |
|
||
Whether metrics should be collected for the Gateway clients managed by this extension if the quarkus-micrometer or quarkus-smallrye-metrics extension is present Environment variable: |
boolean |
|
||
Whether to serialize and register the JSON files found in Environment variable: |
boolean |
|
||
The path to the JSON files of the global commands. Environment variable: |
string |
|
||
Whether to delete registered global commands whose JSON representation is not found in Environment variable: |
boolean |
|
||
The bot token used to authenticate to the Discord API. Environment variable: |
string |
required |
||
The status of the bot. Environment variable: |
|
|||
The Gateway intents that should be enabled. Specific Gateway intents are required to receive certain Gateway events. Non-privileged intents will be enabled by default. Environment variable: |
list of Intent |
|||
The strategy to use for retrieving Discord entities. Default is Environment variable: |
EntityRetrievalStrategy |
|||
The number of shards that this bot should be split into. Environment variable: |
int |
|||
Which shards from the configured number of shards that this bot will receive events from. The bot will receive events from all specified shards by default. Environment variable: |
list of int |
|
||
The number of shards that this bot will concurrently identify to the Gateway.
Environment variable: |
int |
|||
Whether to serialize and register the JSON files found in Environment variable: |
boolean |
|
||
The path to the JSON files of the guild commands. By default, the path is Environment variable: |
string |
|||
Whether to delete commands registered in this guild whose JSON representation is not found in Environment variable: |
boolean |
|
||
The ID of the guild. Environment variable: |
long |
|
||
Activity configuration This configuration section is optional |
Type |
Default |
||
The type of activity. Environment variable: |
|
required |
||
The name of the activity. Environment variable: |
string |
required |
||
The YouTube or Twitch URL of the stream, if the activity type is Environment variable: |
string |