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())) { if (memecodes.includes(type.toLowerCase())) {
return true; 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 => { parse: text => {
return text.toLowerCase(); return text.toLowerCase();
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "30.0.0", "version": "30.0.1",
"description": "A Discord Bot", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"scripts": { "scripts": {