Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krabiworld/module

Multipurpose Discord bot for your server!
https://github.com/krabiworld/module

discord-bot gradle hibernate java kotlin postgresql

Last synced: about 8 hours ago
JSON representation

Multipurpose Discord bot for your server!

Awesome Lists containing this project

README

        

# Module

![](https://img.shields.io/github/repo-size/krabiworld/Module)

Multipurpose Discord bot for your server!.

## Technologies
- [Java](https://www.oracle.com/java/)
- [JDA](https://github.com/discord-jda/JDA)
- [Spring](https://spring.io)
- [PostgreSQL](https://www.postgresql.org/)
- [Lombok](https://projectlombok.org/)

## Build and run
1. In directory `src/main/resources` rename `application.example.yml` to `application.yml` and write required data to this file.
2. Install JDK 21.
3. Run `./gradlew build` to build executable jar file.
4. And run `java -jar ./build/libs/Module.jar` to start the bot.

## License
Module is licensed under the [MIT](LICENSE)

## Special Thanks
[JetBrains](https://jb.gg/OpenSourceSupport)