Help Topics

Timers

Timers let you schedule commands to run after a delay or on a repeating interval. Useful for periodic reminders, heartbeat messages, or delayed actions.

Timer Types

One-shot: Runs once after the specified delay.
/timer remind 1800 /me standup in 30 minutes

Repeating: Runs every N seconds until stopped.
/timer hb repeat 600 /me is still here

Managing Timers

/timer list — Show all active timers.
/timer stop <name> — Cancel a specific timer.

Limits

- Maximum 5 concurrent timers per session.
- One-shot: minimum 1 second, maximum 86,400 seconds (24 hours).
- Repeat: minimum 10 seconds, maximum 86,400 seconds.
- Session-only: Timers do NOT survive page reload or disconnection.

See Also

/timer Command · Aliases