typo fix.

This commit is contained in:
thedragonsinn
2024-01-09 18:24:19 +05:30
parent ddd43c92d6
commit e03fe03d95

View File

@@ -68,7 +68,7 @@ class Message(Msg):
@cached_property
def text_list(self) -> list:
return self.text.split() if self.text else return []
return self.text.split() if self.text else []
@cached_property
def trigger(self):