This commit is contained in:
senset 2022-06-30 13:42:48 +08:00
parent 54638f5134
commit 33142bb470

View File

@ -271,7 +271,7 @@ impl BotServer {
}
} {
let mut vars = HashMap::new();
let user_id = user.id.to_string();
let user_id = from.id.to_string();
let data = data.to_string();
vars.insert("username".to_string(), &from.first_name);