Skip to content

v1.6.1

Compare
Choose a tag to compare
@d4n3436 d4n3436 released this 20 Nov 22:03
· 528 commits to master since this release

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.