E5BotForSQLite/main.go
2021-03-11 12:57:30 +08:00

8 lines
67 B
Go

package main
import "main/bots"
func main() {
bots.BotStart()
}