From 3bf0286c817900f2e4bbc8aa1512c5cdcbf56ea7 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 1 Aug 2022 16:08:23 +0200 Subject: [PATCH] Feature limit should have IsPatronLimit enabled --- src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs b/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs index c093138c6..ef752f2a1 100644 --- a/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs +++ b/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs @@ -716,7 +716,7 @@ public sealed class PatronageService { Name = key.PrettyName, Quota = 0, - IsPatronLimit = false, + IsPatronLimit = true, }; return new()