E5BotForSQLite/main.go

8 lines
88 B
Go
Raw Normal View History

2020-03-26 12:53:00 +08:00
package main
2021-06-14 13:07:08 +08:00
import "github.com/iyear/E5SubBot/bots"
2020-04-03 13:19:53 +08:00
func main() {
2021-03-11 12:57:30 +08:00
bots.BotStart()
2020-03-28 15:22:23 +08:00
}