diff options
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]. /// |