From ed379cc418a7dcfd72b6db309fb475cfddc8d180 Mon Sep 17 00:00:00 2001 From: Akulij Date: Fri, 2 May 2025 13:36:48 +0300 Subject: [PATCH] change literal in MoreInfo to more_info_msg to avoid collision with button --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 51e757f..16669c4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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?