SoftUI.formTypes.emojiPicker(disabled),
Indicate if the picker should be shown as disabled
Object, your emoji object.
Object | or null.
{ optionId: "join_emoji", optionName: "Emoji", optionDescription: "Which Emoji should I use?", optionType: SoftUI.formTypes.emojiPicker(false), getActualSet: ({ guild }) => { return emoji[guild.id]; }, setNew: ({ guild, newData }) => { emojiPicker[guild.id] = newData; return; }, }
Was this page helpful?