This commit is contained in:
Auric Vente 2024-04-18 16:50:41 -06:00
parent 7321929fab
commit cf387a07b8
1 changed files with 1 additions and 1 deletions

View File

@ -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