Added bot_owner_only attribute to medusa system. Upped version to 4..3.11

This commit is contained in:
Kwoth
2023-01-21 00:33:07 +01:00
parent 76fedc5ff1
commit 699a5e0c8c
5 changed files with 44 additions and 144 deletions

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.3.10";
public const string BOT_VERSION = "4.3.11";
public string Author
=> "Kwoth#2452";