djs-systems
Version:
The simplest way to build complex Discord bots.
8 lines (7 loc) • 354 B
TypeScript
import { APIEmbed } from 'discord.js';
import { ExtendedInteraction, ExtendedMessage } from '../typedef';
import { embedCreatorOptions } from '../embedCreator';
/**
* @deprecated Use {@link embedCreator()}
*/
export declare function embedCreate(msgOrInt: ExtendedMessage | ExtendedInteraction, options?: embedCreatorOptions): Promise<APIEmbed>;