mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add missing returns
This commit is contained in:
@@ -135,6 +135,7 @@ jQuery(() => {
|
||||
$('#token_counter').on('click', doTokenCounter);
|
||||
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'count',
|
||||
callback: doCount,
|
||||
returns: 'number of tokens',
|
||||
helpString: 'Counts the number of tokens in the current chat.',
|
||||
interruptsGeneration: true,
|
||||
purgeFromMessage: false,
|
||||
|
Reference in New Issue
Block a user