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
- Go in the
bot
folder - Copy
config-template
asconfig
- Fill the values in
config/.env
- (Optional) Delete
logback.xml
- Run the
Main
class in your editor
- Go in the
bot
folder - Copy
config-template
asconfig
- Fill the values in
config/.env
- Generate the latest image with
./gradlew jibDockerBuild
- Move
config
to same folder ascompose.yaml
- Go back to the root folder
- Start up the stack with
docker compose up -d