diff --git a/disco/gateway/events.py b/disco/gateway/events.py index 61809fd..a629e16 100644 --- a/disco/gateway/events.py +++ b/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