mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
feat(store): code cleanup, make some fund with "unlucky" members
This commit is contained in:
@@ -8,7 +8,7 @@ public abstract class AbstractNsfwService : IRandomMediaService
|
||||
{
|
||||
private readonly AllowNsfw _allowNsfw;
|
||||
public abstract StoreItem StoreItem { get; }
|
||||
public abstract Task<RandomMedia> GetRandomMediaAsync();
|
||||
public abstract Task<RandomMedia> GetRandomMediaAsync(Chat chat, User user);
|
||||
|
||||
protected AbstractNsfwService(AllowNsfw allowNsfw)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user