Fixes an issue related to case-insensitiveity breaking the bot
Fixes an issue where if you had text before a tag the text would loop forever, eventually crashing the server and/or client(s)
Fixes issues related to how errors are handled, it will no longer say the bot failed to load, even if it loaded properly
Fixes an issue related to the auto-updater
Added the "auto-update" config.yml option, if true it auto-updates, if false it doesn't
Updates exception messages where possible
Fixes an issue where non-yml files are shown when doing the /bot enable command
Cleaned up the /bot list message
Null bots no longer show in /bot list
If you were to reload a bot while the bots config was invalid it would cause an error and leave a null bot loaded, which caused many other issues, this has been fixed
Fixes a ConcurrentModificationException when doing certain bot commands under certain circumstances