From ae9fdc0e8a6a20043c471fd381d308d09a6f76c1 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 27 Jun 2020 17:42:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20New=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/help.js | 1 + 1 file changed, 1 insertion(+) 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")