diff options
Diffstat (limited to 'src/model/gateway.rs')
| -rw-r--r-- | src/model/gateway.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/gateway.rs b/src/model/gateway.rs index d12205b..c867a00 100644 --- a/src/model/gateway.rs +++ b/src/model/gateway.rs @@ -462,10 +462,10 @@ pub enum Event { VoiceStateUpdate(VoiceStateUpdateEvent), /// Voice server information is available VoiceServerUpdate(VoiceServerUpdateEvent), - /// A webhook for a [channel][`PublicChannel`] was updated in a [`Guild`]. + /// A webhook for a [channel][`GuildChannel`] was updated in a [`Guild`]. /// /// [`Guild`]: struct.Guild.html - /// [`PublicChannel`]: struct.PublicChannel.html + /// [`GuildChannel`]: struct.GuildChannel.html WebhookUpdate(WebhookUpdateEvent), /// An event type not covered by the above Unknown(UnknownEvent), |