Creating a campaign
You can create a campaign in Discord using the /campaign create command. A campaign can have up to 6 party members and a gamemaster. This command allows you to set the campaign name, role, channels, and notification settings.
/campaign create name: <name> timezone: <timezone> campaign-role: <role_name> announcement-channel: <channel_name> tabletop-channel: <channel_name> reminders: True send-attendance: True
If successful, the bot will respond with a message confirming the creation of the campaign and the currently configured settings.
Parameters
| Parameter | Type | Description |
|---|---|---|
name |
string | The name of the campaign. |
timezone |
string | The timezone of the campaign (Currently valid timezones are Eastern, Central, Mountiain, and Pacific). |
campaign-role |
RoleResolvable | The name of the role assigned to the campaign members. |
announcement-channel |
ChannelResolvable | The channel where announcements will be made. |
tabletop-channel |
ChannelResolvable | The channel where session threads will be created. |
reminders |
boolean | Whether to enable reminders for the campaign (Default: False). |
send-attendance |
boolean | Whether to send attendance reminders for the campaign (Default:False). |