diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f7d8b91..fcef9b245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.3.1] - 27.07.2022 + +### Changed + +- Check for updates will run once per hour as it was supposed to + ## [4.3.0] - 27.07.2022 ### Added diff --git a/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs b/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs index 4ef4afcf0..c093138c6 100644 --- a/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs +++ b/src/NadekoBot/Modules/Utility/Patronage/PatronageService.cs @@ -715,7 +715,7 @@ public sealed class PatronageService return new() { Name = key.PrettyName, - Quota = defaultValue, + Quota = 0, IsPatronLimit = false, };