This commit is contained in:
Watn3y 2023-03-19 22:46:17 +01:00
parent cfc48bd2cf
commit 6817ed5a9e

View file

@ -2,12 +2,14 @@ package main
import (
"watn3y/bloaterbotv3/commands/gaypoints"
"watn3y/bloaterbotv3/commands/notify"
"watn3y/bloaterbotv3/config"
)
func main() {
config.LoadConfig()
gaypoints.InitDB()
notify.InitDB()
bot()
}