📊 YouTube Channel Analytics Tool
👁️ Views: ${Number(views).toLocaleString()}
🎬 Videos: ${videoCount}
📝 Description: ${description}
🆕 Recent Uploads:
`; videosData.items.forEach(video => { const vid = video.snippet.resourceId.videoId; html += ``; }); html += `