basic Lua 5.4 implementation with few example commands
This commit is contained in:
parent
c9b9482cc8
commit
c4a774b5cf
35 changed files with 2554 additions and 460 deletions
|
|
@ -306,7 +306,7 @@ fn execute_command(text: &str, rt: &tokio::runtime::Runtime) -> bool {
|
|||
if let Some((cmd_path, cmd_config)) = cmd_result {
|
||||
info!("Command found: {:?}", cmd_path);
|
||||
|
||||
match commands::execute_command(&cmd_path, &cmd_config) {
|
||||
match commands::execute_command(&cmd_path, &cmd_config, Some(&text)) {
|
||||
Ok(chain) => {
|
||||
info!("Command executed successfully");
|
||||
// voices::play_ok();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue