8 lines
67 B
Go
8 lines
67 B
Go
package main
|
|
|
|
import "main/bots"
|
|
|
|
func main() {
|
|
bots.BotStart()
|
|
}
|