diff --git a/src/types/core-modules.ts b/src/types/core-modules.ts index a4dc9267..48a7c8a5 100644 --- a/src/types/core-modules.ts +++ b/src/types/core-modules.ts @@ -107,7 +107,7 @@ export interface ModalSubmitCommand extends Module { export interface AutocompleteCommand { onEvent?: ControlPlugin[]; - execute: (ctx: AutocompleteInteraction) => Awaitable; + execute: (ctx: AutocompleteInteraction, tbd: SDT) => Awaitable; } export interface DiscordEventCommand