From c7e4db5b739e5b97da836586172ff9de384c64b5 Mon Sep 17 00:00:00 2001 From: swarwerth Date: Sun, 23 Aug 2020 17:03:09 +0200 Subject: [PATCH] Update help.js Adding new filters https://discord-player.js.org/global.html#Filters --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index 552c2b7..3841d9d 100644 --- a/commands/help.js +++ b/commands/help.js @@ -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")