Compare commits

..

No commits in common. "9bc104a0d50f0e0be52c39c81ce314c97e581ce0" and "7147da0cb5650d04d8c87305a497e03aaac607c1" have entirely different histories.

View File

@ -640,7 +640,6 @@ pub struct BotDialog {
pub commands: HashMap<String, BotMessage>,
pub buttons: HashMap<String, BotMessage>,
stateful_msg_handlers: HashMap<String, BotMessage>,
#[serde(default)]
variants: HashMap<String, HashMap<String, BotMessage>>,
}