mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update trim direction emoji
This commit is contained in:
@ -1189,8 +1189,8 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
|
||||
typeList: [ARGUMENT_TYPE.STRING],
|
||||
isRequired: true,
|
||||
enumList: [
|
||||
new SlashCommandEnumValue('start', null, enumTypes.enum, '⬅️'),
|
||||
new SlashCommandEnumValue('end', null, enumTypes.enum, '➡️'),
|
||||
new SlashCommandEnumValue('start', null, enumTypes.enum, '⏪'),
|
||||
new SlashCommandEnumValue('end', null, enumTypes.enum, '⏩'),
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user