mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Fix Red Panda
This commit is contained in:
@@ -19,7 +19,7 @@ public class RedPandaService : IRandomMediaService
|
||||
|
||||
public async Task<RandomMedia> GetRandomMediaAsync()
|
||||
{
|
||||
var response = await _httpClient.GetStringAsync("https://some-random-api.ml/animal/red_panda");
|
||||
var response = await _httpClient.GetStringAsync("https://some-random-api.com/animal/red_panda");
|
||||
|
||||
var image = JsonConvert.DeserializeObject<RedPandaResponse>(response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user