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

Releases: icanwalkonwater/ModularBot

Released v2.4.0

14 Feb 13:41
78807d4

Choose a tag to compare

Fixed a few things in command module.
Rewritten a number of thins in the nashorn module.
Also it will be deleted soon because it's deprecated since java 9.
A few tweaks in the decorator module.
Removed the javadocs from the repo.

Released v2.3.0

23 Jul 23:12
e894125

Choose a tag to compare

New module: the Message Decorator module that enable you to interact with the bot using emotes on messages.
Also some improvement to the core, command, nashorn modules and the way that gradle is used.

Released v2.2.0

27 Jun 22:46
9dc9a78

Choose a tag to compare

New modules: NashornSupport & NashornSupportCommand that allows you to load modules written in JavaScript and that supports the features of the command module.

Released v2.1.0

27 Jun 00:10
7843478

Choose a tag to compare

Now with the NightConfigWrapper module !

ModularBot v2 released !

14 Jun 18:39
5eafabb

Choose a tag to compare

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".