SeaCogs/bible/info.json

18 lines
586 B
JSON
Raw Permalink Normal View History

2024-02-01 17:14:06 -05:00
{
"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).",
2024-02-01 17:14:06 -05:00
"name" : "Bible",
"short" : "Retrieve Bible verses.",
"description" : "Retrieve Bible verses from the World English Bible.",
"end_user_data_statement" : "This cog does not store end user data.",
"hidden": false,
2024-02-01 17:14:06 -05:00
"disabled": false,
"min_bot_version": "3.5.0",
2024-02-01 17:14:06 -05:00
"min_python_version": [3, 10, 0],
"requirements": ["xmltodict"]
"tags": [
"fun",
"utility"
]
2024-02-01 17:14:06 -05:00
}