UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

16 lines (15 loc) 401 B
export type DiscordChannelResolution = { input: string; resolved: boolean; guildId?: string; guildName?: string; channelId?: string; channelName?: string; archived?: boolean; note?: string; }; export declare function resolveDiscordChannelAllowlist(params: { token: string; entries: string[]; fetcher?: typeof fetch; }): Promise<DiscordChannelResolution[]>;