Browse Source

patch PRESENCES_REPLACE gateway events

pull/152/head
“elderlabs” 5 years ago
parent
commit
95e01ed0f5
  1. 7
      disco/gateway/events.py

7
disco/gateway/events.py

@ -726,3 +726,10 @@ class UserUpdate(GatewayEvent):
user : :class:`disco.types.user.User`
The updated user object.
"""
class PresencesReplace(GatewayEvent):
"""
Sent after a Gateway outage.
"""
pass

Loading…
Cancel
Save