A highly customizable and premium welcome and goodbye plugin for Advanced Discord Bot. Displays beautifully styled cards, text embeds, and custom messages to welcome new members and farewell departing ones.
- Welcome Messages: Send custom welcome messages to a designated text channel.
- Goodbye Messages: Send custom goodbye messages to a designated text channel.
- Direct Messages (DMs): Direct message new members upon joining.
- Image Cards: Dynamically generate high-fidelity, modern welcome/goodbye image cards with:
- User's avatar with gradient border and outer glow.
- Custom uploaded backgrounds, 25 built-in presets (gradients, patterns, gaming, nature), or the original linear gradient.
- Server icon and name in a clean header.
- Username and member count with ordinal suffixes (e.g. 1st, 2nd, 3rd, 102nd member).
- Social link footer bar (Discord, YouTube, X/Twitter, website, GitHub, Twitch).
- Role-Based Routing: Different welcome channels/messages per role — the highest-ranked matching role wins.
- Multi-Channel Onboarding: Bind separate channels for welcome, goodbye, rules (auto-link), and verification.
- Interactive Buttons: Link buttons (rules, website, socials) and role buttons (click to self-assign a role) on the welcome message.
- Embed Customization: Accent color, title, description, footer, and thumbnail source.
- Stats & Milestones: Track total/lifetime welcomes and goodbyes, and auto-announce member-count milestones.
- Interactive Configuration: Simple slash commands to set up the plugin.
- Preview & Test Commands: Instantly view changes and simulate real events before public deployment.
Within your ADB installation directory, install the plugin:
npm install adb-plugin-welcomeConfigured commands are restricted to server administrators/managers:
| Command | Description |
|---|---|
/welcome channel [#channel] |
Sets the welcome text channel. Run without #channel to disable. |
/welcome message <text> |
Configures the welcome message text. |
/welcome goodbye-channel [#channel] |
Sets the goodbye text channel. Run without #channel to disable. |
/welcome goodbye-message <text> |
Configures the goodbye message text. |
/welcome dm on/off |
Toggles whether welcome messages are sent to new members in Direct Messages. |
/welcome card on/off |
Toggles canvas image card generation on welcome/goodbye actions. |
/welcome preview |
Generates and sends a welcome & goodbye preview in the current channel. |
/welcome test |
Simulates and delivers real welcome/goodbye events to the configured destinations. |
/welcome role set <role> [channel] [message] |
Sets a role-specific welcome channel and/or message. First match wins, ordered by role hierarchy. |
/welcome role remove <role> |
Removes a role-specific welcome entry. |
/welcome role list |
Lists role-specific welcome entries. |
/welcome background upload <image> |
Uploads a custom background image (PNG/JPG/GIF, up to 10 per server). |
/welcome background default |
Restores the default background. |
/welcome background list |
Lists uploaded backgrounds. |
/welcome background presets |
Lists built-in preset backgrounds (gradients, patterns, gaming, nature). |
/welcome background set <id> [role] |
Sets a background as the server default, or for a specific role. |
/welcome social set <platform> [value] |
Sets or clears a social link (discord, youtube, twitter, website, github, twitch). |
/welcome social list |
Lists configured social links. |
/welcome button add-link <label> <url> |
Adds a link button to the welcome message. |
/welcome button add-role <label> <role> |
Adds a button that assigns a role when clicked. |
/welcome button remove <label> |
Removes a button by label. |
/welcome button list |
Lists configured buttons. |
/welcome embed color <hex> |
Sets the embed/card accent color. |
/welcome embed title <text> |
Sets the welcome embed title. |
/welcome embed description <text> |
Sets extra text shown below the welcome message. |
/welcome embed footer <text> |
Sets the embed footer text. |
/welcome embed thumbnail <user|server|none> |
Chooses the embed thumbnail source. |
/welcome stats overview |
Shows total welcomes, goodbyes, and the active-since date. |
/welcome stats today |
Shows welcomes sent today. |
/welcome-channel add <welcome|goodbye|rules|verify> <#channel> |
Binds a channel to a step in the onboarding flow. |
/welcome-channel remove <type> |
Removes a channel binding. |
/welcome-channel list |
Lists current channel bindings. |
Use these variables within welcome and goodbye messages, and embed title/description/footer:
{user}- Mentions the user (e.g.,<@123456789>).{user.name}/{username}- Plaintext username of the user (e.g.,NewMember).{server}/{guild}- Name of the Discord server (e.g.,My Awesome Server).{memberCount}- Current member count of the server (e.g.,124).{rulesChannel}- Mentions the configured rules channel (falls back to "the rules channel").
When a member joins, the plugin can chain multiple steps:
- Welcome message — sent to the role-specific channel (if the member matches a
/welcome roleentry) or the default welcome channel(s). - Rules auto-link — a short message posted in the configured rules channel.
- Verification — a message posted in the verify channel with role buttons (added via
/welcome button add-role) for self-service role assignment. - DM — an optional direct message to the new member.
Milestone member counts (1, 10, 25, 50, 100, 250, 500, 750, 1000, and every 1000 after) get an extra 🎉 announcement appended to the welcome message.
Run the test suite to verify command definitions and event behaviors:
npm install
npm testThis plugin is licensed under the GNU Affero General Public License v3.0. See the LICENSE file.