1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Update deps

This commit is contained in:
wlinator 2024-08-25 15:21:18 -04:00
parent 7d92fe6dbe
commit a0244cbec8
3 changed files with 628 additions and 616 deletions

View file

@ -1,14 +1,11 @@
TOKEN=
INSTANCE=
OWNER_ID=
OWNER_IDS=
XP_GAIN_PER_MESSAGE=
XP_GAIN_COOLDOWN=
DBX_OAUTH2_REFRESH_TOKEN=
DBX_APP_KEY=
DBX_APP_SECRET=
MARIADB_USER=
MARIADB_PASSWORD=
MARIADB_ROOT_PASSWORD=

View file

@ -21,8 +21,8 @@ class Constants:
INSTANCE: Optional[str] = os.environ.get("INSTANCE", None)
OWNER_IDS: Optional[Set[int]] = (
{int(id.strip()) for id in os.environ.get("OWNER_ID", "").split(",") if id}
if os.environ.get("OWNER_ID")
{int(id.strip()) for id in os.environ.get("OWNER_IDS", "").split(",") if id}
if os.environ.get("OWNER_IDS")
else None
)

1235
poetry.lock generated

File diff suppressed because it is too large Load diff