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.

remove unnecessary margin on notices

Luna 501c1a9e b25872bb

+2 -6
+2 -6
app/dashboard/[guildId]/greeting/passport/page.tsx
··· 84 84 </div> 85 85 86 86 {passport.enabled && passport.punishment === 2 && !passport.punishmentRoleId && 87 - <div className="mt-6"> 88 - <Notice message="When using 'Assign role to member', a punishment role must be set." /> 89 - </div> 87 + <Notice message="A punishment role must be set when using 'Assign role to member'." /> 90 88 } 91 89 92 90 {passport.enabled && !passport.successRoleId && 93 - <div className="mt-6"> 94 - <Notice message="A verified role must be set for passport to work." /> 95 - </div> 91 + <Notice message="A verified role must be set for passport to work." /> 96 92 } 97 93 98 94 <CompleteSetup