Skip to content

Im-Fran/DiscordBotBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages