I think this is all now

This commit is contained in:
Michał Gdula 2023-09-12 12:24:53 +01:00
parent 0ea8ab8cf1
commit 666cdb113e
5 changed files with 11 additions and 12 deletions

View file

@ -15,8 +15,8 @@ DISCORD_TOKEN = (
DISCORD_GUILD_ID = Object(id=1040757387033849976)
LYNXIE_PREFIX = "?"
DATA_PATH = os.path.join("/app", "data")
ASSETS_PATH = os.path.join("/app", "assets")
DATA_PATH = os.path.join("lynxie", "data")
ASSETS_PATH = os.path.join("lynxie", "assets")
DATABASE_URI = "sqlite:///" + os.path.join(DATA_PATH, "lynxie.db")