Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/krabiworld/module
- Owner: krabiworld
- License: mit
- Created: 2022-01-19T12:10:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:32:58.000Z (6 months ago)
- Last Synced: 2025-01-31T18:37:14.232Z (11 days ago)
- Topics: discord-bot, gradle, hibernate, java, kotlin, postgresql
- Language: Java
- Homepage:
- Size: 516 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)