Splitting data files from main repo

This commit is contained in:
Izwzyzx 2024-10-16 14:18:38 -05:00
parent 22342d954f
commit ea5c2da9ef
3 changed files with 48 additions and 0 deletions

4
hug-db.json Normal file
View File

@ -0,0 +1,4 @@
[
"Insert \"hug\" image URLs here.",
"The script will randomly choose between multiple entries."
]

34
motd-db.json Normal file
View 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
View 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."
]
}