Creating a session
Sessions are created in Discord using the /session create command. This command allows you to set the session name, date, start time, and voice channel. Once the session is created, notifications will be sent to your campaign's announcement channel.
/session create name: <name> month: <month> day: <day> year: <year> time: <start_time> channel: <voice_channel>
If successful, the bot will respond with a message confirming the creation of the session.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
name |
string | The name of the session. | |
campaign |
string | The campaign ID to which the session belongs. Autocomplete will automatically list your available campaigns by name | |
month |
number | The month of the session (1-12). | |
day |
number | The day of the session (1-31). | |
year |
number | The year of the session. | |
time |
string | The start time of the session (in HH:MM format). This field supports 12 hr and 24 hr time formats. | |
channel |
ChannelResolvable | The voice channel where the session will take place. | |
description |
string | The description of the session. |