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 new donors & fix donation link

Luna cb5c0a15 7d4e17a4

+18 -2
+18 -2
app/(home)/team/constants.ts
··· 1 - export const repos = ["Luna-devv/mellow-web", "Luna-devv/nekostic", "Luna-devv/lunify.js", "Luna-devv/dlist.js", "Luna-devv/githook"] as const; 1 + export const repos = [ 2 + "Luna-devv/mellow-web", 3 + "Luna-devv/nekostic", 4 + "Luna-devv/lunify.js", 5 + "Luna-devv/dlist.js", 6 + "Luna-devv/githook" 7 + ] as const; 2 8 3 9 export enum TeamType { 4 10 Developer = "developer", ··· 10 16 { 11 17 id: "821472922140803112", 12 18 team: TeamType.Developer, 13 - social: "https://lunish.nl/kofi" 19 + social: "https://ko-fi.com/mwlica" 14 20 }, 15 21 16 22 { ··· 56 62 id: "748968886237397036", 57 63 team: TeamType.Donator, 58 64 social: "https://www.tiktok.com/@.noxern" 65 + }, 66 + { 67 + id: "313711746550595594", 68 + team: TeamType.Donator, 69 + social: "https://discord.gg/RmAF3DkQXd" 70 + }, 71 + { 72 + id: "452848052810547201", 73 + team: TeamType.Donator, 74 + social: "https://nekos.best/" 59 75 } 60 76 ] as const;