Krzysztof Kowalski

Results 2 comments of Krzysztof Kowalski

~~I'd imagine the best solution would be to validate that the `value`'s type matches the slash command option's `type` API-side. This way even if there's a bug in client code...

Oh, so any string is valid if the user is focused on the option. ```json { "data": { "type": 1, "options": [ { "value": 42, "type": 4, "name": "second" },...