v0.0.1-beta
Musicord
interface
QueueOptions
Properties
guild
textChannel
voiceChannel
connection
songs
volume
playing
filters
ressource
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
QueueOptions
Interface
QueueOptions
Defined in Interfaces.ts
Properties
guild
?
:
Guild
textChannel
?
:
TextChannel
|
GuildTextBasedChannel
|
TextBasedChannel
voiceChannel
?
:
VoiceBasedChannel
|
VoiceChannel
|
StageChannel
connection
?
:
VoiceConnection
|
null
songs
:
Song
interface
Song
utils/
Song
[]
volume
:
number
playing
?
:
boolean
filters
:
string
[]
ressource
?
:
AudioResource
|
undefined