Server Configuration

Scheduled Posts

Post a message once later, or on a repeat.

Overview

Schedule any message to post later — once, or on a loop. Anything the script engine renders works, so a scheduled post can be a plain message, an embed, or a full Components V2 layout.

This is a premium feature and needs Manage Server.

Scheduling once

,schedule add (channel) (when) (message)

when is a duration from now — 30m, 2h, 1d, or a combination like 1d12h.

Repeating

,schedule repeat (channel) (every) (message)

Repeats are at least 10 minutes apart, and a server can keep 25 scheduled posts.

Managing them

,schedule list
,schedule cancel (id)

,schedule list shows each post's id, channel, when it next fires, and its interval if it repeats.

If greed is down when a repeat was due, it fires once when it comes back and then returns to its normal interval — it does not replay every slot it missed.

When a post stops

A scheduled post that fails to send backs off for ten minutes and is dropped after five consecutive failures, so a deleted channel cannot leave a post retrying forever. A one-off post removes itself once it has fired.