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.

set minimum starboard reaction count to 2

Luna 6b85ee7b d0ecf685

+1 -1
+1 -1
app/dashboard/[guildId]/starboard/page.tsx
··· 165 165 dataName="requiredEmojis" 166 166 defaultState={data.requiredEmojis ?? 0} 167 167 disabled={!data.enabled} 168 - min={1} 168 + min={2} 169 169 onSave={(v) => edit("requiredEmojis", v)} 170 170 /> 171 171