Alias /del to /delete

This commit is contained in:
Cohee
2025-01-31 22:30:58 +02:00
parent 5257a45bde
commit fda64ffb1f

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