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 byer & edit meta

drijonh 3298a010 e76bffd6

+31
+16
public/docs/leave.md
··· 1 + # Leave message 2 + 3 + Wamellow's leave feature offers a great way to bid farewell to departing members. With its customizable options, craft a personalized message reflecting your server's tone. 4 + 5 + ## Setup 6 + 1. Install Wamellow to your server by going to [wamellow.com/add](https://wamellow.com/add) 7 + 2. Head to the dashboard by going to [wamellow.com/dashboard](https://wamellow.com/dashboard) 8 + 3. Select your server from the dashboard. 9 + 4. Navigate to the **Greetings** menu. 10 + 5. Within the **Greetings** menu, locate and click on the **Leave message** option. 11 + 6. Enable the Bye module by clicking the enabling button. 12 + 7. Set the channel 13 + 14 + ### Custom Message 15 + You can create a leaving message with a **fully customizable message and embed**, making it easy to say goodbye to departing members. You can also make Wamellow **show an image card** with a **custom background** 16 +
+15
public/docs/meta.json
··· 51 51 "user": [ 52 52 "Manage Server" 53 53 ] 54 + }, 55 + { 56 + "name": " Leave message", 57 + "file": "leave.md", 58 + "description": "Say goodbye to departing members!", 59 + "permissions": [ 60 + "View Channel", 61 + "Send Messages", 62 + "Embed Links", 63 + "Attach Files" 64 + ], 65 + "user": [ 66 + "Manage Server" 67 + ] 54 68 } 69 + 55 70 ] 56 71 }