Changing command options doesn't update autocomplete
I have a bt with some commands that take 3 arguments (for example /help [category] [subcategory])
when selecting a category, subcategories will be displayed depending on what category the user has picked by using autocompletion. However, if the user goes back and changes the category to something else, the subcategories won't update according to the new category the user has selected.
Is there a way to fix this? I'm not sure if this is a discord issue or a coding issue. My code looks something like this:
when selecting a category, subcategories will be displayed depending on what category the user has picked by using autocompletion. However, if the user goes back and changes the category to something else, the subcategories won't update according to the new category the user has selected.
Is there a way to fix this? I'm not sure if this is a discord issue or a coding issue. My code looks something like this: