-
Notifications
You must be signed in to change notification settings - Fork 1
Advent
Californ1a edited this page Sep 5, 2018
·
3 revisions
Get the time remaining until the preset event. Moderators can set a new event or delete the current event.
-
set|del
- Optional parameter for Moderators to set a new event or delete the current event. When deleting, neither the date nor the name parameters are required because there can only ever be one event countdown at a time.
-
datetime
- When setting a new event, provide a date and time in ISO8601 format, using T instead of a space to denote time, for the event to begin.
-
event name
- When setting a new event, provide a name for the event.
- ModUser:
!advent set 2016-02-08T13:30:20 Some Name
- Set an event named Some Name to start at February 8th, 2016 at 1:30:20 PM.
- ModUser:
!advent del
- Delete the current event.
- RegUser:
!advent
- Display the countdown for the set event, if there is one.