From fcabaf420ad06ccf756674e191dee37e5585a016 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Wed, 12 Sep 2018 23:38:54 -0400 Subject: [PATCH] Undid an unnecessary "improvement" --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8a49e37..882ca4b 100644 --- a/main.py +++ b/main.py @@ -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