Type Alias RepluggedCommandResult

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