onequestionmark-chat/motd-db.json

37 lines
723 B
JSON
Raw Normal View History

2024-10-16 14:18:38 -05:00
{
"Sun": [
2024-10-16 14:18:38 -05:00
"Sunday Event",
"For any day, the script will randomly choose between multiple entries, if provided."
],
"Mon": [
2024-10-16 14:18:38 -05:00
"Monday Event"
],
"Tue": [
2024-10-16 14:18:38 -05:00
"Tuesday Event"
],
"Wed": [
2024-10-16 14:18:38 -05:00
"Wednesday Event"
],
"Thu": [
2024-10-16 14:18:38 -05:00
"Thursday Event"
],
"Fri": [
2024-10-16 14:18:38 -05:00
"Friday Event"
],
"Sat": [
2024-10-16 14:18:38 -05:00
"Saturday Event"
],
"01": [
"Example event to be triggered on the 1st of any month."
],
"Mon01": [
2024-10-16 14:18:38 -05:00
"Example event to be triggered on any Monday that is also the 1st."
],
"Jan01": [
2024-10-16 14:18:38 -05:00
"Example event to be triggered on January 1st."
],
"2000-01-01": [
"Example event to be triggered specifically on January 1st, 2000. (YYYY-MM-DD)",
2024-10-16 14:18:38 -05:00
"Entries that are more specific take precedence over less-specific entries."
]
}