-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Francisco Solis edited this page Jul 18, 2021
·
4 revisions
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
VERSIONwith the latest version:
<!-- DiscordBotBase -->
<dependency>
<groupId>cl.franciscosolis</groupId>
<artifactId>DiscordBotBase</artifactId>
<version>$VERSION</version>
<scope>provided</scope>
</dependency>