Let events.Raw.resolve() be a no-op

This commit is contained in:
Lonami Exo 2018-02-25 10:36:53 +01:00
parent cfc5ecfded
commit 098602ca13

View File

@ -155,6 +155,9 @@ class Raw(_EventBuilder):
"""
Represents a raw event. The event is the update itself.
"""
def resolve(self, client):
pass
def build(self, update):
return update