UNPKG

@evolvejs/evolava

Version:

a lavalink client for evolvejs

12 lines (11 loc) 273 B
import { TextChannel, VoiceChannel, Guild } from "@evolvejs/evolvejs"; export interface PlayerOptions { guild: Guild; voiceChannel: VoiceChannel; textChannel: TextChannel; volume?: number; self?: { mute: boolean; deaf: boolean; }; }