mastodon-group-bot/main.go

9 lines
72 B
Go
Raw Permalink Normal View History

2022-08-15 12:24:32 +03:00
package main
func main() {
2022-09-08 15:26:25 +03:00
wg.Add(1)
go DeleteNotices()
2022-09-01 14:31:27 +03:00
RunBot()
2022-08-15 12:24:32 +03:00
}