This is a bot for the BotCommands support server.
As this bot is made with this framework, you can take it as an example.
- Application emojis
- Slash commands
- Components (and database)
- Localization
- Custom YAML reader
- Auto-generated implementation of interfaces containing localized message getters
- Copy
config-template
asconfig
- Fill the values in
config/.env
- (Optional) Delete
logback.xml
- Run the
Main
class in your editor
- Copy
config-template
asconfig
- Fill the values in
config/.env
- Generate the latest image with
./gradlew jibDockerBuild
- Start up the stack with
docker compose up -d