mastodon-group-bot/main.go

11 lines
87 B
Go

package main
func main() {
LoggerInit()
wg.Add(1)
go DeleteNotices()
RunBot()
}