diff --git a/disco/gateway/events.py b/disco/gateway/events.py index 0928cd5..5b2e8b5 100644 --- a/disco/gateway/events.py +++ b/disco/gateway/events.py @@ -140,7 +140,6 @@ class GuildDelete(GatewayEvent): unavailable = Field(bool) -@debug() @wraps_model(Channel) class ChannelCreate(GatewayEvent): """