From 9c1f18fbee4283d70a59c08546ffe68aa28ea34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Thu, 16 Apr 2026 12:12:41 +0200 Subject: [PATCH] Remove gay emoji --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 845da07..65ce865 100755 --- a/main.py +++ b/main.py @@ -308,7 +308,7 @@ async def message_callback(conn, cursor, youtube, client, room, event): # Send the title to the channel so people know what the link is # Only do this for recent messages to prevent spam during backwards-sync if recent: - plain_text = f"🎵 {title}" + plain_text = f"{title}" if channel: plain_text += f" - {channel}"