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.

17 lines 565 B
import { Webhook, WebhookType } from "discord.js"; export declare enum WebhookProperty { id = "id", name = "name", type = "type", avatar = "avatar", ownerID = "ownerID", channelID = "channelID", guildID = "guildID", sourceChannelID = "sourceChannelID", sourceGuildID = "sourceGuildID", timestamp = "timestamp", token = "token", url = "url" } export declare const WebhookProperties: import("../functions/defineProperties").Properties<typeof WebhookProperty, Webhook<WebhookType>>; //# sourceMappingURL=webhook.d.ts.map