onequestionmark-chat/motd-db.json

37 lines
723 B
JSON

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