📝 New help (by Swarwerth)

Updated help with new filters.
This commit is contained in:
Zerio
2020-08-23 17:06:17 +02:00
committed by GitHub

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")