SeaCogs/bible/info.json
SeaswimmerTheFsh 39fafede67
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 18s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
feat(bible): added bible cog
2024-02-01 17:14:06 -05:00

14 lines
551 B
JSON

{
"author" : ["SeaswimmerTheFsh (seasw.)"],
"install_msg" : "Thank you for installing Bible!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).",
"name" : "Bible",
"short" : "Retrieve Bible verses",
"description" : "Retrieve Bible verses from the API.bible API.",
"end_user_data_statement" : "This cog does not store user information.",
"hidden": true,
"disabled": false,
"min_bot_version": "3.5.5",
"max_bot_version": "3.5.0",
"min_python_version": [3, 10, 0],
"tags": []
}