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.

redesign youtube/twitch/bluesky create modals

Luna fa087dbe 789ec485

+6 -6
+3 -3
app/dashboard/[guildId]/notifications/create-bluesky.component.tsx
··· 80 80 }} 81 81 > 82 82 <DumbTextInput 83 - name="Users's handle or URL" 84 - placeholder="mwlica.bsky.social" 83 + name="Bluesky user" 84 + placeholder="wamellow.bsky.social" 85 85 value={name} 86 86 setValue={setName} 87 87 /> ··· 96 96 }} 97 97 /> 98 98 99 - <div> 99 + <div className="mt-4"> 100 100 <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a user&apos;s handle</span> 101 101 <br /> 102 102
+2 -2
app/dashboard/[guildId]/notifications/create-twitch.component.tsx
··· 73 73 }} 74 74 > 75 75 <DumbTextInput 76 - name="Streamer's username or URL" 76 + name="Streamer's username" 77 77 placeholder="DarkViperAU" 78 78 value={name} 79 79 setValue={setName} ··· 89 89 }} 90 90 /> 91 91 92 - <div> 92 + <div className="mt-4"> 93 93 <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a streamer&apos;s username</span> 94 94 <Image 95 95 alt="How to get a Creator's @handle, id or URL"
+1 -1
app/dashboard/[guildId]/notifications/create-youtube.component.tsx
··· 98 98 }} 99 99 /> 100 100 101 - <div> 101 + <div className="mt-4"> 102 102 <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a channel&apos;s @handle or Id</span> 103 103 <Image 104 104 alt="How to get a Creator's @handle, id or URL"