feature: variants #22
@ -501,6 +501,7 @@ pub struct BotMessage {
|
|||||||
|
|
||||||
/// flag options to command is meta, so it will be appended to user.metas in db
|
/// flag options to command is meta, so it will be appended to user.metas in db
|
||||||
meta: Option<bool>,
|
meta: Option<bool>,
|
||||||
|
#[serde(default)]
|
||||||
variants: Vec<MessageVariant>,
|
variants: Vec<MessageVariant>,
|
||||||
|
|
||||||
handler: Option<BotFunction>,
|
handler: Option<BotFunction>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user