Information

You can add or remove a welcome/goodbye message in a channel with embed code or raw text, and you can use all supported variables. For help making an embed, see our scripting guide or join our Embed Server for pre-made embeds you can use.

Accepted Parameters

These commands accept the --self_destruct 6 parameter, which makes the message auto-delete after 6 seconds. You can add a higher number to make it stay in the channel longer, but 6 seconds is the minimum.

Syntax

// Raw text
welcome add #channel welcome to {guild.name} {user.mention}!
welcome add #channel welcome to {guild.name} {user.mention}! --self_destruct 6

// Embed
welcome add #channel {embed}$v{description: welcome to {guild.name}, {user.mention}!}
welcome add #channel {embed}$v{description: welcome to {guild.name}, {user.mention}!} --self_destruct 30
// Raw text
goodbye add #channel see you soon {user.mention}!
goodbye add #channel see you soon {user.mention} --self_destruct 6

// Embed
goodbye add #channel {embed}$v{description: see you soon {user.mention}!}
goodbye add #channel {embed}$v{description: see you soon {user.mention}!} --self_destruct 30

Welcome & goodbye messages have the same subcommands, so the examples below are for welcome messages only. For goodbye messages, replace welcome with goodbye.