From 0959e3abc2e340f2ee4cf8c62401328eb8d74d98 Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Sun, 28 Jul 2024 15:25:35 -0400 Subject: [PATCH] fix return value of /delmode --- public/scripts/power-user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index f6cad7655..b8508687b 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -4025,6 +4025,7 @@ $(document).ready(() => { ), ], helpString: 'Enter message deletion mode, and auto-deletes last N messages if numeric argument is provided.', + returns: 'The text of the deleted messages.', })); SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'cut',