Remove _finish_init from newmessage.py

This method was removed in 334a847de7
This commit is contained in:
penn5 2021-12-11 10:55:09 +00:00 committed by Hackintosh 5
parent de5d434c5b
commit a5dabe59dd

View File

@ -208,7 +208,6 @@ class NewMessage(EventBuilder):
def _set_client(self, client):
super()._set_client(client)
m = self.message
m._finish_init(client, self._entities, None)
self.__dict__['_init'] = True # No new attributes can be set
def __getattr__(self, item):