This commit is contained in:
Auric Vente 2024-02-22 11:30:51 -06:00
parent 8ab18265fa
commit aa3b4f3c16
1 changed files with 1 additions and 1 deletions

View File

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