This website requires JavaScript.
Explore
Help
Sign In
localhost_frssoft
/
mastodon-group-bot
Watch
1
Star
0
Fork
You've already forked mastodon-group-bot
0
mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced
2024-11-22 20:39:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d3f2bcbdcd
mastodon-group-bot
/
main.go
8 lines
80 B
Go
Raw
Normal View
History
Unescape
Escape
init
2022-08-15 12:24:32 +03:00
package
main
func
main
(
)
{
some fixes
2022-08-26 13:56:21 +03:00
config
,
db
:=
read_conf
(
)
add limits
2022-08-25 22:23:44 +03:00
some fixes
2022-08-26 13:56:21 +03:00
run_bot
(
config
,
*
db
)
init
2022-08-15 12:24:32 +03:00
}