Remove mod

This commit is contained in:
bitfl0wer 2023-06-01 21:14:02 +02:00
parent 73b1cd31e2
commit 4bdecb0a6c
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
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::HeaderMap;
use reqwest::{multipart, Client};
@ -110,4 +109,3 @@ pub mod messages {
Message::send(self, channel_id, message, files).await
}
}
}