UNPKG

@tryforge/forgescript

Version:

ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.

15 lines 866 B
import { AuditLogEvent, GuildAuditLogsEntry } from "discord.js"; export declare enum AuditProperty { id = "id", targetID = "targetID", timestamp = "timestamp", reason = "reason", executorID = "executorID", actionType = "actionType", targetType = "targetType", action = "action", changes = "changes", extra = "extra" } export declare const AuditProperties: import("../functions/defineProperties").Properties<typeof AuditProperty, GuildAuditLogsEntry<AuditLogEvent, "Update" | "Create" | "Delete" | "All", "Unknown" | "User" | "Guild" | "Invite" | "Emoji" | "Message" | "Channel" | "Role" | "Webhook" | "Sticker" | "StageInstance" | "SoundboardSound" | "Integration" | "GuildScheduledEvent" | "Thread" | "ApplicationCommand" | "AutoModeration" | "GuildOnboardingPrompt" | "GuildOnboarding">>; //# sourceMappingURL=audit.d.ts.map