v1.6.1
A minor release with important bug fixes.
- [Localization] Fix a bug in GuildUtils.GetLanguage(), returning null when a server didn't have a configuration in the database.
- [LogService] Revert the use of timers to check if it's a new day because it was not reliable and caused the log file to not be created after the callback.
- [Client] Fix a bug in string.IsNullOrEmpty(), having an incorrect value (DblApiToken) when it should be DiscordBotsApiToken.
- [Client] Catch NullReferenceException in IDblSelfBot.GetMeAsync(), this can happen when a bot is not listed in DBL or the token is invalid.
- Added the setup info in README.md.