mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix reply markup update
This commit is contained in:
@@ -114,7 +114,7 @@ export function registerRandomItemCallback<T>(
|
||||
]);
|
||||
|
||||
try {
|
||||
ctx.editMessageReplyMarkup(Markup.inlineKeyboard([]).reply_markup);
|
||||
await ctx.editMessageReplyMarkup(Markup.inlineKeyboard([]).reply_markup);
|
||||
} catch (e) {}
|
||||
|
||||
ctx.reply(itemFormatter(item), {
|
||||
|
||||
Reference in New Issue
Block a user