Undid an unnecessary "improvement"

This commit is contained in:
Jacob Henry 2018-09-12 23:38:54 -04:00
parent 5ac1d10dec
commit fcabaf420a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ClientWrapper(object):
print(msg)
# We only care about standard messages, not subtypes, as those usually just channel activity
if msg.get("subtype") not in [None, "message_replied"]:
if msg.get("subtype") is not None:
continue
# Handle Message