fix bot
This commit is contained in:
parent
093fb0d85e
commit
a001b99fcd
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user