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 greetings behavior docs

Luna 93fd8c02 da57af8a

+15
+15
public/docs/greetings.md
··· 68 68 - Button emoji (must be from same server) 69 69 - Toggle ping 70 70 71 + ## Behavior 72 + The timing of when the welcome module triggers depends on which Discord or Wamellow features you have enabled in your server. If you're using Discord's [Community Onboarding](https://support.discord.com/hc/en-us/articles/10394859532823-Community-Onboarding-Examples), [Server Member Applications](https://support.discord.com/hc/en-us/articles/29729107418519-Server-Member-Applications), or [Wamellow's Passport](/docs/passport), the welcome message will be delayed until the respective process is completed. 73 + <br /> 74 + <br /> 75 + 76 + If you're using ..., the welcome module will be triggered when the user ... 77 + - **Community Onboarding**: completes the onboarding process. 78 + - **Server Member Applications**: has been approved. 79 + - **Passport**: was successfully verified. 80 + - **none of the above**: joins the server. 81 + <br /> 82 + <br /> 83 + 84 + If you have multiple methods enabled, the welcome module will trigger based on whichever process completes last. 85 + 71 86 ## Placeholders 72 87 Placeholders allow you to use variables that change from message to message, for example to display information about the joining user or your server. They are always enclosed in curly braces, such as `{user.username}`. 73 88