diff --git a/disco/gateway/events.py b/disco/gateway/events.py index c7cfc7e..e187502 100644 --- a/disco/gateway/events.py +++ b/disco/gateway/events.py @@ -715,6 +715,7 @@ class MessageReactionRemoveAll(GatewayEvent): def guild(self): return self.channel.guild + @wraps_model(User) class UserUpdate(GatewayEvent): """