[store] shorten animbbos title, reorder items

This commit is contained in:
Andriy
2023-07-23 12:17:45 +03:00
parent 79106ad47d
commit 1d313d5271
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ namespace West.TelegramBot.ContentStore.Service;
public class AnimBoobsService : AbstractNsfwService public class AnimBoobsService : AbstractNsfwService
{ {
private readonly HttpClient _httpClient; private readonly HttpClient _httpClient;
public override StoreItem StoreItem { get; } = new("anim_boobs", "Сиськи движущиеся", 120, 40); public override StoreItem StoreItem { get; } = new("anim_boobs", "Сиськи.gif", 120, 40);
public AnimBoobsService(AllowNsfw allowNsfw) : base(allowNsfw) public AnimBoobsService(AllowNsfw allowNsfw) : base(allowNsfw)
{ {
@@ -5,7 +5,7 @@ namespace West.TelegramBot.ContentStore.Service;
public class CapyApiService : IRandomMediaService public class CapyApiService : IRandomMediaService
{ {
public StoreItem StoreItem { get; } = new("capybara", "Капибара", 60, 25); public StoreItem StoreItem { get; } = new("capybara", "Капибара", 60, 120);
public Task<RandomMedia> GetRandomMediaAsync() public Task<RandomMedia> GetRandomMediaAsync()
{ {
return Task.FromResult(new RandomMedia(new InputFileUrl($"https://api.capy.lol/v1/capybara?{new Random().Next(0, 10000)}"))); return Task.FromResult(new RandomMedia(new InputFileUrl($"https://api.capy.lol/v1/capybara?{new Random().Next(0, 10000)}")));