mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove duplicate command registration
This commit is contained in:
@@ -8636,11 +8636,6 @@ jQuery(async function () {
|
|||||||
callback: doCloseChat,
|
callback: doCloseChat,
|
||||||
helpString: 'Closes the current chat.',
|
helpString: 'Closes the current chat.',
|
||||||
}));
|
}));
|
||||||
SlashCommandParser.addCommandObject(SlashCommand.fromProps({
|
|
||||||
name: 'closechat',
|
|
||||||
callback: doCloseChat,
|
|
||||||
helpString: 'Closes the current chat.',
|
|
||||||
}));
|
|
||||||
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'panels',
|
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'panels',
|
||||||
callback: doTogglePanels,
|
callback: doTogglePanels,
|
||||||
aliases: ['togglepanels'],
|
aliases: ['togglepanels'],
|
||||||
|
Reference in New Issue
Block a user