harmony icon indicating copy to clipboard operation
harmony copied to clipboard

[Bug] Autocompletition doesn't work corectly

Open ZiomaleQ opened this issue 4 years ago • 0 comments

What's the bug? Unlike <InteractionsClient>.handle, autocomplete doesn't work on subcommands or at least not in the way it should. Handle method uses, pattern matching like cmd subCmd but autocomplete method doesn't.

How do we reproduce it?

  1. Create a subcommand with autocomplete option inside
  2. Try to pattern match it (cmd subCmd)
  3. Bamm! Doesn't work

What versions you're using?

  • OS: Windows 11
  • Deno: v1.20.3
  • Harmony: v2.6.0

ZiomaleQ avatar Apr 08 '22 11:04 ZiomaleQ