formatting

This commit is contained in:
Snowflake107 2021-05-08 16:16:00 +05:45
parent ba040fc5a1
commit cdd182f674
4 changed files with 5 additions and 1 deletions

View file

@ -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**

View file

@ -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

View file

@ -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

View file

@ -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