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