diff --git a/main.py b/main.py index bd6d2a5..36bfa5e 100644 --- a/main.py +++ b/main.py @@ -479,7 +479,7 @@ async def shitpost(ws, room_id): text = soup.get_text(separator="\n").strip() text = clean_lines(text) number = "123" - url = f"https://boards.4chan.org/{board}/thread/{id}#p{number}" + url = f">boards.4chan.org/{board}/thread/{id}#p{number}" if not text: text = url