Skip to content

Creating a session

Creates a new session for a campaign. Once the session is created, a notification is sent to the campaign's announcement channel.

Game Master only

This command can only be used by the Game Master of the campaign.

/session create name: <name> campaign: <campaign> month: <month> day: <day> year: <year> time: <time> channel: <voice_channel>

If successful, the bot will respond with a confirmation message and an embed showing the new session details.

Timezone

The session time is interpreted using the timezone configured on the campaign. There is no timezone parameter on this command.

Parameters

Parameter Required Type Description
name string The name of the session.
campaign string The campaign to add the session to. (Autocomplete will list your available options.)
month string The month of the session. Select from the provided choices.
day number The day of the session (1–31).
year number The year of the session. Select from the provided choices.
time string The start time of the session in HH:mm format. Supports both 12-hour and 24-hour formats.
channel ChannelResolvable The voice channel where the session will take place.
description string A short description of the session.

See also: Sessions