This commit is contained in:
nyx 2025-01-31 13:52:38 -06:00
parent 320cff39b4
commit 5b65009fee

View file

@ -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;
} }