From cdd182f67419cbdae5753bf436fa96d6f2ad2560 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sat, 8 May 2021 16:16:00 +0545 Subject: [PATCH] formatting --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- docs/faq/custom_filters.md | 1 + docs/faq/live_video.md | 1 + docs/faq/pause_resume.md | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 325fe93..fb7e111 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ Steps to reproduce the behavior: **Please complete the following information:** - Node Version: [x.x.x] - - Library Version: [x.x.x] + - Discord Player Version: [x.x.x] - Discord.js Version: [x.x.x] **Additional context** diff --git a/docs/faq/custom_filters.md b/docs/faq/custom_filters.md index bf7dbda..35b39e5 100644 --- a/docs/faq/custom_filters.md +++ b/docs/faq/custom_filters.md @@ -1,4 +1,5 @@ # How to add custom audio filters + Audio filters in **Discord Player** are **[FFmpeg audio filters](http://ffmpeg.org/ffmpeg-all.html#Audio-Filters)**. You can add your own audio filter like this: ```js diff --git a/docs/faq/live_video.md b/docs/faq/live_video.md index c8966b3..1882bd4 100644 --- a/docs/faq/live_video.md +++ b/docs/faq/live_video.md @@ -1,4 +1,5 @@ # How to play live videos + You cannot play live videos by default. If you need to play the live video, just add this option: ```js diff --git a/docs/faq/pause_resume.md b/docs/faq/pause_resume.md index 6334d0a..d0cbc54 100644 --- a/docs/faq/pause_resume.md +++ b/docs/faq/pause_resume.md @@ -1,7 +1,9 @@ # Pause and Resume is not working properly + This is a bug in **[discord.js#5300](https://github.com/discordjs/discord.js/issues/5300)**. # Fix + You have to update your command something like this: ```diff