Type alias RepluggedCommandResult

RepluggedCommandResult: {
    embeds?: APIEmbed[];
    result?: string | null;
    send?: boolean;
} | null

Type declaration

  • Optional embeds?: APIEmbed[]
  • Optional result?: string | null
  • Optional send?: boolean

Generated using TypeDoc