| 3928 | helpString: 'Start a new chat with a random character. If an argument is provided, only considers characters that have the specified tag.', | 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 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ | 3930 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 3931 | name: 'delete', | 3931 | name: 'del', |
| 3932 | callback: doDelMode, | 3932 | callback: doDelMode, |
| 3933 | aliases: ['del', 'delmode'], | 3933 | aliases: ['delete', 'delmode'], |
| 3934 | unnamedArgumentList: [ | 3934 | unnamedArgumentList: [ |
| 3935 | new SlashCommandArgument( | 3935 | new SlashCommandArgument( |
| 3936 | 'optional number', [ARGUMENT_TYPE.NUMBER], false, | 3936 | 'optional number', [ARGUMENT_TYPE.NUMBER], false, |