Remove mod

This commit is contained in:
bitfl0wer 2023-06-01 21:14:02 +02:00
parent 7f6762a825
commit e61546e442
1 changed files with 103 additions and 105 deletions

View File

@ -1,4 +1,3 @@
pub mod messages {
use http::header::CONTENT_DISPOSITION; use http::header::CONTENT_DISPOSITION;
use http::HeaderMap; use http::HeaderMap;
use reqwest::{multipart, Client}; use reqwest::{multipart, Client};
@ -110,4 +109,3 @@ pub mod messages {
Message::send(self, channel_id, message, files).await Message::send(self, channel_id, message, files).await
} }
} }
}