dressed
Version:
A sleek, serverless-ready Discord bot framework.
10 lines (9 loc) • 646 B
TypeScript
import { type RESTGetAPIApplicationRoleConnectionMetadataResult, type RESTPutAPIApplicationRoleConnectionMetadataJSONBody, type RESTPutAPIApplicationRoleConnectionMetadataResult } from "discord-api-types/v10";
/**
* Get a list of application role connection metadata records
*/
export declare function listAppRoleConnectionMetadata(): Promise<RESTGetAPIApplicationRoleConnectionMetadataResult>;
/**
* Update a list of application role connection metadata records
*/
export declare function modifyAppRoleConnectionMetadata(data: RESTPutAPIApplicationRoleConnectionMetadataJSONBody): Promise<RESTPutAPIApplicationRoleConnectionMetadataResult>;