UNPKG

@sapphire/framework

Version:

Discord bot framework built for advanced and amazing bots.

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