1
0
This commit is contained in:
2024-03-31 01:29:08 +09:00
parent 2c113edd4b
commit 2bb4f37243

@ -327,7 +327,8 @@ pub fn c_bot(c: &Context) {
println!("handlev {}", handlev);
println!("ten_l {}", ten_l);
if ten_l == 3 {
ten_p = d.lines().collect::<Vec<_>>()[2];
ten_p = d.lines().collect::<Vec<_>>()[1];
println!("ten_p {}", ten_p);
}
if ten_p != "true" {
link = "https://card.syui.ai/".to_owned() + &handlev;