You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ aka questions that haven't been asked yet but probably will be
56
56
|`!clb`| Prints out the custom leaderboard. This uses our custom Advent of Code scoring scheme. |
57
57
|`!register [AOC_USERNAME]`| When called without argument it will print all Discord users registered on the leaderboard. When called with argument (your name on the Advent of Code leaderboard), it will associate your Discord ID with that username. |
58
58
|`!start <DAY_NUMBER>`| Start a day. This will set your starttime for our custom scoring. |
59
+
|`!remove <DAY_NUMBER>`| Remove your starttime for our custom scoring on a day. |
59
60
|`!schedule [<+/-><MINUTES>]`| Can be called without an argument, if so will print the next scheduled send time. With an argument, will schedule a time for the leaderboard to send automatically. Takes in a indicator (either + or -) and an integer (minutes) and sends the leaderboard at the start time of the competition for that day (midnight EST), given that offset. |
60
61
|`!stats [AOC_USERNAME]`| Send individual stats for a user. Can be called with and without an argument, without an argument it will use the account that is registered with your user. ||
(f"`{COMMAND_PREFIX}clb`", "Prints out the custom leaderboard. This uses our custom advent of code scoring scheme.", False),
89
98
(f"`{COMMAND_PREFIX}register [AOC_USERNAME]`", "Associate yourself with given AoC user. Without argument will print out the list of registered users. With argument, will register your discord ID with your Advent of Code username for custom scoring.", False),
90
99
(f"`{COMMAND_PREFIX}start <DAY_NUMBER>`", "Start a day. This will set your starttime for our custom scoring.", False),
100
+
(f"`{COMMAND_PREFIX}remove <DAY_NUMBER>`", "Remove your starttime for our custom scoring on a day.", False),
91
101
(f"`{COMMAND_PREFIX}schedule [<+/-><MINUTES>]`", "Can be called without an argument, if so will print the next scheduled send time. With an argument, will schedule a time for the leaderboard to send automatically. Takes in a indicator (either + or -) and an integer (minutes) and sends the leaderboard at the start time of the competition for that day (midnight EST), given that offset.", False),
92
102
(f"`{COMMAND_PREFIX}stats [AOC_USERNAME]`", "Send individual stats for a user. Can be called with and without an argument, without an argument it will use the account that is registered with your user.", False),
0 commit comments