fix: export APIPingInteraction (#168)

This commit is contained in:
Advaith
2021-07-26 08:49:31 +03:00
committed by GitHub
parent ab1951b7b9
commit ef2a0aeb07
4 changed files with 4 additions and 0 deletions
+1
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';
+1
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';
+1
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';
+1
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';