change literal in MoreInfo to more_info_msg to avoid collision with button
This commit is contained in:
parent
d447fe0b19
commit
ed379cc418
@ -296,7 +296,7 @@ async fn callback_handler(bot: Bot, mut db: DB, q: CallbackQuery) -> BotResult<(
|
|||||||
},
|
},
|
||||||
|m| Ok(m.id().0),
|
|m| Ok(m.id().0),
|
||||||
)?,
|
)?,
|
||||||
"more_info",
|
"more_info_msg",
|
||||||
keyboard,
|
keyboard,
|
||||||
)
|
)
|
||||||
.await?
|
.await?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user