supportedReactions
All the supported reaction types.
Iteration order of this set will be used as reaction display order in default components. If order is important, use an implementation with predictable ordering, like LinkedHashMap (as in DefaultReactionResolver.defaultEmojiMapping) or LinkedHashSet.