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: 4 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:40:31.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:11:51.296Z (about 1 year ago)
- Topics: discord-bot, gradle, hibernate, java, kotlin, postgresql
- Language: Java
- Homepage:
- Size: 512 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)