mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-10 17:10:45 +01:00
Remove duplicate command registration
This commit is contained in:
parent
75de4c8fcb
commit
748dd5f2e6
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user