Skip to content

Update campaign settings

Configures campaign-specific settings. Only the Game Master of the campaign can use these commands.

Game Master only

All /campaign settings subcommands can only be used by the Game Master of the campaign.

Each setting is updated with its own subcommand. Every subcommand requires selecting the campaign using autocomplete.

Setting Command
Toggle reminders /campaign settings reminders
Toggle post-session surveys /campaign settings survey
Toggle attendance messages /campaign settings attendance
Change tabletop channel /campaign settings tabletop-channel
Change announcement channel /campaign settings announcement-channel

When a setting is updated successfully, the bot replies with an embed showing the campaign’s current configuration.

Enable or Disable Reminders

Turn session reminders on or off for your campaign. By default, reminders are disabled.

/campaign settings reminders campaign: <campaign> enabled: <true|false>

Parameters

Parameter Required Type Description
campaign string The campaign to update. (Autocomplete will list your available options.)
enabled boolean Set to true to enable reminders or false to disable them. (Default: false)

Enable or Disable Post-Session Surveys {#enable-or-disable-post-session-surveys}

Control whether post-session surveys are sent to players after a session ends. Surveys are disabled by default.

/campaign settings survey campaign: <campaign> enabled: <true|false>

Parameters

Parameter Required Type Description
campaign string The campaign to update. (Autocomplete will list your available options.)
enabled boolean Set to true to enable surveys or false to disable them. (Default: false)

Enable or Disable Attendance Messages

Turn attendance messages on or off. When enabled, the bot sends an attendance list to the GM one day before each session. Disabled by default.

/campaign settings attendance campaign: <campaign> enabled: <true|false>

Parameters

Parameter Required Type Description
campaign string The campaign to update. (Autocomplete will list your available options.)
enabled boolean Set to true to enable attendance messages or false to disable them. (Default: false)

Change the Tabletop Channel

Set the text channel where session threads are created.

/campaign settings tabletop-channel campaign: <campaign> tabletop-channel: <channel>

Parameters

Parameter Required Type Description
campaign string The campaign to update. (Autocomplete will list your available options.)
tabletop-channel ChannelResolvable The text channel where session threads will be created. Leave blank to disable thread creation.

Change the Announcement Channel

Set the text or announcement channel where session announcements are posted.

/campaign settings announcement-channel campaign: <campaign> announcement-channel: <channel>

Parameters

Parameter Required Type Description
campaign string The campaign to update. (Autocomplete will list your available options.)
announcement-channel ChannelResolvable The text or announcement channel where announcements will be posted. Leave blank to disable announcements.

See also: Campaigns