invalidate Autocomplete Cache
Deprecated
Moved to ApplicationCommandsContext
Replace with
applicationCommandsContext.invalidateAutocompleteCache(autocompleteHandlerName)
Content copied to clipboard
Invalidates the autocomplete cache of the specified autocomplete handler.
This means that the cache of this autocomplete handler will be fully cleared.
Parameters
autocomplete Handler Name
The name of the autocomplete handler, supplied at AutocompleteHandler.name or AutocompleteManager.autocomplete
Deprecated
Moved to ApplicationCommandsContext
Replace with
applicationCommandsContext.invalidateAutocompleteCache(autocompleteHandler)
Content copied to clipboard
Invalidates the autocomplete cache of the specified autocomplete handler.
This means that the cache of this autocomplete handler will be fully cleared.
Parameters
autocomplete Handler
The autocomplete handler, supplied at AutocompleteManager.autocomplete