1
0
This commit is contained in:
syui 2024-02-28 23:38:39 +09:00
parent 093fb0d85e
commit a001b99fcd

View File

@ -172,8 +172,8 @@ pub fn c_bot(c: &Context) {
w_cid(cid.to_string(), log_file(&"n1"), true); w_cid(cid.to_string(), log_file(&"n1"), true);
} }
} else if com == "card" { } else if com == "card" {
let output = Command::new(data_scpt(&"card")) let output = Command::new(data_scpt(&"ai"))
.arg(&"fav").arg(&"atproto") .arg(&"atproto").arg(&"card")
.arg(&handle) .arg(&handle)
.arg(&did) .arg(&did)
.arg(&cid) .arg(&cid)