Alias /del to /delete
| @@ -3928,9 +3928,9 @@ $(document).ready(() => { | ||
| 3928 | 3928 | helpString: 'Start a new chat with a random character. If an argument is provided, only considers characters that have the specified tag.', |
| 3929 | 3929 | })); |
| 3930 | 3930 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 3931 | 3931 | name: 'delmodedelete', |
| 3932 | 3932 | callback: doDelMode, |
| 3933 | 3933 | aliases: ['del', 'delmode'], |
| 3934 | 3934 | unnamedArgumentList: [ |
| 3935 | 3935 | new SlashCommandArgument( |
| 3936 | 3936 | 'optional number', [ARGUMENT_TYPE.NUMBER], false, |