@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.
22 lines • 666 B
TypeScript
import { Channel } from "discord.js";
export declare enum ChannelProperty {
id = "id",
name = "name",
type = "type",
topic = "topic",
bitrate = "bitrate",
members = "members",
timestamp = "timestamp",
nsfw = "nsfw",
flags = "flags",
parentID = "parentID",
position = "position",
rawPosition = "rawPosition",
slowmode = "slowmode",
appliedTags = "appliedTags",
availableTags = "availableTags",
archived = "archived",
locked = "locked"
}
export declare const ChannelProperties: import("../functions/defineProperties").Properties<typeof ChannelProperty, Channel>;
//# sourceMappingURL=channel.d.ts.map