BConfig
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.disableExceptionsInDMs", defaultValue = "false" )
Disables sending exceptions to the bot owners
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.enableOwnerBypass", defaultValue = "false" )
Enables bot owners to bypass certain limits.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.ignoredEventIntents", type = "java.util.Set<java.lang.Class<net.dv8tion.jda.api.events.Event>>" )
Events for which the event waiter must ignore intent requirements.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.ignoredIntents" )
Gateway intents to ignore when checking for event listeners intents.
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.ignoreRestRateLimiter", defaultValue = "false" )
Suppresses warnings about the default RestRateLimiter being used for large bots.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ConfigurationValue(path = "botcommands.core.predefinedOwnerIds" )
Predefined user IDs of the bot owners, allowing bypassing cooldowns, user permission checks, and having hidden commands shown.
Link copied to clipboard
Link copied to clipboard