How to enable auto message (alert reports, traffic, servers status)
There’s currently 3 types of auto messages:
Server message
This auto message is a static message. That means that when activating, the bot will send a message, and it will update the message each 15 minutes.
This message contains all the information in the .server
command.
You can set up this message using .auto set server
in the channel where you want the message.
Traffic message
This message (also a static message) will show information about busiest locations in one specific server.
You can set up this message using .auto set traffic <server> [game]
in the channel where you want the message.
- The parameter
server
is required. You can find all the servers using.traffic
- The parameter
game
is optional. It can beets2
orats
.
Traffic reports
You can set the bot to send a message each time a user send a traffic alert, using the Overlay.
To set up this alerts, you can use .auto set traffic-reports
in the channel where you want the alerts.
How to remove an auto message
You can remove any auto message with .auto remove <traffic-reports / traffic / server>