From 8a20dafae52f43fe01ebd394b8c971b6778e11ef Mon Sep 17 00:00:00 2001 From: DevAndromeda <46562212+DevAndromeda@users.noreply.github.com> Date: Sat, 7 Aug 2021 23:19:51 +0545 Subject: [PATCH] docs: update migrating guide --- docs/migrating/migrating.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/migrating/migrating.md b/docs/migrating/migrating.md index 77b9c4d..9860d13 100644 --- a/docs/migrating/migrating.md +++ b/docs/migrating/migrating.md @@ -51,4 +51,9 @@ You have to use `.destroy()` to destroy the queue. It will also stop the ```js const queue = player.getQueue(message.guild.id); if (queue) queue.destroy(); -``` \ No newline at end of file +``` + +## Updating filters + +Discord Player v5.x has new option `bufferingTimeout` in queue init options which allows you to set stream buffering timeout before playing. +This might be useful if you want to have smooth filters update. By default, it is set to 3 seconds.