Search for a command to run...
Using the API to get the logo for a league
const LeagueLogoResponse = await fetch("https://watchfooty.live/api/v1/league-logo/123"); const LeagueLogoData = await LeagueLogoResponse.arrayBuffer(); // Uint8Array