mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] fix kitties purchasable IDs
This commit is contained in:
@@ -11,4 +11,4 @@ public class GayKittiesService : AbstractKittiesService
|
||||
}
|
||||
|
||||
protected override string VideoType => "gay";
|
||||
public override StoreItem StoreItem { get; } = new("kitties", "Прон (не геи)", 40, 110);}
|
||||
public override StoreItem StoreItem { get; } = new("kitties_gay", "Прон (не геи)", 40, 110);}
|
||||
Reference in New Issue
Block a user