Skip to content

Commit

Permalink
docs(http): fix Client::delete_messages (twilight-rs#2252)
Browse files Browse the repository at this point in the history
The earlier docs have an irrelevant sentence.
  • Loading branch information
laralove143 authored Sep 10, 2023
1 parent 8ac75f9 commit 5868426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twilight-http/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ impl Client {
/// Returns an error of type
/// [`ChannelValidationErrorType::BulkDeleteMessagesInvalid`] when the number of
/// messages to delete in bulk is invalid.
/// is not between 1 and 120 characters in length.
///
/// [Discord Docs/Bulk Delete Messages]: https://discord.com/developers/docs/resources/channel#bulk-delete-messages
/// [`ChannelValidationErrorType::BulkDeleteMessagesInvalid`]: twilight_validate::channel::ChannelValidationErrorType::BulkDeleteMessagesInvalid
Expand Down

0 comments on commit 5868426

Please sign in to comment.