mastodon-group-bot/main.go
2022-09-08 14:28:32 -04:00

9 lines
72 B
Go

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