Setting up Welcome
Setting up the channels and message for both welcome & leave events
Replace [prefix]
with your server's prefix.
When setting up help messages, you can use embedsetup
to easily generate scripts/codes that are compatible with serenity.
Creating a welcome channel
Head over to your Discord Server
Click on the Discord Server that you would like to setup welcome for using greed.
Create the channel
Setup permissions for the channel with the desired name, for this example we will be using
#welcome
Creating an Embed and setting the Welcome Channel
Creating the Welcome Embed
Run the
[prefix]embedsetup
command to create the welcome embed which you can use variables with, for more information regarding variables click here.Setup the Welcome Channel
Run the
[prefix]welcome add
command which will give you further information.
Creating Temporary Welcome Embeds
To create a temporarly welcome Embed you just need to add to your embed code folllowing param: $v{delete: seconds}
Remove Welcome Embeds
If you wish to remove the welcome system from a channel, or you want to remove all embeds on the current server you can run:
Last updated