fix return value of /delmode
This commit is contained in:
parent
98a1b99b14
commit
0959e3abc2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue