mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] shorten animbbos title, reorder items
This commit is contained in:
@@ -8,7 +8,7 @@ namespace West.TelegramBot.ContentStore.Service;
|
||||
public class AnimBoobsService : AbstractNsfwService
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user