From 8b0b1af1f3b7d0a5ea26c2f535410986d4fc5cc5 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Wed, 2 Mar 2022 20:30:54 +0000 Subject: [PATCH] Update bot version stat 3.0.12 to 3.0.13 --- src/NadekoBot/Services/Impl/StatsService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 5d6d37428..950fcf04e 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -1,4 +1,4 @@ -using Discord; +using Discord; using Discord.WebSocket; using NadekoBot.Common.ModuleBehaviors; using NadekoBot.Extensions; @@ -20,7 +20,7 @@ namespace NadekoBot.Services private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "3.0.12"; + public const string BotVersion = "3.0.13"; public string Author => "Kwoth#2452"; public string Library => "Discord.Net"; public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;