dressed
Version:
A sleek, serverless-ready Discord bot framework.
8 lines (7 loc) • 374 B
TypeScript
import type { RESTGetAPIAuditLogQuery, RESTGetAPIAuditLogResult, Snowflake } from "discord-api-types/v10";
/**
* Get a guild's audit log.
* @param guild The guild to get the audit log from
* @param options Optional parameters for the request
*/
export declare function getAuditLog(guild: Snowflake, options?: RESTGetAPIAuditLogQuery): Promise<RESTGetAPIAuditLogResult>;