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:
@@ -20,7 +20,7 @@ public abstract class AbstractKittiesService : IRandomMediaService
|
||||
_allowNsfw = allowNsfw;
|
||||
}
|
||||
|
||||
public async Task<RandomMedia> GetRandomMediaAsync()
|
||||
public async Task<RandomMedia> GetRandomMediaAsync(Chat chat, User user)
|
||||
{
|
||||
var response = await _api.GetKittiesImageAsync(VideoType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user