mirror of
https://git.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-11-18 00:23:01 +00:00
8 lines
80 B
Go
8 lines
80 B
Go
package main
|
|
|
|
func main() {
|
|
config, db := read_conf()
|
|
|
|
run_bot(config, *db)
|
|
}
|