setleave set
Configure a custom leave message that will be sent when a member leaves your server. You can use text, a saved embed, or both.
π¬ Usage
/setleave set <type> <channel> [embedname] [text]
<type>
β Choosetext
,embed
, orboth
depending on how you want the message to appear.<channel>
β The channel where the leave message should be posted.[embedname]
β (Optional) Name of an embed created with/embed create
.[text]
β (Optional) A message to include alongside or instead of the embed.
π§© This command supports dynamic tags like
{user}
,{username}
, and{server}
. Use/messagetags
to view all available variables.
π Example
/setleave set embed #goodbye goodbye_embed
This will:
Send the
goodbye_embed
when a user leaves the serverPost the message in the
#goodbye
channelNot include any plain text (since type is set to
embed
only)
ποΈ Notes
Be sure the embed exists before referencing it β use
/embed list
to check.You can test your configuration anytime with
/setleave test
.Leave messages are great for acknowledging departures or giving a soft goodbye vibe.
π Related Commands
/setleave test
β Preview the leave message/setwelcome set
β Configure the welcome message/messagetags
β Learn which message tags are available
Last updated