Added a prelude to reduce the amount of imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use crate::markups::deletion_markup;
|
||||
use teloxide::{adaptors::Throttle, dispatching::DpHandlerDescription, prelude::*};
|
||||
use crate::prelude::*;
|
||||
use teloxide::{dispatching::DpHandlerDescription, dptree::Handler};
|
||||
|
||||
/// Deletes the message from the callback
|
||||
async fn run(bot: Throttle<Bot>, q: CallbackQuery) -> crate::Result<()> {
|
||||
|
Reference in New Issue
Block a user