fix bug
This commit is contained in:
parent
54638f5134
commit
33142bb470
@ -271,7 +271,7 @@ impl BotServer {
|
|||||||
}
|
}
|
||||||
} {
|
} {
|
||||||
let mut vars = HashMap::new();
|
let mut vars = HashMap::new();
|
||||||
let user_id = user.id.to_string();
|
let user_id = from.id.to_string();
|
||||||
let data = data.to_string();
|
let data = data.to_string();
|
||||||
|
|
||||||
vars.insert("username".to_string(), &from.first_name);
|
vars.insert("username".to_string(), &from.first_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user