From 502d487b8024d3d1559185036c8b02d5756dfe63 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 14 Oct 2016 01:53:39 -0500 Subject: [PATCH] Left a debug in - smh --- disco/gateway/events.py | 1 - 1 file changed, 1 deletion(-) 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): """