UNPKG

@sapphire/framework

Version:

Discord bot framework built for advanced and amazing bots.

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