We use the rest parameter to create a `reason` which we always just join together with `.join(" ")`. When creating a prompt in Draupnir, we don't have a concept of an array in the presentation layer for `MatrixReactionHandler`'s `ReactionMap`. I'm pretty sure the reaction handler tries to call `readCommand` directly on the items (maybe we can solve this with a type key embeded in the event?).
We use the rest parameter to create a
reasonwhich we always just join together with.join(" ").When creating a prompt in Draupnir, we don't have a concept of an array in the presentation layer for
MatrixReactionHandler'sReactionMap.I'm pretty sure the reaction handler tries to call
readCommanddirectly on the items (maybe we can solve this with a type key embeded in the event?).