some grammar and punctuation corrections

This commit is contained in:
Andreas Hollmeier
2020-09-09 17:13:32 +02:00
parent eaa5e016f9
commit ad973a8d40
6 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ exports.run = async (client, message, args) => {
//List embed
const list = new Discord.MessageEmbed()
.setDescription(`List of all filters enabled or disabled.\nTo add a filter to a \`${config.prefix}filter\` music.`)
.setDescription(`List of all filters enabled or disabled.\nUse \`${config.prefix}filter\` to add a filter to a song.`)
.addField("**Filters**", filtersStatuses[0].join('\n'), true)
.addField("** **", filtersStatuses[1].join('\n'), true)
.setColor("ORANGE");