mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
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
2 lines
58 B
Plaintext
2 lines
58 B
Plaintext
DISCORD_TOKEN="YOUR-TOKEN-HERE"
|
|
DATABASE_PATH=./db.sqlite3 |