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 (
|
||||
"watn3y/bloaterbotv3/commands/gaypoints"
|
||||
"watn3y/bloaterbotv3/commands/notify"
|
||||
"watn3y/bloaterbotv3/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
config.LoadConfig()
|
||||
gaypoints.InitDB()
|
||||
notify.InitDB()
|
||||
bot()
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue