Update trim direction emoji

This commit is contained in:
Cohee 2024-06-23 17:39:57 +03:00
parent 6594b3c7fa
commit f3327c06ab

View File

@ -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, ''),
],
}),
],