This module enables you to use Spring Boot with this framework.
Note
While this is built against Spring Boot 3, Spring Boot 4 is supported.
<dependencies>
<dependency>
<groupId>io.github.freya022</groupId>
<artifactId>BotCommands-spring</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>repositories {
mavenCentral()
}
dependencies {
implementation("io.github.freya022:BotCommands-spring:VERSION")
}To use the latest, unreleased changes, see SNAPSHOTS.md.
To get started, read the wiki.