mirror of
https://git.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-11-18 00:23:01 +00:00
6 lines
52 B
Go
6 lines
52 B
Go
package main
|
|
|
|
func main() {
|
|
run_bot(read_conf())
|
|
}
|