Creating a campaign
Creates a new campaign. The campaign is registered in GameMinder and linked to your Discord server.
Game Master only
This command can only be used by a user with a configured GM role.
/campaign create name: <name> timezone: <timezone> campaign-role: <role>
If successful, the bot will respond with a confirmation message and an embed showing the new campaign's settings.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
name |
string | The name of the campaign. | |
timezone |
string | The default timezone for the campaign. Used to interpret session times. Select from the provided choices. | |
campaign-role |
RoleResolvable | The Discord role containing the campaign's participants. | |
announcement-channel |
ChannelResolvable | The text or announcement channel where session announcements will be posted. | |
tabletop-channel |
ChannelResolvable | The text channel where session threads will be created. | |
reminders |
boolean | Enable session reminders for this campaign. If enabled, a campaign-role must also be provided. (Default: false) |
|
send-attendance |
boolean | Send an attendance list to the GM one day before each session. (Default: false) |
See also: Campaigns