diff --git a/app.py b/app.py index 18abbdb..33ae537 100644 --- a/app.py +++ b/app.py @@ -618,7 +618,6 @@ def on_pm_message(data): if is_encrypted else {"from": user["username"], "text": text, "room": room, "ts": ts} ) - ) # Route to AI if recipient is Violet if room.endswith(f":{AI_BOT_NAME.lower()}"):