UNPKG

discord-self-mcp

Version:

MCP server for Discord using selfbot to read channels

5 lines 315 B
import type { MCPResponse } from './types.js'; export declare function getRelativeTime(timestamp: number): string; export declare function getChannelTypeDescription(type: number | string): string; export declare function createMCPResponse(data: Record<string, any>): MCPResponse; //# sourceMappingURL=utils.d.ts.map