fix: export APIPingInteraction (#168)

This commit is contained in:
Advaith
2021-07-25 22:49:31 -07:00
committed by GitHub
parent ab1951b7b9
commit ef2a0aeb07
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import type {
export * from './_interactions/base.ts';
export * from './_interactions/messageComponents.ts';
export * from './_interactions/ping.ts';
export * from './_interactions/responses.ts';
export * from './_interactions/slashCommands.ts';

View File

@@ -12,6 +12,7 @@ import type {
export * from './_interactions/base.ts';
export * from './_interactions/messageComponents.ts';
export * from './_interactions/ping.ts';
export * from './_interactions/responses.ts';
export * from './_interactions/slashCommands.ts';

View File

@@ -12,6 +12,7 @@ import type {
export * from './_interactions/base';
export * from './_interactions/messageComponents';
export * from './_interactions/ping';
export * from './_interactions/responses';
export * from './_interactions/slashCommands';

View File

@@ -12,6 +12,7 @@ import type {
export * from './_interactions/base';
export * from './_interactions/messageComponents';
export * from './_interactions/ping';
export * from './_interactions/responses';
export * from './_interactions/slashCommands';