feat(bible): added description and descriptionLocal to the version model

This commit is contained in:
SeaswimmerTheFsh 2024-02-02 13:09:46 -05:00
parent ad2cf39e3e
commit f615e9f61d
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 7 additions and 1 deletions

View file

@ -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"],
)