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 class OBoobsService : AbstractNsfwService
|
||||
_httpClient.BaseAddress = new Uri("http://api.oboobs.ru");
|
||||
}
|
||||
|
||||
public override async Task<RandomMedia> GetRandomMediaAsync()
|
||||
public override async Task<RandomMedia> GetRandomMediaAsync(Chat chat, User user)
|
||||
{
|
||||
// "/boobs/{start=0; sql offset}/{count=1; sql limit}/{order=-id;[id,rank,-rank,interest,-interest,random]}/
|
||||
var httpResp = await _httpClient.GetAsync("boobs/1/1/random");
|
||||
|
||||
Reference in New Issue
Block a user