From e097ba97f233656c77344e4b97e9d6b8a9c234f0 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Thu, 26 Nov 2020 22:11:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20(v2.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/help.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/help.js b/commands/help.js index a237035..9f4d6ab 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,5 +1,3 @@ -const config = require("../config/bot.json"); - exports.run = async (client, message) => { message.channel.send({ @@ -13,7 +11,7 @@ exports.run = async (client, message) => { { name: 'Filters', value: '`bassboost`, `8D`, `vaporwave`, `nightcore`, `phaser`, `tremolo`, `vibrato`, `reverse`, `treble`, `normalizer`, `surrounding`, `pulsator`, `subboost`, `karaoke`, `flanger`, `gate`, `haas`, `mcompand`' }, ], timestamp: new Date(), - description: `To use filters, ${config.prefix}filter (the filter). Example : ${config.prefix}filter 8D.`, + description: `To use filters, ${client.config.prefix}filter (the filter). Example : ${client.config.prefix}filter 8D.`, }, });