:(
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(
|
||||
room_id,
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue