Finished adding rest of database access classes

This commit is contained in:
WatDuhHekBro 2021-12-09 01:06:55 -06:00
parent 658348d993
commit 3b0b7bd559
No known key found for this signature in database
GPG key ID: E128514902DF8A05
13 changed files with 198 additions and 95 deletions

View file

@ -44,7 +44,8 @@ Certain variables are set via `.env` at the project root. These are for system c
- `ADMINS`: A comma-separated (with a space) list of bot admin IDs
- `SUPPORT`: A comma-separated (with a space) list of bot support IDs
- `WOLFRAM_API_KEY`: Used for `commands/utility/calc`
- `DEV`: Enables dev mode as long as it isn't a falsy value (`DEV=1` works for example)
- `DEV`: Enables dev mode as long as it isn't a falsy value (`DEV=1` works for example), specific values can be checked to test certain features
- `DEV_DATABASE`: Specifies the file to use for trying out changes on a database (`DEV_DATABASE=test` writes to `data/test.db`)
# Utility Functions