mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
feat(BaseGuildTextChannel): export BaseGuildTextChannel (#6527)
This commit is contained in:
@@ -74,6 +74,7 @@ module.exports = {
|
||||
BaseCommandInteraction: require('./structures/BaseCommandInteraction'),
|
||||
BaseGuild: require('./structures/BaseGuild'),
|
||||
BaseGuildEmoji: require('./structures/BaseGuildEmoji'),
|
||||
BaseGuildTextChannel: require('./structures/BaseGuildTextChannel'),
|
||||
BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'),
|
||||
BaseMessageComponent: require('./structures/BaseMessageComponent'),
|
||||
ButtonInteraction: require('./structures/ButtonInteraction'),
|
||||
|
||||
Reference in New Issue
Block a user