mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat: export BaseCommandInteraction (#6478)
This commit is contained in:
@@ -71,6 +71,7 @@ module.exports = {
|
|||||||
Application: require('./structures/interfaces/Application'),
|
Application: require('./structures/interfaces/Application'),
|
||||||
ApplicationCommand: require('./structures/ApplicationCommand'),
|
ApplicationCommand: require('./structures/ApplicationCommand'),
|
||||||
Base: require('./structures/Base'),
|
Base: require('./structures/Base'),
|
||||||
|
BaseCommandInteraction: require('./structures/BaseCommandInteraction'),
|
||||||
BaseGuild: require('./structures/BaseGuild'),
|
BaseGuild: require('./structures/BaseGuild'),
|
||||||
BaseGuildEmoji: require('./structures/BaseGuildEmoji'),
|
BaseGuildEmoji: require('./structures/BaseGuildEmoji'),
|
||||||
BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'),
|
BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'),
|
||||||
|
|||||||
Reference in New Issue
Block a user