diff options
| author | Austin Hellyer <[email protected]> | 2016-11-24 11:26:15 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-24 11:26:15 -0800 |
| commit | 290111a02f59f278374a482a8c8df12147ba4ea9 (patch) | |
| tree | a27137c29deb678557122119c882c84963d89604 /src/model/permissions.rs | |
| parent | Ignore WebSocketError::NoDataAvailable (diff) | |
| download | serenity-290111a02f59f278374a482a8c8df12147ba4ea9.tar.xz serenity-290111a02f59f278374a482a8c8df12147ba4ea9.zip | |
Rename guild structs to Guild and PartialGuild
Diffstat (limited to 'src/model/permissions.rs')
| -rw-r--r-- | src/model/permissions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/permissions.rs b/src/model/permissions.rs index c21e441..cb9a061 100644 --- a/src/model/permissions.rs +++ b/src/model/permissions.rs @@ -173,7 +173,7 @@ bitflags! { const MANAGE_CHANNELS = 1 << 4, /// Allows management and editing of the [guild]. /// - /// [guild]: ../struct.LiveGuild.html + /// [guild]: ../struct.Guild.html const MANAGE_GUILD = 1 << 5, /// [`Member`]s with this permission can add new [`Reaction`]s to a /// [`Message`]. Members can still react using reactions already added |