diff options
| author | taavi? <[email protected]> | 2016-12-29 23:21:57 +0300 |
|---|---|---|
| committer | zeyla <[email protected]> | 2016-12-29 12:21:57 -0800 |
| commit | f96b6cc5e1e0383fd2de826c8ffd95565d5ca4fb (patch) | |
| tree | e49ca34f9a6ce8bda865bed82c8bd2519c4cbcc4 /src/model | |
| parent | Remove use of struct pattern match (diff) | |
| download | serenity-f96b6cc5e1e0383fd2de826c8ffd95565d5ca4fb.tar.xz serenity-f96b6cc5e1e0383fd2de826c8ffd95565d5ca4fb.zip | |
Add command alias support and command.example
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 |