mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-19 17:23:59 +00:00
chore: fix more build issues
BREAKING CHANGE: In `@revanced/discord-bot`, its environment variable
`DATABASE_URL` has been renamed to `DATABASE_PATH`
and the `file:` prefix is no longer needed
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DISCORD_TOKEN="YOUR-TOKEN-HERE"
|
||||
DATABASE_URL=file:./db.sqlite3
|
||||
DATABASE_PATH=./db.sqlite3
|
||||
Reference in New Issue
Block a user