mastodon-group-bot/main.go

8 lines
69 B
Go
Raw Normal View History

2022-08-15 09:24:32 +00:00
package main
func main() {
2022-08-28 16:37:43 +00:00
config := ReadConf()
2022-08-25 19:23:44 +00:00
2022-08-28 16:37:43 +00:00
RunBot(config)
2022-08-15 09:24:32 +00:00
}