/del is fine too

This commit is contained in:
Cohee 2025-01-31 22:36:18 +02:00
parent fda64ffb1f
commit 364078ce27

View File

@ -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: 'delete',
name: 'del',
callback: doDelMode,
aliases: ['del', 'delmode'],
aliases: ['delete', 'delmode'],
unnamedArgumentList: [
new SlashCommandArgument(
'optional number', [ARGUMENT_TYPE.NUMBER], false,