/del is fine too

364078ce27080cbf04878d8ab99296c5524bd8a4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/power-user.js+2 -2
@@ -3928,9 +3928,9 @@ $(document).ready(() => {
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,