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.

rename component defaults

Luna 32dd6a4d a687fd2d

+2 -2
+1 -1
app/dashboard/[guildId]/greeting/bye/page.tsx
··· 151 151 url={`/guilds/${guild?.id}/modules/bye`} 152 152 dataName="message" 153 153 defaultMessage={bye?.message} 154 - messageAttachmentComponent={bye.card.enabled && <Image src={`https://imagerenderer.waya.one/?type=join&username=${encodeURIComponent(user?.username as string)}&members=1090&hash=${encodeURIComponent(user?.id as string)}/${encodeURIComponent(user?.avatar as string)}${bye.card.background ? `&background=${encodeURIComponent(bye.card.background)}` : ""}`} width={1024 / 2} height={(256 + 16) / 2} loading="lazy" alt="" />} 154 + messageAttachmentComponent={bye.card.enabled && <Image src={`https://image-api.wamellow.com/?type=join&username=${encodeURIComponent(user?.username as string)}&members=1090&hash=${encodeURIComponent(user?.id as string)}/${encodeURIComponent(user?.avatar as string)}${bye.card.background ? `&background=${encodeURIComponent(bye.card.background)}` : ""}`} width={1024 / 2} height={(256 + 16) / 2} loading="lazy" alt="" />} 155 155 showMessageAttachmentComponentInEmbed={bye.card.inEmbed} 156 156 disabled={!bye.enabled} 157 157 >
+1 -1
app/dashboard/[guildId]/greeting/welcome/page.tsx
··· 229 229 url={`/guilds/${guild?.id}/modules/welcome`} 230 230 dataName="message" 231 231 defaultMessage={welcome?.message} 232 - messageAttachmentComponent={welcome.card.enabled && <Image src={`https://imagerenderer.waya.one/?type=join&username=${encodeURIComponent(user?.username as string)}&members=1090&hash=${encodeURIComponent(user?.id as string)}/${encodeURIComponent(user?.avatar as string)}${welcome.card.background ? `&background=${encodeURIComponent(welcome.card.background)}` : ""}`} width={1024 / 2} height={(256 + 16) / 2} loading="lazy" alt="" />} 232 + messageAttachmentComponent={welcome.card.enabled && <Image src={`https://image-api.wamellow.com/?type=join&username=${encodeURIComponent(user?.username as string)}&members=1090&hash=${encodeURIComponent(user?.id as string)}/${encodeURIComponent(user?.avatar as string)}${welcome.card.background ? `&background=${encodeURIComponent(welcome.card.background)}` : ""}`} width={1024 / 2} height={(256 + 16) / 2} loading="lazy" alt="" />} 233 233 showMessageAttachmentComponentInEmbed={welcome.card.inEmbed} 234 234 disabled={!welcome.enabled} 235 235 >