From e3da87084a66cc47d1805d70ca0edf6d06b7d62a Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:02:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Fix=20bug=20with=20prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index c3c773b..e999ab5 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,3 +1,4 @@ +const config = require ("../config/bot.json"); const emotes = require ("../config/emojis.json"); const Discord = require("discord.js") @@ -8,7 +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`") - .setFooter("To use filters, ^filter (the filter). Example : ^filter 8D.") + .setFooter(`To use filters, ${config.prefix}filter (the filter). Example : ${config.prefix}filter 8D.`) .setColor("ORANGE") //Message