go fmt
This commit is contained in:
parent
cfc48bd2cf
commit
6817ed5a9e
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
@ -2,12 +2,14 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"watn3y/bloaterbotv3/commands/gaypoints"
|
"watn3y/bloaterbotv3/commands/gaypoints"
|
||||||
|
"watn3y/bloaterbotv3/commands/notify"
|
||||||
"watn3y/bloaterbotv3/config"
|
"watn3y/bloaterbotv3/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
config.LoadConfig()
|
config.LoadConfig()
|
||||||
gaypoints.InitDB()
|
gaypoints.InitDB()
|
||||||
|
notify.InitDB()
|
||||||
bot()
|
bot()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue