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