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.

10 lines (9 loc) 400 B
import type { RenderMessageContext } from '.'; /** * The core transcript component. * Expects window.$discordMessage.profiles to be set for profile information. * * @param props Messages, channel details, callbacks, etc. * @returns */ export default function DiscordMessages({ messages, channel, callbacks, ...options }: RenderMessageContext): Promise<import("react/jsx-runtime").JSX.Element>;