mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Version upped to 3.0.5
This commit is contained in:
@@ -4,6 +4,8 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [3.0.5] - 20.09.2021
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed images not automatically reloading on startup if the keys don't exist
|
- Fixed images not automatically reloading on startup if the keys don't exist
|
||||||
- Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously
|
- Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously
|
||||||
|
@@ -19,7 +19,7 @@ namespace NadekoBot.Services
|
|||||||
private readonly IBotCredentials _creds;
|
private readonly IBotCredentials _creds;
|
||||||
private readonly DateTime _started;
|
private readonly DateTime _started;
|
||||||
|
|
||||||
public const string BotVersion = "3.0.4";
|
public const string BotVersion = "3.0.5";
|
||||||
public string Author => "Kwoth#2452";
|
public string Author => "Kwoth#2452";
|
||||||
public string Library => "Discord.Net";
|
public string Library => "Discord.Net";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user