mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] kitties now have own http client factory
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using West.TelegramBot.ContentStore.API;
|
||||
using West.TelegramBot.ContentStore.Model;
|
||||
using West.TelegramBot.ContentStore.Option;
|
||||
|
||||
@@ -9,7 +10,7 @@ public class StraightKittiesService : AbstractKittiesService
|
||||
protected override string VideoType => "straight";
|
||||
public override StoreItem StoreItem { get; } = new("kitties_straight", "Прон", 40, 100);
|
||||
|
||||
public StraightKittiesService(IConfiguration configuration, AllowNsfw allowNsfw) : base(configuration, allowNsfw)
|
||||
public StraightKittiesService(IKittiesApi api, AllowNsfw allowNsfw) : base(api, allowNsfw)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user