This commit is contained in:
Auric Vente
2024-03-08 00:08:30 -06:00
parent 7560718473
commit 84ddf4ff0e

View File

@@ -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)