Tiny Change in the meme validator

This commit is contained in:
Daniel Odendahl Jr
2017-04-19 22:01:42 +00:00
parent 1891a61749
commit fef35440b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = class MemeCommand extends Command {
if (memecodes.includes(type.toLowerCase())) {
return true;
}
return `${type.toLowerCase()} is not a valid meme type. Use \`;help meme\` to view a list of types.`;
return `${type.toLowerCase()} is not a valid meme type. Use \`x;help meme\` to view a list of types.`;
},
parse: text => {
return text.toLowerCase();