From 8499e1da70a0eeaa7418412ad19a4204ae861d61 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 24 Nov 2021 01:51:34 +0100 Subject: [PATCH] Updated changelog, upped version in the stats to 3.0.9 --- CHANGELOG.md | 3 +++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daca10a2f..5c76f0d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. - `.warn` now supports weighted warnings - `.warnlog` will now show current amount and total amount of warnings +### Removed +- Removed slot.numbers from `images.yml` as they're no longer used + ## [3.0.9] - 21.11.2021 ### Changed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index e24eccf95..910fbd272 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -20,7 +20,7 @@ namespace NadekoBot.Services private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "3.0.8"; + public const string BotVersion = "3.0.9"; public string Author => "Kwoth#2452"; public string Library => "Discord.Net"; public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;