mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-25 20:21:02 +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,5 +1,5 @@
|
||||
// AUTO-GENERATED BY A SCRIPT, DON'T TOUCH
|
||||
|
||||
import './ready'
|
||||
import './disconnect'
|
||||
import './index'
|
||||
import './disconnect'
|
||||
|
||||
@@ -4,7 +4,7 @@ import './ready'
|
||||
import './cureRequired'
|
||||
import './index'
|
||||
import './messageCreate/messageScanRequired'
|
||||
import './messageReactionAdd/correctResponse'
|
||||
import './interactionCreate/chatCommand'
|
||||
import './interactionCreate/correctResponse'
|
||||
import './guildMemberAdd/applyRolePresets'
|
||||
import './interactionCreate/correctResponse'
|
||||
import './interactionCreate/chatCommand'
|
||||
import './messageReactionAdd/correctResponse'
|
||||
|
||||
Reference in New Issue
Block a user