For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reminders

Automatically ping members when time is running out for Clan Wars, Capital Raids, or Clan Games.

Reminders automatically notify members in a Discord channel when there is limited time left in an event. You can set up multiple reminders per event type, each at a different time threshold.

Supported event types:

  • Clan Wars — ping members who haven't used all attacks before war ends

  • Capital Raids — ping members who haven't used all raid attacks before the weekend closes

  • Clan Games — ping members who haven't reached a points threshold before clan games ends


Create a Reminder

/reminders create type: Clan Wars duration: 6h clans: #CLAN_TAG message: Attack now! channel: #channel

Option
Description

type (required)

Clan Wars, Capital Raids, or Clan Games

duration (required)

Time remaining when the ping fires — e.g. 1h, 6h, 12h, 1d. Minimum 15 minutes. Maximum depends on type: Clan Wars 48h (and must be a multiple of 15 minutes), Capital Raids 3d, Clan Games 6d.

clans (required)

Clan tags or aliases to target

message (required)

Custom message included in the reminder notification

channel

Channel to post the reminder in (defaults to current channel)

exclude_participant_list

(Clan Wars only) Send only the message without listing missing attackers

You can create multiple reminders for the same event at different durations (e.g. 12h and 2h remaining).

Special durations for Clan Wars:

  • 48h — fires when the war starts (preparation day begins)

  • 24h — fires when the battle day starts

  • 0h — fires exactly when the war ends

At 0h, 24h, and 48h the participant list is hidden automatically — only your custom message is sent.


List Reminders

/reminders list type: Clan Wars

Shows all configured reminders for the selected type. Use this to find the Reminder ID needed for editing or deleting.


Edit a Reminder

/reminders edit type: Clan Wars id: REMINDER_ID duration: 3h

Use /reminders list to get the reminder ID.


Delete a Reminder

/reminders delete type: Clan Wars id: REMINDER_ID


Send an Instant Reminder

/reminders now type: Clan Wars clans: #CLAN_TAG message: Last call!

Sends a one-off reminder immediately without waiting for a scheduled trigger. The message option is required. Useful for manually pinging before an important deadline.


Ping Exclusion (OptIn / OptOut)

/reminders config

Controls which members receive reminder pings. You can assign a role per event type and choose between two modes:

  • OptIn — only members with the assigned role are pinged

  • OptOut — all members are pinged except those with the assigned role

This lets members or leadership control who gets notified without editing each reminder individually.

Last updated

Was this helpful?