Major Updates
⚠️ Existing users will have to update their config.ini files with the new properties from the sample_config.ini template file under the templates directory.
Web Interface Support
- Added a basic web interface to remotely send commands to the bot. This is especially useful when you need to send commands to the bot without logging into the mumble server.
- The web interface can be disabled in the configs.ini file if you don't want it.
- Make sure to add your bot to your privileges.csv file because the remote commands are executed as the bot user (not a client user). (The wiki's quick start guide has been updated for this)

Bug Fixes
- Fixed !yt command not properly showing the full search results.
New Dependencies For Web Interface
Other Updates
- Updated bot version and youtube plugin to v2.1.0
- Updated gitignore, unit tests, and travis CI files
- Updated requirements file with new dependencies
- Changed the bot shut down message
- Updated README