This commit is contained in:
parent
cb45bca574
commit
2c113edd4b
@ -324,9 +324,10 @@ pub fn c_bot(c: &Context) {
|
|||||||
let text_limit = c_char(dd);
|
let text_limit = c_char(dd);
|
||||||
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
|
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
|
||||||
let ten_l = d.lines().collect::<Vec<_>>().len();
|
let ten_l = d.lines().collect::<Vec<_>>().len();
|
||||||
println!("{}", ten_l);
|
println!("handlev {}", handlev);
|
||||||
if ten_l == 1 {
|
println!("ten_l {}", ten_l);
|
||||||
ten_p = d.lines().collect::<Vec<_>>()[1];
|
if ten_l == 3 {
|
||||||
|
ten_p = d.lines().collect::<Vec<_>>()[2];
|
||||||
}
|
}
|
||||||
if ten_p != "true" {
|
if ten_p != "true" {
|
||||||
link = "https://card.syui.ai/".to_owned() + &handlev;
|
link = "https://card.syui.ai/".to_owned() + &handlev;
|
||||||
|
Loading…
Reference in New Issue
Block a user