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)