Expose the client on events as a public property

This commit is contained in:
Lonami Exo 2018-03-03 23:55:35 +01:00
parent 393f505dc8
commit 4de811b8cb

View File

@ -140,6 +140,10 @@ class _EventCommon(abc.ABC):
)
return self._input_chat
@property
def client(self):
return self._client
@property
def chat(self):
"""