Add missing @property decorator

This commit is contained in:
Lonami Exo 2018-11-19 12:06:18 +01:00
parent aaee092a46
commit d214c78bd0

View File

@ -293,6 +293,7 @@ class ChatAction(EventBuilder):
if self.users or await self.get_users():
return self._users[0]
@property
def input_user(self):
"""
Input version of the ``self.user`` property.