Deleting a slash command option always delete the bottom one

There’s a bug in the slash command option deletion. It always deletes the bottom option, regardless of which one I select to delete.

This is correct. It also retains the data somehow, and so creating a new option is wonky too. Noticed this a while back, but forgot to report it.

Bumping this as it’s very annoying to deal with

This was a little tough to track down but it looks like what was actually happening here was a rendering bug.

When you deleted an option, it would actually delete the correct one on the backend, but on the frontend the last option would be removed, resulting in really strange behavior.

Really sorry about the delay, like I said this took a bit to track down but it is now fixed.

1 Like