Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 790 Bytes

DiscordBotBase

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

Setup

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>