feat(bible): added description and descriptionLocal to the version model
This commit is contained in:
parent
ad2cf39e3e
commit
f615e9f61d
2 changed files with 7 additions and 1 deletions
|
@ -70,6 +70,8 @@ class Bible(commands.Cog):
|
|||
data["data"]["language"]["name"],
|
||||
data["data"]["abbreviationLocal"],
|
||||
data["data"]["language"]["nameLocal"],
|
||||
data["data"]["description"],
|
||||
data["data"]["descriptionLocal"],
|
||||
data["data"]["copyright"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue