change literal in MoreInfo to more_info_msg to avoid collision with button

This commit is contained in:
Akulij 2025-05-02 13:36:48 +03:00
parent d447fe0b19
commit ed379cc418

View File

@ -296,7 +296,7 @@ async fn callback_handler(bot: Bot, mut db: DB, q: CallbackQuery) -> BotResult<(
},
|m| Ok(m.id().0),
)?,
"more_info",
"more_info_msg",
keyboard,
)
.await?