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:
@@ -16,7 +16,7 @@ public abstract class SomeRandomApiAbstractService : IRandomMediaService
|
||||
_api = api;
|
||||
}
|
||||
|
||||
public async Task<RandomMedia> GetRandomMediaAsync()
|
||||
public async Task<RandomMedia> GetRandomMediaAsync(Chat chat, User user)
|
||||
{
|
||||
var image = await _api.GetAnimalAsync(StoreItem.Id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user