From 4c436ccd8f90d23e3912de05dd9c74d0650904c0 Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 29 Jul 2024 19:00:25 +1200 Subject: [PATCH] .reroadd error message improved --- src/EllieBot/data/strings/responses/responses.en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/EllieBot/data/strings/responses/responses.en-US.json b/src/EllieBot/data/strings/responses/responses.en-US.json index 523fb07..b55d8ad 100644 --- a/src/EllieBot/data/strings/responses/responses.en-US.json +++ b/src/EllieBot/data/strings/responses/responses.en-US.json @@ -1108,5 +1108,6 @@ "overloads": "Overloads", "honeypot_on": "Honeypot enabled on this channel.", "honeypot_off": "Honeypot disabled.", - "afk_set": "AFK message set. Type a message in any channel to clear." + "afk_set": "AFK message set. Type a message in any channel to clear.", + "rero_message_not_found": "The specified message wasn't found. Make sure you've specified the message from this channel." }