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 597 B
import { Subscription } from "discord.js"; export declare enum SubscriptionProperty { id = "id", userID = "userID", status = "status", country = "country", skuIDs = "skuIDs", renewalSkuIDs = "renewalSkuIDs", entitlementIDs = "entitlementIDs", canceledTimestamp = "canceledTimestamp", periodEndTimestamp = "periodEndTimestamp", periodStartTimestamp = "periodStartTimestamp" } export declare const SubscriptionProperties: import("../functions/defineProperties").Properties<typeof SubscriptionProperty, Subscription>; //# sourceMappingURL=subscription.d.ts.map