@chinchillaenterprises/mcp-discord
Version:
Modular Discord MCP server with 45+ tools for comprehensive server management, featuring clean architecture and discord_ prefixed tools
10 lines • 389 B
TypeScript
import { Client } from "discord.js";
/**
* Resolve a channel input (name or ID) to a channel ID
*/
export declare function resolveChannel(channelInput: string, client: Client): Promise<string>;
/**
* Resolve a role input (name or ID) to a role ID
*/
export declare function resolveRole(roleInput: string, client: Client): Promise<string>;
//# sourceMappingURL=channel-resolver.d.ts.map