Now properly answering the callback query
This commit is contained in:
parent
e311e33c6d
commit
1f016a3694
@ -10,6 +10,7 @@ async fn run(bot: Throttle<Bot>, q: CallbackQuery) -> crate::Result<()> {
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
bot.answer_callback_query(q.id).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user