๐ขAnnouncement system
Recurrent announcements
Last updated
Was this helpful?
Recurrent announcements
Last updated
Was this helpful?
Was this helpful?
You can use it with redischat.announcer
permission.
"start" - starts the clock to send the announcement defined in the config section
"stop" - stops the clock
"announcementName" - the name of the announcer to start/stop defined in the config section
announcer (list)
# Announcer configurations
# delay is in seconds, how many seconds between each announcement
# channelName is the channel on which the announcement will be sent
# If you want to disable an announcement, just remove it from the list,
# Remember that in yaml [] is an empty list
announcer:
- announcementName: default
message:
To disable announcements set announcer to "[]" (empty list)
# Announcer configurations
# If you want to disable an announce, just remove it from the list,
# remember that in yaml [] is an empty list
announcer: []