fix: fix stacked_buttons_markup macro
This commit is contained in:
parent
ed379cc418
commit
1b9a6dce81
@ -21,7 +21,7 @@ macro_rules! stacked_buttons_markup {
|
||||
InlineKeyboardMarkup {
|
||||
inline_keyboard: vec![
|
||||
$(
|
||||
vec![$button]
|
||||
vec![$button],
|
||||
)*
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user