mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-11-22 12:29:20 +02:00
8 lines
69 B
Go
8 lines
69 B
Go
package main
|
|
|
|
func main() {
|
|
config := ReadConf()
|
|
|
|
RunBot(config)
|
|
}
|