This commit is contained in:
Raptorox 2026-07-27 23:44:35 +02:00
parent db4f7f9369
commit 37e89d6dc5
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
3 changed files with 26 additions and 1 deletions

View file

@ -10,7 +10,7 @@ impl SayCommand {
}
pub fn build(self) -> super::Command {
let message= self.message;
let message = self.message;
let s = format!("say {message}");
super::Command(s)
}