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 GitHub
parent 51941d0897
commit e01697bd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):
"""