mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot
synced 2024-11-22 05:21:27 +00:00
9 lines
72 B
Go
9 lines
72 B
Go
package main
|
|
|
|
func main() {
|
|
wg.Add(1)
|
|
|
|
go DeleteNotices()
|
|
RunBot()
|
|
}
|