Fixed some console log spam which was incorrectly done by streamrole feature, upped version to 3.0.10 in stats

This commit is contained in:
Kwoth
2021-12-01 07:02:01 +01:00
parent 71f1e43272
commit 1e6d0806d7
2 changed files with 10 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "3.0.9";
public const string BotVersion = "3.0.10";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";
public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;