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