✨ Update (v2.0.1)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
const config = require("../config/bot.json");
|
|
||||||
|
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
|
|
||||||
message.channel.send({
|
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`' },
|
{ name: 'Filters', value: '`bassboost`, `8D`, `vaporwave`, `nightcore`, `phaser`, `tremolo`, `vibrato`, `reverse`, `treble`, `normalizer`, `surrounding`, `pulsator`, `subboost`, `karaoke`, `flanger`, `gate`, `haas`, `mcompand`' },
|
||||||
],
|
],
|
||||||
timestamp: new Date(),
|
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.`,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user