0.2.0
Pre-release
Pre-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.