fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2024-04-25 15:46:21 +09:00
parent 74f6aa9a85
commit 35cc5c54d7
2 changed files with 2 additions and 2 deletions

View File

@ -982,7 +982,7 @@ pub fn c_bot_feed(c: &Context) {
.await;
println!("{}", str_rep);
w_cid(cid.to_string(), log_file(&"n1"), true);
} else if { com == "comment" || com == "/comment" } && handle == &admin && check_cid_comment == false {
} else if { com == "comment" || com == "/comment" } && handle == &admin {
println!("admin:{}", admin);
let output = Command::new(data_scpt(&"ai"))
.arg(&"atproto").arg(&"comment")