This module provides the core set of features required to start making your bot.
<dependencies>
<dependency>
<groupId>io.github.freya022</groupId>
<artifactId>BotCommands-core</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>repositories {
mavenCentral()
}
dependencies {
implementation("io.github.freya022:BotCommands-core:VERSION")
}To use the latest, unreleased changes, see SNAPSHOTS.md.