Just a simple Discord Bot Base which contains some cool features to make your life easier.
- Custom Embed Builder
- Modules, Command, Cooldowns and Console Commands System
- YML Configurations
Repository
Feel free to change the comment and the id of the repo.
<!-- TheProgramSrc -->
<repository>
<id>theprogramsrc</id>
<url>https://repo.theprogramsrc.xyz/repository/maven-public/</url>
</repository>
Dependency
Replace
VERSION
with the latest version (I recommend you to use the latest RELEASE but feel free to use any of those).
<!-- DiscordBotBase -->
<dependency>
<groupId>cl.franciscosolis</groupId>
<artifactId>DiscordBotBase</artifactId>
<version>$VERSION</version>
<scope>provided</scope>
</dependency>