diff --git a/src/NadekoBot/Db/Models/PatronQuota.cs b/src/NadekoBot/Db/Models/PatronQuota.cs index a0e42e28c..863dcd961 100644 --- a/src/NadekoBot/Db/Models/PatronQuota.cs +++ b/src/NadekoBot/Db/Models/PatronQuota.cs @@ -27,7 +27,6 @@ public enum FeatureType public class PatronUser { - public int Id { get; set; } public string UniquePlatformUserId { get; set; } public ulong UserId { get; set; } public int AmountCents { get; set; }