Compare commits

...

2 commits

Author SHA1 Message Date
e1746281c8
feat(docs): updated docs for bible with the cog's commands
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:54:09 -05:00
aa745cc03f
misc(bible): unhid the cog from the index 2024-02-01 18:50:45 -05:00
2 changed files with 16 additions and 1 deletions

View file

@ -19,3 +19,18 @@ Then, you can use `[p]set api` to set the API key. Make sure your formatting mat
![image](img/bible/set-api.png)
## Commands
### bible passage
- Usage: `[p]bible passage <book> <passage>`
- Aliases: `verse`
Get a Bible passage.
Example usage:
`[p]bible passage Genesis 1:1`
`[p]bible passage John 3:16-3:17`
### bible random
- Usage: `[p]bible random`
Get a random Bible verse.

View file

@ -5,7 +5,7 @@
"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,
"hidden": false,
"disabled": false,
"min_bot_version": "3.5.5",
"max_bot_version": "3.5.0",