mastodon-group-bot/main.go
2022-08-25 15:23:44 -04:00

8 lines
71 B
Go

package main
func main() {
config := read_conf()
run_bot(config)
}