JDAConfiguration

@ConfigurationProperties(prefix = "jda")
class JDAConfiguration(source)

Configuration properties for JDAService.

Properties

Link copied to clipboard
@ConfigurationValue(path = "jda.cacheFlags")
val cacheFlags: Set<CacheFlag>

The cache flags for each shard.

Link copied to clipboard
@ConfigurationValue(path = "jda.intents")
val intents: Set<GatewayIntent>

The intents for each shard.