Customize Welcomer
Learn how to customize the welcome messages and the cards
Customize Embed Message:
The Command %wset embedmessage
will give you a good overview
Variables:
You can use the following Variables in your Message.
{{membercount}}
, {{username}}
, {{usertag}}
, {{usermention}}
, {{userid}
Customizable Message:
Change the Title of the Welcome message:
%wset title <your title>
Change the Description:
%wset desc <your description>
This will change the Description of the Welcome message
Change the Color of the Embed:
%wset color <#hex.color>
This will change the color of the Embed Message. The provided color must be hex.
Add a Thumbnail on the Embed:
%wset thumb <http-image-link>
This will add an Thumbnail on the welcome message embed
Set Plain Message:
The variables can also be used here.
When using an embed, it would be nice, when you can send a normal non-embed message, which can also ping the member, when you use the variable {{usermention}}. This functionality fulfills the Plain message.
%wset plainmessage <message>
This sets the provided Message as non-embed Message
Customize Welcome Card:
You can decide between a full card and a half card
%wsetup card full
-> This will change the card size to full
Add Background on Card:
%wset card background <image-http-url>
-> This changes the background of the Welcome Card
Change Text on Card:
%wset card text <your text>
-> This changes the Text on the Welcomer Card.
Change Text Color on Card:
%wset card textcolor <hex_color>
-> This Changes the Color of the printed text on the Card
Test your Customization:
Run
%boostmessage test
for checking your customizations.
Last updated
Was this helpful?