diff options
| author | Austin Hellyer <[email protected]> | 2016-11-25 20:06:47 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-25 20:06:47 -0800 |
| commit | adde653dc4797faf8094816da46f8e4430b33c98 (patch) | |
| tree | 229acc0e3d130bb44d53f09fef0716f2c16915af /src/model/permissions.rs | |
| parent | Fix permission check on Message::delete (diff) | |
| download | serenity-adde653dc4797faf8094816da46f8e4430b33c98.tar.xz serenity-adde653dc4797faf8094816da46f8e4430b33c98.zip | |
Rename PublicChannel to GuildChannel
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 cb9a061..3f164fe 100644 --- a/src/model/permissions.rs +++ b/src/model/permissions.rs @@ -169,7 +169,7 @@ bitflags! { const ADMINISTRATOR = 1 << 3, /// Allows management and editing of guild [channel]s. /// - /// [channel]: ../struct.PublicChannel.html + /// [channel]: ../struct.GuildChannel.html const MANAGE_CHANNELS = 1 << 4, /// Allows management and editing of the [guild]. /// |