formatting
This commit is contained in:
parent
ba040fc5a1
commit
cdd182f674
4 changed files with 5 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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**
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue