The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

data-theme="dark"

Luna b89c4cfd 948c2f07

+5 -1
+5 -1
app/layout.tsx
··· 82 82 children: React.ReactNode 83 83 }) { 84 84 return ( 85 - <html lang="en" className="dark flex justify-center min-h-screen max-w-screen overflow-x-hidden"> 85 + <html 86 + data-theme="dark" 87 + lang="en" 88 + className="dark flex justify-center min-h-screen max-w-screen overflow-x-hidden" 89 + > 86 90 87 91 <Script defer data-domain="wamellow.com" src="https://analytics.wamellow.com/js/script.js" /> 88 92