import { autocomplete } from "https://deno.land/x/harmony@v2.6.0/src/interactions/decorators.ts";
Decorator to add a autocomplete interaction handler.
Example:
class MyClient extends Client {
// ...
x/harmony/src/interactions/decorators.ts>autocomplete
import { autocomplete } from "https://deno.land/x/harmony@v2.6.0/src/interactions/decorators.ts";
Decorator to add a autocomplete interaction handler.
Example:
class MyClient extends Client {
// ...