Latest changes

This commit is contained in:
Priler 2025-12-11 23:43:50 +05:00
parent 909b1ab0e4
commit 703e316257
26 changed files with 1917 additions and 709 deletions

View file

@ -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>,
}