ArtBlocks / artbot

The Discord bot for ArtBlocks.
https://discord.gg/9stnDsZhj2
MIT License
41 stars 50 forks source link

Buu named mappings #610

Closed chefboyarsky closed 1 year ago

chefboyarsky commented 1 year ago

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.