1
0

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

This commit is contained in:
syui 2024-04-25 15:46:21 +09:00
parent 74f6aa9a85
commit 35cc5c54d7
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c3f544d54cc422c0eb3d9ed6f8a2f1f9ccb46c80
Subproject commit 7c6278292f57410de103fb7b9b0fa92989cab14a

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")