diff --git a/commands/help.js b/commands/help.js index e999ab5..552c2b7 100644 --- a/commands/help.js +++ b/commands/help.js @@ -9,6 +9,7 @@ exports.run = async (client, message, args) => { .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("**Informations**", "`ping`") .setFooter(`To use filters, ${config.prefix}filter (the filter). Example : ${config.prefix}filter 8D.`) .setColor("ORANGE")