From ce68e1e9693f1363a181cc42bb318f88647fb9be Mon Sep 17 00:00:00 2001 From: Catboy Date: Wed, 25 Aug 2021 15:09:11 -0500 Subject: [PATCH] Add Interaction classes to esm.mjs --- esm.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esm.mjs b/esm.mjs index 810e5eb01..5984c2ff6 100644 --- a/esm.mjs +++ b/esm.mjs @@ -14,6 +14,8 @@ export const { Collection, Command, CommandClient, + CommandInteraction, + ComponentInteraction, Constants, DiscordHTTPError, DiscordRESTError, @@ -30,6 +32,7 @@ export const { NewsChannel, Permission, PermissionOverwrite, + PingInteraction, PrivateChannel, Relationship, RequestHandler, @@ -40,6 +43,7 @@ export const { StoreChannel, TextChannel, UnavailableGuild, + UnknownInteraction, User, VERSION, VoiceChannel,