add list
This commit is contained in:
parent
db4f7f9369
commit
37e89d6dc5
3 changed files with 26 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue