Timer
The !settimer command lets you create reminders that fire after a specified time and post a message in chat.
Basic usage
Create a timer
!settimer 1h timer name
- The first parameter is the duration (e.g.
10s,5m,1h,2h30m). - Then specify any timer name/message — it will be shown in chat when the timer fires.
When the time runs out, the bot will post a notification in chat like: "Timer is up: timer name".
Show all timers
!settimer list
Outputs a list of active timers.
Delete all timers
!settimer clear
Deletes all active timers.
Delete a timer by name match
!settimer delete timer name
Deletes timers whose name contains the specified substring (partial match).
Tips
- Use clear names so it's easy to find the right timer in the list.
- Combined durations are supported:
1h30m,2m15s, etc. - If you need many reminders, clear the list periodically so old timers don't pile up.