From f9f45188cf33964283a118be1c3820b48d6567f8 Mon Sep 17 00:00:00 2001 From: nyx Date: Fri, 31 Jan 2025 13:57:13 -0600 Subject: [PATCH] fix --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index fd676d5..1f6c6c8 100644 --- a/index.mjs +++ b/index.mjs @@ -77,7 +77,7 @@ async function cmd_quote(room_id, event) { throw new Error( `Failed to POST the image. Response code: ${r.status}`, ); - await client.replyText( + await client.replyText( room_id, event, `An error occured: HTTP status ${r.status}`,