Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getGuildAuditLog

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.getGuildAuditLog
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Returns an audit log object for the guild. Requires the 'VIEW_AUDIT_LOG' permission.

Parameters

guildId: string
params: { userId?: string; actionType?: AuditLogEvents; before?: string; limit?: number; }