System Messages
Automatically send messages when certain member events occur.
Commands
There are three system message commands, each with the same subcommands.
welcome- Dispatched whenever a user joins the server.goodbye- Dispatched whenever a user leaves the server.boost- Dispatched whenever a user boosts the server.
The 3 commands have the same syntax and subcommands. We will continue the exemple using the welcome command.
Creating a system message
You can create a system message using the ,welcome add subcommand.
,welcome add (channel) (message)
You can also use the flag --self_destruct to make the message self-destruct after a certain time.
The value is between 6 and 60
,welcome add (channel) (message) --self_destruct (seconds)
The system command also support embeds.
,welcome add (channel) (embed code)
Remove system message
You can remove a system message using the ,welcome remove subcommand.
,welcome remove (channel)
More
If you want to list the system messages, use the ,welcome list subcommand.
,welcome list
This will display where the system message is sent, you can also preview the system message using the ,welcome view subcommand.
,welcome view (channel)