Variable Random Using TinyDB

I am looking at comments in your blocks in the first project, and using the Google Translate browser addon to help read them

This board has a translator for text, easier to use.

I an guessing that you want to track the random comments by date, storing the date and comment into a TinyDB Namespace the first time it is used on that particular date.

To do that, add a third TinyDB devoted to keeping words (keys to your other text dictionaries) as values under date tags, using your dat format (I like 20251222 as a date tag because it sorts numerically like it sorts chronologically.) Use a different Namespace fot that tinyDB, like datedChoices.

When asked for a message of the day, first check that TinyDB for today's choice. If none found, pick a random message and store it under today's tag.
Otherwise, use the stored value to look up the message.

I use a similar technique in