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.

I forgot this shit

Luna 07866cf8 4b831be6

+2 -2
+2 -2
app/dashboard/[guildId]/layout.tsx
··· 25 25 }) { 26 26 const cookies = useCookies(); 27 27 const params = useParams(); 28 + const hasSession = cookies.get("hasSession") === "true"; 28 29 29 - const authorized = useAuthorize("/dashboard/" + params.guildId); 30 - if (authorized) redirect("/dashboard/" + params.guildI); 30 + if (!hasSession) redirect(`/login?callback=/dashboard/${params.guildId}`); 31 31 32 32 const guild = guildStore((g) => g); 33 33