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:
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
this code uses some ts decorators from discordx but i don't think it affects the important parts