/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
, orboth
to 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/messagetags
to see all available tags.
π Example
/setwelcome set both #welcome welcome_embed "Welcome to {server}, {mention}!"
This will:
Send the
welcome_embed
embed along with the custom text when a new member joinsPost the message in the
#welcome
channelTag the new member and reference the server name dynamically
ποΈ Notes
You must have created the embed with
/embed create
before referencing it here.If you choose
text
but 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 test
to 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