Package-level declarations
Types
Link copied to clipboard
annotation class BEventListener(val async: Boolean = false, val mode: BEventListener.RunMode = RunMode.SHARED, val priority: Int = 0, val ignoreIntents: Boolean = false, val ignoredIntents: Array<GatewayIntent> = [], val timeout: Long = 0, val timeoutUnit: TimeUnit = TimeUnit.SECONDS)
Annotates a function as an event listener for a JDA or BC event.
Link copied to clipboard
@ConfigurationPropertiesScan(basePackageClasses = [JDAConfiguration::class, BotCommandsCoreConfiguration::class ] )
@EnableAutoConfiguration
Entry point annotation for Spring projects.
Link copied to clipboard
Ignores stack frames of this class.