Skip to main content

Overview

Welcome messages are sent to a channel of your choice whenever a new member joins your server. You can use raw text, variables, or full embed code in your message.

Setting up a welcome message

;welcome message (channel) (message)
The message supports all variables and embed scripting.

Setting the welcome channel

You can set or change the welcome channel separately:
;welcome channel (channel)

Disabling welcome messages

;welcome disable

Viewing the current configuration

;welcome info
You can reference a saved embed (created with /embed create) in your welcome message using {embed:name}.
;welcome message #welcome {embed:greet_embed}
Add {dm} anywhere in your welcome message to send it as a direct message to the joining member instead of posting it in a channel.
;welcome message #welcome {dm}welcome to {guild.name}, {user.mention}!
Add {noping} to your message to send it without triggering a notification for the mentioned user.
Use {delete_reply:10} to delete the welcome message after 10 seconds.