diff options
| author | mei <[email protected]> | 2017-06-27 20:37:30 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-27 20:37:59 -0700 |
| commit | f05efce7af0cb7020e7da08c7ca58fa6f786d4ef (patch) | |
| tree | f421e905cb9c49c695b7ff2aa0468ddb810e537d /src/model/channel/group.rs | |
| parent | Add missing ModelError variant in description impl (diff) | |
| download | serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.tar.xz serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.zip | |
Docs fixes
Diffstat (limited to 'src/model/channel/group.rs')
| -rw-r--r-- | src/model/channel/group.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/channel/group.rs b/src/model/channel/group.rs index 63efb90..8bb4e2c 100644 --- a/src/model/channel/group.rs +++ b/src/model/channel/group.rs @@ -229,11 +229,11 @@ impl Group { /// Gets the list of [`User`]s who have reacted to a [`Message`] with a /// certain [`Emoji`]. /// - /// Refer to [`Channel::get_reaction_users`] for more information. + /// Refer to [`Channel::reaction_users`] for more information. /// /// **Note**: Requires the [Read Message History] permission. /// - /// [`Channel::get_reaction_users`]: enum.Channel.html#variant.get_reaction_users + /// [`Channel::reaction_users`]: enum.Channel.html#method.reaction_users /// [`Emoji`]: struct.Emoji.html /// [`Message`]: struct.Message.html /// [`User`]: struct.User.html |