fix return value of /delmode

This commit is contained in:
LenAnderson 2024-07-28 15:25:35 -04:00
parent 98a1b99b14
commit 0959e3abc2
1 changed files with 1 additions and 0 deletions

View File

@ -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',