Browse Source

Remove undocumented OPCode

This is not documented in the Discord API docs, and is claimed not to usable by (or useful to) bots.
pull/149/head
Dooley_labs 6 years ago
committed by GitHub
parent
commit
99e3d3591d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      disco/gateway/packets.py

1
disco/gateway/packets.py

@ -15,4 +15,3 @@ class OPCode(object):
INVALID_SESSION = 9
HELLO = 10
HEARTBEAT_ACK = 11
GUILD_SYNC = 12

Loading…
Cancel
Save