Skip to main content

Overview

Timers allow you to send messages on a regular schedule. These are useful for daily reminders, rotation advertisements, or community check-ins.

Setting up a Timer

When adding a timer, you specify the channel, the interval (duration), and the message content.
,timer add (channel) (interval) (message)
,timer add #general 12h Time for our daily server vote!
,timer add #news 2d Check out our updated roadmap!

Intervals

Supported interval formats include:
  • m (minutes): 30m
  • h (hours): 2h, 12h
  • d (days): 1d, 7d

Management Commands

View all active timers and their next scheduled run time.
,timer list
Delete a timer. You will be prompted to select which one to remove if multiple exist.
,timer remove [index]
Timers support greed’s embed scripting, so you can send beautiful scheduled announcements.