format lol
This commit is contained in:
parent
c1938347a2
commit
40090f7d98
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub async fn message_handler(message: Message, state: &Arc<AppState>, who: &mut
|
|||
let old_name = who.name.clone();
|
||||
let new_name = user_log_in.username.clone();
|
||||
who.change_name(user_log_in.username);
|
||||
let msg = format!{
|
||||
let msg = format! {
|
||||
"{0} changed name to {1}.",
|
||||
old_name,
|
||||
new_name
|
||||
|
|
Loading…
Add table
Reference in a new issue