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.

12 lines 392 B
import { Channel } from "discord.js"; export declare enum ChannelProperty { id = "id", type = "type", topic = "topic", bitrate = "bitrate", members = "members", name = "name", timestamp = "timestamp" } export declare const ChannelProperties: import("../functions/defineProperties").Properties<typeof ChannelProperty, Channel>; //# sourceMappingURL=channel.d.ts.map