13 lines
163 B
Go
13 lines
163 B
Go
package main
|
|
|
|
import (
|
|
"watn3y/bloaterbotv3/commands/gaypoints"
|
|
"watn3y/bloaterbotv3/config"
|
|
)
|
|
|
|
func main() {
|
|
config.LoadConfig()
|
|
gaypoints.InitDB()
|
|
bot()
|
|
|
|
}
|