make name field optional
This commit is contained in:
parent
8f65a7d3e2
commit
aafb785645
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ struct PlayMatch {
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
struct BotConfig {
|
struct BotConfig {
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
name: String,
|
name: Option<String>,
|
||||||
command: Command,
|
command: Command,
|
||||||
working_directory: Option<String>,
|
working_directory: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue