From f3327c06ab088d0f30a62726295a2c9d0a1f358c Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:39:57 +0300 Subject: [PATCH] Update trim direction emoji --- public/scripts/slash-commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 959b931e4..af0ba4a8f 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -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, '⏩'), ], }), ],