Alias /del to /delete

fda64ffb1f5b2e390b167c44653d36a6047b701a

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(() => {
39283928 helpString: 'Start a new chat with a random character. If an argument is provided, only considers characters that have the specified tag.',
39293929 }));
39303930 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
39313931 name: 'delmodedelete',
39323932 callback: doDelMode,
39333933 aliases: ['del', 'delmode'],
39343934 unnamedArgumentList: [
39353935 new SlashCommandArgument(
39363936 'optional number', [ARGUMENT_TYPE.NUMBER], false,