✨ Bug fixes & update (v4.0.0)
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = {
|
||||
{ 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, ${client.config.prefix}filter (the filter). Example : ${client.config.prefix}filter 8D.`,
|
||||
description: `To use filters, ${client.config.discord.prefix}filter (the filter). Example : ${client.config.discord.prefix}filter 8D.`,
|
||||
},
|
||||
});
|
||||
} else {
|
||||
@@ -37,7 +37,7 @@ module.exports = {
|
||||
{ name: 'Name', value: command.name, inline: true },
|
||||
{ name: 'Category', value: command.category, inline: true },
|
||||
{ name: 'Aliase(s)', value: command.aliases.length < 1 ? 'None' : command.aliases.join('\n'), inline: true },
|
||||
{ name: 'Utilisation', value: command.utilisation.replace('{prefix}', client.config.prefix), inline: true },
|
||||
{ name: 'Utilisation', value: command.utilisation.replace('{prefix}', client.config.discord.prefix), inline: true },
|
||||
],
|
||||
timestamp: new Date(),
|
||||
description: 'Find information on the command provided.\nMandatory arguments `[]`, optional arguments `<>`.',
|
||||
|
||||
Reference in New Issue
Block a user