Root Command
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.rejoin- Dispatched whenver a user rejoins the server.boost- Dispatched whenever a user boosts the server.
The following examples use the
welcome command, but the same syntax
applies to the other system message commands as well.Creating a System Message
Use thewelcome add subcommand to create a welcome message.
The
--delete_after flag in system messages schedules the message for
deletion after a specified time, which must be between 3 and 120 seconds.Removing a System Message
Use thewelcome remove subcommand to remove a welcome message.
Additional Commands
Viewing a welcome message script
Viewing a welcome message script
Use the
welcome view subcommand to view the script of a welcome message.Removing all welcome messages
Removing all welcome messages
Use the
welcome clear subcommand to remove all welcome messages.Viewing all welcome messages
Viewing all welcome messages
Use the
welcome list subcommand to view all welcome messages.