Guide/Community features/Welcome, goodbye & boost messages
Discord Welcome Message Bot: Welcome, Goodbye & Boost
Welcome, goodbye and boost messages with a live-preview editor.
Quick answer
Welcome with a ping
!greeting setup join #welcome
!greeting set join message:"Welcome {user.mention}!" embed:welcome dm:true
!greeting test joinAsk the guide
Step by step
Fastest way: !greeting setup boost #boosts (or join / leave) posts a ready-made embed in that channel and enables it. Then open Community → Greetings on the dashboard to change text, colour, images, footer and fields with a live preview and a "Save & send test" button. The next section is the complete reference for embeds and variables.
!greeting setup join #welcome
!greeting set join embed:welcome message:"Welcome {user.mention}!" dm:true delete_after:0
!greeting preview join · !greeting test join · !greeting enable leave · !greeting status| Option | Meaning |
|---|---|
channel | Where it posts (bot needs View, Send Messages, Embed Links) |
message | Text line above the embed; the only place a mention pings. "none" clears |
embed | Embed name to attach; "none" detaches |
dm | Also DM the member (join and boost) |
delete_after | Seconds until the channel message is deleted (0 = keep) |
Copy and try
Welcome with a ping
!greeting setup join #welcome
!greeting set join message:"Welcome {user.mention}!" embed:welcome dm:true
!greeting test joinGood to know
- A mention inside an embed never pings; put {user.mention} in the text line.
Still stuck? Ask in the support server.