UNPKG

discord-html-transcripts-fix

Version:

A nicely formatted html transcript generator for discord.js. Bugfix fork with support for the latest discord.js and Components v2.

7 lines (6 loc) 285 B
import { type Message as MessageType } from 'discord.js'; import type { RenderMessageContext } from '..'; export default function DiscordMessage({ message, context, }: { message: MessageType; context: RenderMessageContext; }): Promise<import("react/jsx-runtime").JSX.Element>;