Skip to main content

Overview

Set a channel, an interval, and a message — confine handles the rest, reposting on schedule until you remove it. Useful for rule reminders, recurring announcements, or promo drops.
One auto message per channel, and the interval can’t be shorter than 10 minutes.
All of these require the Manage Server permission.

Creating one

,timer create does the same thing.

Interval format

Intervals are built from a number and a unit, with no spaces: Units can be chained for anything in between — 1h30m and 2d12h both work. Anything confine can’t parse cleanly gets rejected, so 2 h or two hours won’t go through.

The message

Plain text works, but so does the full embed syntax. Start your message with {embed} to build a rich embed instead, and use variables to make it dynamic — see Embed Scripting for the details. Confine validates the message before saving it, so a broken template gets caught immediately rather than silently failing on the first scheduled post.

Removing one

Clearing all of them

Wipes every auto message in the server behind a confirmation prompt. The buttons only respond to whoever ran the command and expire after 30 seconds.

Checking what’s set up

Shows the raw code behind the message plus its channel and interval.
,timer list pages through every auto message in the server with its channel and interval.