From fef35440b28c9c91f12eb4fae86c32e0b621048b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 19 Apr 2017 22:01:42 +0000 Subject: [PATCH] Tiny Change in the meme validator --- commands/imageedit/meme.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index 377235dc..69bb0eb6 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -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(); diff --git a/package.json b/package.json index 81737a0e..c177db7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "30.0.0", + "version": "30.0.1", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {