UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 197 B
export type DiscordGuildSummary = { id: string; name: string; slug: string; }; export declare function listGuilds(token: string, fetcher: typeof fetch): Promise<DiscordGuildSummary[]>;