8 lines
88 B
Go
8 lines
88 B
Go
package main
|
|
|
|
import "github.com/iyear/E5SubBot/bots"
|
|
|
|
func main() {
|
|
bots.BotStart()
|
|
}
|