fix(bible): don't default to the catholic kjv
This commit is contained in:
parent
f3db29beef
commit
4dfbc91ced
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Bible(commands.Cog):
|
|||
self, identifier=481923957134912, force_registration=True
|
||||
)
|
||||
self.logger = logging.getLogger("red.sea.bible")
|
||||
self.config.register_global(bible="de4e12af7f28f599-01")
|
||||
self.config.register_global(bible="de4e12af7f28f599-02")
|
||||
self.config.register_user(bible=None)
|
||||
|
||||
async def translate_book_name(self, bible_id: str, book_name: str) -> str:
|
||||
|
|
Loading…
Reference in a new issue