Compare commits
2 commits
3b28ba3277
...
e1746281c8
Author | SHA1 | Date | |
---|---|---|---|
e1746281c8 | |||
aa745cc03f |
2 changed files with 16 additions and 1 deletions
|
@ -19,3 +19,18 @@ Then, you can use `[p]set api` to set the API key. Make sure your formatting mat
|
|||

|
||||
|
||||
## 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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue