fix(bible): added documentation to the error message for Unauthorized
This commit is contained in:
parent
ad0cd41be4
commit
44179ad42d
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ class Bible(commands.Cog):
|
|||
if isinstance(err, bible.errors.Unauthorized):
|
||||
await ctx.send(
|
||||
error(
|
||||
"The API key for API.bible is missing or invalid. Please report this to the bot owner."
|
||||
"""The API key for API.bible is missing or invalid. Please report this to the bot owner.
|
||||
If you are the bot owner, please check the documentation [here](https://seacogs.coastalcommits.com/bible/#setup)."""
|
||||
)
|
||||
)
|
||||
if isinstance(err, bible.errors.BibleAccessError):
|
||||
|
|
Loading…
Reference in a new issue