async function searchDafont(q) { const response = await fetch(`https://www.dafont.com/search.php?q=${q}`); const html = await response.text(); const $ = cheerio.load(html); const results = []; const regex = /