Added Command bot example (#27)
* remove IDE files from tracking
* teach git how to ignore IDE files
* remove .DS_Store files from tracking
* Update version
* bring code to new version
* Reorganize configuration entries and add command bot entries
* change config variable names
* update database stuff to contain data for commands bot
* implement hello command
* implement help command
* implement start command
* implement stop command
* register Commandshandler
* rename WebHookExampleHandlers
* rename webhook handler
|