Splitting data files from main repo
This commit is contained in:
parent
22342d954f
commit
ea5c2da9ef
4
hug-db.json
Normal file
4
hug-db.json
Normal file
@ -0,0 +1,4 @@
|
||||
[
|
||||
"Insert \"hug\" image URLs here.",
|
||||
"The script will randomly choose between multiple entries."
|
||||
]
|
34
motd-db.json
Normal file
34
motd-db.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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."
|
||||
]
|
||||
}
|
10
yesno-db.json
Normal file
10
yesno-db.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"yes": [
|
||||
"Insert \"Yes\" image URLs here.",
|
||||
"The script will randomly choose between multiple entries."
|
||||
],
|
||||
"no": [
|
||||
"Insert \"No\" image URLs here.",
|
||||
"The script will randomly choose between multiple entries."
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user