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.

bug fixes

Luna 837440da cb7ae41e

+3 -2
+1 -1
app/(home)/premium/checkout/api.ts
··· 1 - import type { ApiError } from "next/dist/server/api-utils"; 1 + import type { ApiError } from "@/typings"; 2 2 3 3 interface CheckoutResponse { 4 4 url: string;
+2 -1
app/(home)/premium/page.tsx
··· 27 27 { title: "Dailyposts", free: 4, premium: 20 }, 28 28 { title: "Welcome roles", free: 5, premium: 10 }, 29 29 { title: "Welcome pings", free: 5, premium: 15 }, 30 + { title: "Spotify control", free: maybe, premium: true, url: "/profile/connections" }, 30 31 { title: "Bypass passport", free: false, premium: true }, 31 32 { title: "Bypass Voting", free: false, premium: true }, 32 33 { title: "Crosspost social notifications", free: false, premium: true }, ··· 166 167 variant="flat" 167 168 radius="rounded" 168 169 > 169 - $4/month 170 + €4 /month 170 171 </Badge> 171 172 </div> 172 173