From cf387a07b84f3cb1020356293945beb273604f4f Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 18 Apr 2024 16:50:41 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2081067..4d14593 100644 --- a/main.py +++ b/main.py @@ -217,7 +217,7 @@ async def on_message(ws, message): except BaseException: return - if data["type"] == "message": + if data["type"] in ["message", "messageEnd"]: if data["data"]["name"] == username: return