The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: welcome labels (#46)

authored by

Luna Seemann and committed by
GitHub
49e15496 9faedcff

+2 -2
+2 -2
app/dashboard/[guildId]/greeting/welcome/page.tsx
··· 119 119 <div className="lg:flex gap-3"> 120 120 <div className="lg:w-1/2"> 121 121 <InputMultiSelect 122 - label="Enabled" 122 + label="Join roles" 123 123 url={`/guilds/${guild?.id}/modules/welcome`} 124 124 dataName="roleIds" 125 125 items={createSelectableItems(guild?.roles, ["RoleHirachy"])} ··· 133 133 134 134 <div className="lg:w-1/2"> 135 135 <InputMultiSelect 136 - label="Also send in DMs" 136 + label="Channel pings" 137 137 url={`/guilds/${guild?.id}/modules/welcome`} 138 138 dataName="pingIds" 139 139 items={createSelectableItems(guild?.channels, ["ViewChannel", "SendMessages"])}