@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.
18 lines • 612 B
TypeScript
import { VoiceState } from "discord.js";
export declare enum VoiceStateProperty {
channelID = "channelID",
guildID = "guildID",
authorID = "authorID",
deaf = "deaf",
selfDeaf = "selfDeaf",
guildDeaf = "guildDeaf",
muted = "muted",
selfMuted = "selfMuted",
guildMuted = "guildMuted",
timestamp = "timestamp",
selfVideo = "selfVideo",
streaming = "streaming",
suppressed = "suppressed"
}
export declare const VoiceStateProperties: import("../functions/defineProperties").Properties<typeof VoiceStateProperty, VoiceState>;
//# sourceMappingURL=voiceState.d.ts.map