clean depedencies in check links

This commit is contained in:
Guillermo Roche 2024-09-24 21:10:53 +02:00
parent deec5840fc
commit 58724835ae
Signed by: groche97
GPG Key ID: 041FB85BEEA4B9B0

View File

@ -1,11 +1,4 @@
use teloxide::prelude::*; use teloxide::{prelude::*,Bot};
use teloxide::{
net::Download,
requests::{Requester,MultipartRequest},
types::{MessageEntity, MessageEntityKind},
payloads::SendPhoto,
Bot,
};
use crate::rewrite_links::links_to_rewrite; use crate::rewrite_links::links_to_rewrite;