Latest changes
This commit is contained in:
parent
909b1ab0e4
commit
703e316257
26 changed files with 1917 additions and 709 deletions
|
|
@ -35,12 +35,11 @@ pub struct ConfigCommandSection {
|
|||
pub cli_cmd: String,
|
||||
|
||||
#[serde(default)]
|
||||
pub cli_args: Vec<String>
|
||||
pub cli_args: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub struct ConfigVoiceSection {
|
||||
|
||||
#[serde(default)]
|
||||
pub sounds: Vec<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue