Skip to main content

Overview

Set a customizable welcome message that automatically sends once a user joins the server.

Setting up

Firstly, make sure you’ve turned on the welcome system by using the ,welcome setup command. You can always delete the welcome message by using ,welcome reset

Configuring the welcome channel.

Set the welcome channel to where you want the message to be sent when a member joins the server.
,welcome channel (channel)
,welcome channel #welcome

Creating the welcome message

Set the message that will be sent when a member joins the server.
You can use embeds with dynamic variables in your message
,welcome message (message)
,welcome message {embed}{title: Welcome!}{description: Welcome {{user}}!}

Testing and viewing the welcome message

You can easily test or view your set welcome message using ,welcome test and ,welcome view
,welcome test
Shows the message that will be sent, using you as the user joining.
,welcome view
Shows the raw code for the message, like your embed code.