Dispatch updates to event handlers

This commit is contained in:
Lonami Exo
2018-06-13 16:20:15 +02:00
parent a91109c9fa
commit 3ce8b17193
4 changed files with 22 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ class Raw(EventBuilder):
assert all(isinstance(x, type) for x in types)
self.types = tuple(types)
def resolve(self, client):
async def resolve(self, client):
pass
def build(self, update):