Skip to content

Commit

Permalink
Update src/builder/create_attachment.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Krasnitski <[email protected]>
  • Loading branch information
kangalio and mkrasnitski authored Oct 28, 2023
1 parent 26819cb commit 49b24c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/builder/create_attachment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ enum NewOrExisting {
/// You can add new attachments and edit existing ones using this builder.
///
/// When this builder is _not_ supplied in a message edit, Discord keeps the attachments intact.
/// However, as soon as a builder is supplied, Discord removes all attachments from the message.
/// If you want to keep old attachments, you have to specify this for each attachment using
/// [`Self.keep()`].
/// However, as soon as a builder is supplied, Discord removes all attachments from the message. If
/// you want to keep old attachments, you must specify this either using [`Self::keep_all`], or
/// individually for each attachment using [`Self::keep`].
///
/// # Examples
///
Expand Down

0 comments on commit 49b24c5

Please sign in to comment.