add bot comment system
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s

This commit is contained in:
2024-04-25 14:25:43 +09:00
parent 840320d0d2
commit bf31cf2a8f
5 changed files with 62 additions and 19 deletions

View File

@@ -66,9 +66,6 @@ fn main() {
Flag::new("feed", FlagType::String)
.alias("f"),
)
.flag(
Flag::new("manga_uri", FlagType::String)
)
)
.command(
Command::new("follow_all")