From 5b65009fee233a9053c833b38344c3cd9a4bef57 Mon Sep 17 00:00:00 2001 From: nyx Date: Fri, 31 Jan 2025 13:52:38 -0600 Subject: [PATCH] :( --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index 38f0c98..349259d 100644 --- a/index.mjs +++ b/index.mjs @@ -36,7 +36,7 @@ async function cmd_quote(room_id, event) { await client.replyText( room_id, event, - `Usage: quote - takes the replied to image and uploads it to ${config.imag}`, + `Usage: quote - takes the replied to image and uploads it to ${config.imag}. Currently isn't working for some reason.`, ); return; }