Timers

Send messages at regular intervals in a specific channel.

You can send messages automatically in a specific channel with custom time intervals using the timer command.

How to create a timer

You can create a timer with the timer create command.

,timer create (channel) (interval) (message)

Now the message "Check out our latest update." will be sent every hour in the #general channel.

Note:

The command also support embeds, you can learn more about it here

Note:

The minimum time interval is 10 minutes while the maximum is 1 week.

How to view a timer

You can view a timer with the timer view command.

,timer view (channel)

How to view all timers

You can view all timers with the timer list command.

,timer list

How to remove a timer

You can remove a timer with the timer remove command.

,timer remove (channel)