fix
This commit is contained in:
parent
dd88e3b653
commit
f9f45188cf
1 changed files with 1 additions and 1 deletions
|
@ -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}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue