:(
This commit is contained in:
parent
320cff39b4
commit
5b65009fee
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async function cmd_quote(room_id, event) {
|
||||||
await client.replyText(
|
await client.replyText(
|
||||||
room_id,
|
room_id,
|
||||||
event,
|
event,
|
||||||
`Usage: quote <caption> - takes the replied to image and uploads it to ${config.imag}`,
|
`Usage: quote <caption> - takes the replied to image and uploads it to ${config.imag}. Currently isn't working for some reason.`,
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue