function getAuditLogimport { getAuditLog } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/getAuditLog.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.