Class: Subscription
Constructors
constructor
• new Subscription(voiceConnection
)
Parameters
Name | Type |
---|---|
voiceConnection | any |
Methods
enqueue
▸ enqueue(track
, beginning?
): void
Parameters
Name | Type | Default value |
---|---|---|
track | any | undefined |
beginning | boolean | false |
Returns
void
processQueue
▸ processQueue(): any
Returns
any
stop
▸ stop(): void
Returns
void