diff options
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/channel.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/model/channel.rs b/src/model/channel.rs index 097587e..8169b9c 100644 --- a/src/model/channel.rs +++ b/src/model/channel.rs @@ -482,8 +482,6 @@ impl Message { /// **Note**: The logged in user must either be the author of the message or /// have the [Manage Messages] permission. /// - /// **Note**: Requires the [Manage Messages] permission. - /// /// # Errors /// /// If the `cache` feature is enabled, then returns a |