From fda64ffb1f5b2e390b167c44653d36a6047b701a Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:30:58 +0200 Subject: [PATCH] Alias /del to /delete --- public/scripts/power-user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index e84942091..a87568f82 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -3928,9 +3928,9 @@ $(document).ready(() => { helpString: 'Start a new chat with a random character. If an argument is provided, only considers characters that have the specified tag.', })); SlashCommandParser.addCommandObject(SlashCommand.fromProps({ - name: 'delmode', + name: 'delete', callback: doDelMode, - aliases: ['del'], + aliases: ['del', 'delmode'], unnamedArgumentList: [ new SlashCommandArgument( 'optional number', [ARGUMENT_TYPE.NUMBER], false,