Reschedule a session
In the event that you need to reschedule a session, you can use the /session reschedule command. This command allows you to change the date and time of a scheduled session. The bot will automatically update the event in your Discord server and send notifications to all players about the new schedule. All participants will need to confirm their availability for the new date and time.
/session reschedule session: <session_id> month: <month> day: <day> year: <year> time: <time>
If successful, the bot will respond with a message confirming the rescheduling of the session and the new date and time.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
session |
string | The session to reschedule. Autocomplete will provide a list of scheduled sessions to choose from. | |
month |
string | The new month for the session. | |
day |
string | The new day for the session. | |
year |
string | The new year for the session. | |
time |
string | The new time for the session in 12-hour or 24-hour format |