function getAuditLogimport { getAuditLog } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getAuditLog(bot: Bot,guildId: BigString,options?: GetGuildAuditLog,): Promise<AuditLog>Gets a guild's audit log. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the audit log of. optionaloptions: GetGuildAuditLog The parameters for the fetching of the audit log. ReturnsPromise<AuditLog>An instance of AuditLog.