Summary
Added subparsers for handling specific commands for BitBitBot, and added command registration functionality.
Features
- Added subparsers for handling specific command types
- `run` to start the Chat Bot
- `plugin` has it's own set of subparsers, and handles plugin management
More details can be found in the README.md as it gets updated, and via the command line with the `-h` or `--help` flag
Bug Fixes
Notes