mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-12 01:59:41 +08:00
feat: init commit
This commit is contained in:
13
cmd/run.go
Normal file
13
cmd/run.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/krau/SaveAny-Bot/bootstrap"
|
||||
"github.com/krau/SaveAny-Bot/bot"
|
||||
"github.com/krau/SaveAny-Bot/core"
|
||||
)
|
||||
|
||||
func Run() {
|
||||
bootstrap.InitAll()
|
||||
go core.Run()
|
||||
bot.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user