Creating a reminder
Schedules a reminder for campaign members. After the specified duration, the bot will post the reminder to the campaign's announcement channel.
Game Master only
This command can only be used by the Game Master of the campaign.
/campaign reminders add campaign: <campaign> period: <period>
After running the command, a modal will appear where you can enter the reminder title and message.
Accepted Time Periods
| Unit | Description |
|---|---|
s |
Second |
m |
Minute |
h |
Hour |
d |
Day |
w |
Week |
mo |
Month |
y |
Year |
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
campaign |
string | The campaign to add the reminder to. (Autocomplete will list your available options.) | |
period |
string | How far in the future to send the reminder (e.g., 2h, 1d, 1w). |
See also: Reminders