System Message
Automatically send messages when certain member events occur.
What is it ?
Discord Provide it own messages in 3 situations, and gato supports all of three :
welcome - Dispatched whenever a user joins the server.
goodbye - Dispatched whenever a user leaves the server.
booster - Dispatched whenever a user boosts the server.
Getting Started
How to set up a system message ? All the welcome, goodbye, booster have the same syxtax, and subcommand.
Note:
To use the system message command, you need to enable it by using the subcommand toggle.
Using welcome toggle won't enable the goodbye or booster message's system.
$<command name> <subcommand> (args)
Note:
Message is optional in channel command. If no message is given the default one is used.
The welcome, goodbye and booster command have the subcommand :
-
toggle- Enable the system. -
channel- Set up the channels where the message will be send. -
preview- Show the configured message for a given channel. -
status- Gives information on every messages configured in the server. -
duration- Set up a duration for a given message channel.
Note:
You can add embedded message with the subcommand channel. You need to create a custom embed using /embed create
and run the same subcommand channel adding embed after the channel and the name of the embed.
$welcome channel set <channel> embed <embed_name>
To remove a message from a channel :
$welcome channel remove <channel>
Note:
To update a message, run again the channel set command.