Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class BEventListener(val async: Boolean = false, val priority: Int = 0, val ignoreIntents: Boolean = false, val timeout: Long = 0, val timeoutUnit: TimeUnit = TimeUnit.SECONDS)
Link copied to clipboard
@ConfigurationPropertiesScan(basePackageClasses = [JDAConfiguration::class, BotCommandsCoreConfiguration::class])
@EnableAutoConfiguration
annotation class EnableBotCommands

Entry point annotation for Spring projects.

Link copied to clipboard
annotation class Handler

Enables this class to be scanned for one or more handler.
This is a specialization of @BService for handlers.

Link copied to clipboard

Ignores stack frames of this class.