Skip to content

CarsonKopec/discord4j-template

Repository files navigation

Discord Bot Template

A modern, scalable Discord bot template built with Java and Discord4J.

Features

  • Slash commands with annotation-based registration
  • Automatic command grouping
  • Event handling via reflection
  • YAML-based configuration
  • Modular and extendable structure

Setup

  1. Use this repository as a template.

  2. Configure the bot:

    • Edit the config.yml file with your bot token and other settings.
  3. Build and run the bot:

    ./gradlew build
    ./gradlew run

Contributing

Pull requests are welcome! Feel free to open an issue for ideas, bugs, or feature requests.

About

A discord 4j template with annotations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages