From 94798cbc803f3f790d5dacfd34525d51ee3d92ac Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:21:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adding=20filters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index 565b772..a237035 100644 --- a/commands/help.js +++ b/commands/help.js @@ -9,7 +9,7 @@ exports.run = async (client, message) => { footer: { text: 'This bot uses a Github project made by Zerio (ZerioDev/Music-bot)' }, fields: [ { name: 'Bot', value: '`ping`' }, - { name: 'Music', value: '`play`, `pause`, `resume`, `queue`, `clear-queue`, `shuffle`, `np`, `loop`, `volume`, `skip`, `stop`' }, + { name: 'Music', value: '`play`, `pause`, `resume`, `queue`, `clear-queue`, `shuffle`, `np`, `loop`, `volume`, `skip`, `stop`, `filter`, `w-filters`' }, { name: 'Filters', value: '`bassboost`, `8D`, `vaporwave`, `nightcore`, `phaser`, `tremolo`, `vibrato`, `reverse`, `treble`, `normalizer`, `surrounding`, `pulsator`, `subboost`, `karaoke`, `flanger`, `gate`, `haas`, `mcompand`' }, ], timestamp: new Date(),