mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
/del is fine too
This commit is contained in:
parent
fda64ffb1f
commit
364078ce27
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user