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.

add passport & edit metadata

drijonh d6c8af91 53a9a524

+41
+17
public/docs/meta.json
··· 20 20 "Manage Server" 21 21 ] 22 22 } 23 + }, 24 + { 25 + "name": "Passport", 26 + "file": "passport.md", 27 + "description": "Verify members in your community!", 28 + "permissions": [ 29 + "View Channel", 30 + "Manager Members", 31 + "Ban Members", 32 + "Kick Members", 33 + "Manage Roles", 34 + "Send Messages", 35 + "Embed Links" 36 + ], 37 + "user": [ 38 + "Manage Server" 39 + ] 23 40 } 24 41 ] 25 42 }
+24
public/docs/passport.md
··· 1 + # Passport 2 + 3 + Passports are essential for verifying users joining your Discord server, utilizing captchas as the method to authenticate users effectively and maintain security. 4 + 5 + 6 + ## Setup 7 + 1. Install Wamellow to your server by going to [wamellow.com/add](https://wamellow.com/add) 8 + 2. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard) 9 + 3. Select your server from the dashboard. 10 + 4. Navigate to the **Greetings** menu. 11 + 5. Within the **Greetings** menu, locate and click on the **Passport** option. 12 + 6. Enable the Passport module by clicking the enabling button. 13 + 14 + <br /> 15 + 16 + After enabling Wamellow passports, you can further customize your settings by configuring these options: 17 + - Logging channel 18 + - Unverified member role 19 + - Verified member role 20 + - Action on verification failure 21 + - Punishment role 22 + 23 + <br /> 24 + Once you've completed the enabling process and any necessary configurations, you can check the preview by clicking the button labeled "View Passport." This allows you to review how Wamellow passports appear and function on your server before making them available to users.