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.

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