diff --git a/disco/gateway/events.py b/disco/gateway/events.py index 1b4b0b6..48e62ef 100644 --- a/disco/gateway/events.py +++ b/disco/gateway/events.py @@ -126,7 +126,7 @@ class Ready(GatewayEvent): session_id = Field(str) user = Field(User) guilds = ListField(Guild) - private_channels = ListField(Guild) + private_channels = ListField(Channel) class Resumed(GatewayEvent):