From 99e3d3591d756c0ebf2ece5ab9d4ea3a71ea4d1c Mon Sep 17 00:00:00 2001 From: Dooley_labs <elderlabs@users.noreply.github.com> Date: Sun, 30 Jun 2019 23:42:11 -0400 Subject: [PATCH] Remove undocumented OPCode This is not documented in the Discord API docs, and is claimed not to usable by (or useful to) bots. --- disco/gateway/packets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/disco/gateway/packets.py b/disco/gateway/packets.py index 4c7651e..5c69c89 100644 --- a/disco/gateway/packets.py +++ b/disco/gateway/packets.py @@ -15,4 +15,3 @@ class OPCode(object): INVALID_SESSION = 9 HELLO = 10 HEARTBEAT_ACK = 11 - GUILD_SYNC = 12