Schedule message
schedule_messageSchedule a text message to be sent to a Discord channel at a specific time, once or repeating daily/weekly. The message is delivered when the scheduling process is online.
Instructions
Post a text message to a channel at a later time, once or on a daily or weekly repeat. This sends an ordinary message; for a community event members can RSVP to, use create_event. Omnicord sends it when the time comes. One limit worth knowing: delivery needs the Omnicord process to be running at that moment, so always-on scheduling wants the hosted or Docker deployment rather than a laptop that sleeps. A message that came due during downtime is sent at the next start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| content | Yes | ||
| send_at | Yes | When to send, ISO time like 2026-07-01T17:00:00Z. | |
| repeat | No | Default none. |