Skip to main content

Creating a Scheduled Message

Use the schedule add subcommand to create a scheduled message.
The interval argument must be a valid time format, such as 1h, 30m, or 1d.
;schedule add <channel> <interval> <script>

Removing a Scheduled Message

Use the schedule remove subcommand to remove a scheduled message.
;schedule remove <channel>

Additional Commands

Use the schedule view subcommand to view the script of a scheduled message.
;schedule view <channel>
Use the schedule clear subcommand to remove all scheduled messages.
Use the schedule list subcommand to view all scheduled messages.