This commit is contained in:
Auric Vente 2024-03-08 00:08:30 -06:00
parent 7560718473
commit 84ddf4ff0e
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ async def random_post(ws, room_id):
text = clean_lines(text) text = clean_lines(text)
if not text: if not text:
return text = f"https://boards.4chan.org/{board}/thread/{id}"
await send_message(ws, text, room_id) await send_message(ws, text, room_id)