Splitting data files from main repo

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

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."
]
}