Update help.js

Adding new filters
https://discord-player.js.org/global.html#Filters
This commit is contained in:
swarwerth
2020-08-23 17:03:09 +02:00
committed by GitHub
parent cf23cb3196
commit c7e4db5b73

View File

@@ -8,7 +8,7 @@ exports.run = async (client, message, args) => {
const help = new Discord.MessageEmbed()
.setDescription("Find the list of commands available on this panel.")
.addField("**Music**", "`play`, `pause`, `resume`, `queue`, `clear-queue`, `shuffle`, `np`, `loop`, `volume`, `skip`, `stop`")
.addField("**Filters**", "`bassboost`, `tremolo`, `vibrato`, `treble`, `8D`, `normalizer`, `surrounding`, `nightcore`, `vaporwave`, `superequalizer`, `phaser`, `reverse`, `pulsator`")
.addField("**Filters**", "`bassboost`, `8D`, `vaporwave`, `nightcore`, `phaser`, `tremolo`, `vibrato`, `reverse`, `treble`, `normalizer`, `surrounding`, `pulsator`, `subboost`, `karaoke`, `flanger`, `gate`, `haas`, `mcompand`")
.addField("**Informations**", "`ping`")
.setFooter(`To use filters, ${config.prefix}filter (the filter). Example : ${config.prefix}filter 8D.`)
.setColor("ORANGE")