Skip to content

Commit

Permalink
fix(APIInteractions): export ApplicationCommandAutocomplete (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre4ik3 committed Feb 12, 2022
1 parent 7abeb2e commit 5056da5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/payloads/v8/interactions.ts
Expand Up @@ -26,6 +26,7 @@ export * from './_interactions/ping.ts';
export * from './_interactions/responses.ts';
export * from './_interactions/applicationCommands.ts';
export * from './_interactions/modalSubmit.ts';
export * from './_interactions/autocomplete.ts';

/**
* https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Expand Down
1 change: 1 addition & 0 deletions deno/payloads/v9/interactions.ts
Expand Up @@ -26,6 +26,7 @@ export * from './_interactions/ping.ts';
export * from './_interactions/responses.ts';
export * from './_interactions/applicationCommands.ts';
export * from './_interactions/modalSubmit.ts';
export * from './_interactions/autocomplete.ts';

/**
* https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Expand Down
1 change: 1 addition & 0 deletions payloads/v8/interactions.ts
Expand Up @@ -26,6 +26,7 @@ export * from './_interactions/ping';
export * from './_interactions/responses';
export * from './_interactions/applicationCommands';
export * from './_interactions/modalSubmit';
export * from './_interactions/autocomplete';

/**
* https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/interactions.ts
Expand Up @@ -26,6 +26,7 @@ export * from './_interactions/ping';
export * from './_interactions/responses';
export * from './_interactions/applicationCommands';
export * from './_interactions/modalSubmit';
export * from './_interactions/autocomplete';

/**
* https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Expand Down

0 comments on commit 5056da5

Please sign in to comment.