From 84ddf4ff0e080db9a9b837e71f07b8d200cec111 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 8 Mar 2024 00:08:30 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 182d0d3..ca04ee4 100644 --- a/main.py +++ b/main.py @@ -479,7 +479,7 @@ async def random_post(ws, room_id): text = clean_lines(text) if not text: - return + text = f"https://boards.4chan.org/{board}/thread/{id}" await send_message(ws, text, room_id)