Remove _finish_init from chataction.py

This method was removed in 334a847de7
This commit is contained in:
penn5 2021-12-11 10:56:49 +00:00 committed by Lonami
parent d3ef3c69c8
commit 8d1379f3d4

View File

@ -208,8 +208,6 @@ class ChatAction(EventBuilder):
def _set_client(self, client):
super()._set_client(client)
if self.action_message:
self.action_message._finish_init(client, self._entities, None)
async def respond(self, *args, **kwargs):
"""