v2.1.0 - Localization and fixes
What's new
The main focus of this update is making the bot more accessible for everyone: anyone can help by translating the messages_en.yml from English to their own language and renaming it accordingly (e.g. for the Italian language, the file name is messages_it.yml).
Other changes
- The bot now uses much less cpu due to a bug in FileAppender.java, fixed in 4bcbfd6
- The banned users now get kicked even when using other users' vc, added in 56cc7d7
- Changing the settings using /setup a second time now actually works, fixed in 79728a7
- Now the public role can be reset to everyone, added in 79728a7
- If the bot is kicked from a guild, the related ActivityChecker is actually stopped (added in 15767cc)
- Improved the title filters, added in 5b85a59
- Other minor fixes