inv: Emoji consistency

The slot switching action had a different emoji for confirming the
command was successful compared to other actions, so I switched it for
the green checkmark.
This commit is contained in:
Lux Aliaga 2022-11-03 21:15:00 -03:00
parent 1cbfc5a568
commit ef3dcf8acc
Signed by: lux
GPG Key ID: B56C805968637437
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ pub fn switch(message: bool) -> Result<()> {
})?;
if message {
println!("🎉 {}", "Switched inventory slots!".green());
println!(" {}", "Switched inventory slots!".green());
}
Ok(())
}