Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

ModularBot v2 released !

Choose a tag to compare

@icanwalkonwater icanwalkonwater released this 14 Jun 18:39
· 95 commits to master since this release
5eafabb

Only the basic functionnality are available yet.
You have access to a modified implementation of the shard manager of JDA, the module system that enable you to write and add any module that can interact with the rest of the bot.
An implementation of slf4j is available through the module "modularbot-logger" and an advanced command system that can build command patterns from the declarations of your methods available in the module "modularbot-command".
These 2 modules are included in the module "modularbot-base".