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.

add noxern to /team

Luna 6e5f5f5f 1611f462

+6 -1
+5
app/(home)/team/constants.ts
··· 51 51 id: "911823996767600730", 52 52 team: TeamType.Donator, 53 53 social: "https://ibcheechy.com/" 54 + }, 55 + { 56 + id: "748968886237397036", 57 + team: TeamType.Donator, 58 + social: "https://www.tiktok.com/@.noxern" 54 59 } 55 60 ] as const;
+1 -1
app/(home)/team/person.component.tsx
··· 55 55 /> 56 56 57 57 <div className="mr-2"> 58 - <div className="text-lg text-neutral-200 font-medium -mb-1.5">{globalName}</div> 58 + <div className="text-lg text-neutral-200 font-medium -mb-1.5">{globalName || username}</div> 59 59 <span className="opacity-75">@{username}</span> 60 60 </div> 61 61