forceEnum:false as default & enum icon changes

- Set forceEnum to false, for now
- Switch some icons around
This commit is contained in:
Wolfsblvt
2024-06-22 01:04:03 +02:00
parent abb186db01
commit c6c8f91c99
3 changed files with 9 additions and 8 deletions

View File

@ -84,7 +84,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
typeList: [ARGUMENT_TYPE.STRING],
enumList: [
new SlashCommandEnumValue('slash', 'slash commands (STscript)', enumTypes.command, '/'),
new SlashCommandEnumValue('macros', '{{macros}} (text replacement)', enumTypes.macro, '{{'),
new SlashCommandEnumValue('macros', '{{macros}} (text replacement)', enumTypes.macro, enumIcons.macro),
new SlashCommandEnumValue('format', 'chat/text formatting', enumTypes.name, '★'),
new SlashCommandEnumValue('hotkeys', 'keyboard shortcuts', enumTypes.enum, '⏎'),
],