From aa3b4f3c1674b28a3909bc34c9c9558738984112 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 22 Feb 2024 11:30:51 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 482fdd5..cc3f97f 100644 --- a/main.py +++ b/main.py @@ -148,7 +148,7 @@ async def random_bird(ws, room_id): async with aiofiles.open(birdfile, mode="r", encoding="utf-8") as file: birds = await file.readlines() bird = random.choice(birds).strip() - await send_message(ws, f".i {bird} bird", room_id) + await send_message(ws, f".i \"{bird}\" bird", room_id) async def gif_describe(who, room_id): input_path = get_path("describe.jpg")