Search for a command to run...
Using the API to get the posters for a match
const PosterResponse = await fetch("https://watchfooty.live/api/v1/poster/123"); const PosterData = await PosterResponse.arrayBuffer(); // Uint8Array