UNPKG

@sapphire/framework

Version:

Discord bot framework built for advanced and amazing bots.

13 lines (11 loc) 703 B
import { __name } from '../../chunk-PAWJFY3S.mjs'; import { isPublicThreadChannel } from '@sapphire/discord.js-utilities'; import { Identifiers } from '../errors/Identifiers.mjs'; import { resolveGuildChannelPredicate } from '../utils/resolvers/resolveGuildChannelPredicate.mjs'; function resolveGuildPublicThreadChannel(parameter, guild) { return resolveGuildChannelPredicate(parameter, guild, isPublicThreadChannel, Identifiers.ArgumentGuildPublicThreadChannelError); } __name(resolveGuildPublicThreadChannel, "resolveGuildPublicThreadChannel"); export { resolveGuildPublicThreadChannel }; //# sourceMappingURL=guildPublicThreadChannel.mjs.map //# sourceMappingURL=guildPublicThreadChannel.mjs.map