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.

Update layout.tsx

Luna a64fda70 8cb7966b

+1 -1
+1 -1
app/profile/layout.tsx
··· 16 16 17 17 const [error, setError] = useState<string>(); 18 18 19 - const intl = new Intl.NumberFormat(user?.locale, { notation: "compact" }); 19 + const intl = new Intl.NumberFormat("en", { notation: "compact" }); 20 20 21 21 useEffect(() => { 22 22 if (user?.extended !== undefined) return;