Remove gay emoji

This commit is contained in:
Abdulkadir Furkan Şanlı
2026-04-16 12:12:41 +02:00
parent 98e2683b80
commit 9c1f18fbee
+1 -1
View File
@@ -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 # 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 # Only do this for recent messages to prevent spam during backwards-sync
if recent: if recent:
plain_text = f"🎵 {title}" plain_text = f"{title}"
if channel: if channel:
plain_text += f" - {channel}" plain_text += f" - {channel}"