UNPKG

@sapphire/framework

Version:

Discord bot framework built for advanced and amazing bots.

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