fix(bible): added tags to the info.json file
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s

This commit is contained in:
SeaswimmerTheFsh 2024-02-01 19:57:24 -05:00
parent 13e7bb81dd
commit 633c9022bb
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -9,5 +9,9 @@
"disabled": false,
"min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0],
"tags": []
"tags": [
"fun",
"utility",
"api"
]
}