mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix alias list in help string
This commit is contained in:
@ -2,8 +2,6 @@ export class SlashCommand {
|
||||
/**@type {String}*/ name;
|
||||
/**@type {Function}*/ callback;
|
||||
/**@type {String}*/ helpString;
|
||||
/**@type {String}*/ helpStringFormatted;
|
||||
/**@type {String}*/ helpStringFormattedWithoutName;
|
||||
/**@type {Boolean}*/ interruptsGeneration;
|
||||
/**@type {Boolean}*/ purgeFromMessage;
|
||||
/**@type {String[]}*/ aliases;
|
||||
|
Reference in New Issue
Block a user