Is there a way to prevent discord from caching autocomplete results? I have /command choice-a:foo, choice-b:bar where choice-b is a list of auto-completing options dependent on choice a. So if a user accidentally starts typing in choice b first, then goes back and changes choice-a, they won't get any fresh autocomplete results for their current result or for any of the backspaces. They have to have an unseen string or restart the command input to see fresh results.