UNPKG

@johnbotapp/discord-html-transcripts

Version:

A nicely formatted html transcript generator for discord.js.

3 lines (2 loc) 155 B
import type { APIEmbedField } from 'discord.js'; export declare function calculateInlineIndex(fields: APIEmbedField[], currentFieldIndex: number): number;