Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@c650 c650 released this 31 Dec 18:34
· 141 commits to master since this release

This version significantly changes how commands are handled, designed, and implemented. In place of the lambda functions used in earlier version, a CommandInterface abstract class has been defined to outline what a valid command must have. To add a command, one must simply implement a class that inherits from CommandInterface. More can be found in the README.

The source code of the bot framework has been separated from plugin source code that is not a part of the framework but more a display of the uses of the framework.