Change visibility of attachments

This commit is contained in:
bitfl0wer 2023-05-12 19:18:51 +02:00
parent ec37e89cc4
commit 4abe3d87ec
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
use regex::Regex;
use serde::{Deserialize, Serialize};
@ -257,7 +255,7 @@ pub struct MessageSendSchema {
message_reference: Option<super::MessageReference>,
components: Option<Vec<super::Component>>,
sticker_ids: Option<Vec<String>>,
attachments: Option<Vec<super::PartialDiscordFileAttachment>>,
pub attachments: Option<Vec<super::PartialDiscordFileAttachment>>,
}
// make a new() method for MessageSendSchema