@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.
13 lines • 503 B
TypeScript
import { VoiceChannelEffect } from "discord.js";
export declare enum VoiceEffectProperty {
emoji = "emoji",
channelID = "channelID",
guildID = "guildID",
userID = "userID",
soundID = "soundID",
soundVolume = "soundVolume",
animationID = "animationID",
animationType = "animationType"
}
export declare const VoiceEffectProperties: import("../functions/defineProperties").Properties<typeof VoiceEffectProperty, VoiceChannelEffect>;
//# sourceMappingURL=voiceEffect.d.ts.map