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.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
Checking what’s set up
A single channel
A single channel
Shows the raw code behind the message plus its channel and interval.
Everything at once
Everything at once
,timer list pages through every auto message in the server with its channel and interval.