mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Alias /del to /delete
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user