onequestionmark-chat/motd-db.json

34 lines
641 B
JSON

{
"sun": [
"Sunday Event",
"For any day, the script will randomly choose between multiple entries, if provided."
],
"mon": [
"Monday Event"
],
"tues": [
"Tuesday Event"
],
"wed": [
"Wednesday Event"
],
"thurs": [
"Thursday Event"
],
"fri": [
"Friday Event"
],
"sat": [
"Saturday Event"
],
"mon01": [
"Example event to be triggered on any Monday that is also the 1st."
],
"jan01": [
"Example event to be triggered on January 1st."
],
"jan01-2000": [
"Example event to be triggered specifically on January 1st, 2000.",
"Entries that are more specific take precedence over less-specific entries."
]
}