Alias /del to /delete

fda64ffb1f5b2e390b167c44653d36a6047b701a

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

1 files changed, +2 -2Showing whitespace changes
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: 'delmode',3931 name: 'delete',
3932 callback: doDelMode,3932 callback: doDelMode,
3933 aliases: ['del'],3933 aliases: ['del', '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,