From 2cd22adb8a3b6c65525b905b7545cc851d4281ef Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 20 Apr 2017 22:28:36 +0000 Subject: [PATCH] Tiny Bug Fixes --- commands/imageedit/meme.js | 1 + commands/response/names.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index 8c5cf41e..61389d5c 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -12,6 +12,7 @@ module.exports = class MemeCommand extends Command { memberName: 'meme', description: 'Sends a Meme with text of your choice, and a background of your choice. (x;meme facepalm "I can\'t even" "comprehend this")', details: `**Codes:** ${memecodes.join(', ')}`, + examples: ['x;meme facepalm "I can\'t even" "comprehend this"'], args: [{ key: 'type', prompt: 'What meme type do you want to use?', diff --git a/commands/response/names.json b/commands/response/names.json index e16dff03..103823ba 100644 --- a/commands/response/names.json +++ b/commands/response/names.json @@ -218,4 +218,4 @@ "April", "Ruth" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 13be96c3..8c0a148a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "31.3.0", + "version": "31.3.1", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {