Common actions
Using Existing Voice Connection
Learn how to reuse existing voice connection for playing audio
If you are manually handling voice connections, you may want to use it instead of creating another one again. In order to use your own connection, follow these steps:
This feature is not currently supported with player.play()
. If you depend upon player.play()
for queue creation,
you need to manually create the queue. You can then use queue.play()
instead to achieve player.play()
functionality.