This commit is contained in:
nyx 2025-01-31 13:57:13 -06:00
parent dd88e3b653
commit f9f45188cf

View file

@ -77,7 +77,7 @@ async function cmd_quote(room_id, event) {
throw new Error( throw new Error(
`Failed to POST the image. Response code: ${r.status}`, `Failed to POST the image. Response code: ${r.status}`,
); );
await client.replyText( await client.replyText(
room_id, room_id,
event, event,
`An error occured: HTTP status ${r.status}`, `An error occured: HTTP status ${r.status}`,