This PR adds named sets for "because unless until" for days of the week, and days of the year.
Days of the year are given the ID 1000 (non-existent) so that the command will return "token with this ID not found" when called.
When handling a named handler, if the ProjectBot identifies the project being requested as "because unless until" check for special named sets "today" or "fiesta" and map them to the day of the week (e.g. "friday") or the day of the year (e.g. "october11"). This will make artbot respond as if the user had requested the current day -- useful for finding outputs that are having a fiesta day or exhibiting a special behavior for a certain day of the week.
This PR adds named sets for "because unless until" for days of the week, and days of the year. Days of the year are given the ID 1000 (non-existent) so that the command will return "token with this ID not found" when called.
When handling a named handler, if the ProjectBot identifies the project being requested as "because unless until" check for special named sets "today" or "fiesta" and map them to the day of the week (e.g. "friday") or the day of the year (e.g. "october11"). This will make artbot respond as if the user had requested the current day -- useful for finding outputs that are having a fiesta day or exhibiting a special behavior for a certain day of the week.