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