mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Upped version and changelog
This commit is contained in:
@@ -2,9 +2,14 @@
|
|||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
## Unreleased
|
## [3.0.12] = 06.01.2021
|
||||||
|
|
||||||
-
|
### Fixed
|
||||||
|
- `.smch` Fixed
|
||||||
|
- `.trans` command will now work properly with capitilized language names
|
||||||
|
- Ban message color with plain text fixed
|
||||||
|
- Fixed some grpc coordinator bugs
|
||||||
|
- Fixed a string in `.xpex`
|
||||||
|
|
||||||
## [3.0.11] - 17.12.2021
|
## [3.0.11] - 17.12.2021
|
||||||
|
|
||||||
|
@@ -20,7 +20,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.11";
|
public const string BotVersion = "3.0.12";
|
||||||
public string Author => "Kwoth#2452";
|
public string Author => "Kwoth#2452";
|
||||||
public string Library => "Discord.Net";
|
public string Library => "Discord.Net";
|
||||||
public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;
|
public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;
|
||||||
|
Reference in New Issue
Block a user