= await fetch('https://api.thecatapi.com/v1/images/search?');
if (response.ok) {
const json = await response.json();
const src = `${json[0].url}`;
replyWithPhoto({ url: src })
}
})
всё
replyWithPhoto({ url: src }) тут или await или return нада
Обсуждают сегодня