mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
feat: interactions (#5448)
Co-authored-by: izexi <43889168+izexi@users.noreply.github.com> Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: Advaith <advaithj1@gmail.com> Co-authored-by: Shiaupiau <stu43005@gmail.com> Co-authored-by: monbrey <rsm999@uowmail.edu.au> Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com> Co-authored-by: Carter <carter@elhnet.net>
This commit is contained in:
@@ -28,8 +28,10 @@ export const {
|
||||
UserFlags,
|
||||
Util,
|
||||
version,
|
||||
ApplicationCommandManager,
|
||||
BaseGuildEmojiManager,
|
||||
ChannelManager,
|
||||
GuildApplicationCommandManager,
|
||||
GuildChannelManager,
|
||||
GuildEmojiManager,
|
||||
GuildEmojiRoleManager,
|
||||
@@ -49,6 +51,7 @@ export const {
|
||||
resolveString,
|
||||
splitMessage,
|
||||
Application,
|
||||
ApplicationCommand,
|
||||
Base,
|
||||
Activity,
|
||||
APIMessage,
|
||||
@@ -59,6 +62,7 @@ export const {
|
||||
ClientApplication,
|
||||
ClientUser,
|
||||
Collector,
|
||||
CommandInteraction,
|
||||
DMChannel,
|
||||
Emoji,
|
||||
Guild,
|
||||
@@ -70,6 +74,7 @@ export const {
|
||||
GuildTemplate,
|
||||
Integration,
|
||||
IntegrationApplication,
|
||||
Interaction,
|
||||
Invite,
|
||||
Message,
|
||||
MessageAttachment,
|
||||
|
||||
Reference in New Issue
Block a user