/setwelcome set
Configure a custom welcome message that will be sent when a new member joins your server. You can use plain text, a saved embed, or both.
π¬ Usage
/setwelcome set <type> <channel> [embedname] [text]<type>β Choosetext,embed, orbothto define the message format.<channel>β The channel where the welcome message should be sent.[embedname]β (Optional) The name of a saved embed (created using/embed create).[text]β (Optional) A plain text message to accompany or replace the embed.
β¨ Supports message tags like
{user},{username},{server}for dynamic content. Use/messagetagsto see all available tags.
π Example
/setwelcome set both #welcome welcome_embed "Welcome to {server}, {mention}!"This will:
Send the
welcome_embedembed along with the custom text when a new member joinsPost the message in the
#welcomechannelTag the new member and reference the server name dynamically
ποΈ Notes
You must have created the embed with
/embed createbefore referencing it here.If you choose
textbut don't provide a message, nothing will be sent.You may also use the tags in your embed as well and they will show up live.
Use
/setwelcome testto preview the message before it goes live.
π Related Commands
/setwelcome testβ Preview your welcome message/setleave setβ Set up a leave message/messagetagsβ See supported message variables
Last updated