composite Keys
The set of option names (the one you see on Discord) which forms the cache key.
This could be useful when making an autocomplete which depends on multiple options.
Notes:
The focused option will always be in the composite key.
As
camelCase
values are transformed intosnake_case
, using parameter names is fine unless the parameter is a vararg, in which case you must use the generated option names.