Begin updating the way updates are built

This commit is contained in:
Lonami Exo
2022-02-15 11:57:55 +01:00
parent c914a92dcf
commit 483e2aadf1
18 changed files with 337 additions and 284 deletions

View File

@@ -19,5 +19,5 @@ class Raw(EventBuilder):
print(update.stringify())
"""
@classmethod
def _build(cls, update, others=None, self_id=None, *todo, **todo2):
def _build(cls, client, update, entities):
return update