mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 15:53:14 +00:00
I think this is all now
This commit is contained in:
parent
0ea8ab8cf1
commit
666cdb113e
5 changed files with 11 additions and 12 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue