Tiny Bug Fixes

This commit is contained in:
Daniel Odendahl Jr
2017-04-20 22:28:36 +00:00
parent 532cd1c934
commit 2cd22adb8a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ module.exports = class MemeCommand extends Command {
memberName: 'meme', 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")', 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(', ')}`, details: `**Codes:** ${memecodes.join(', ')}`,
examples: ['x;meme facepalm "I can\'t even" "comprehend this"'],
args: [{ args: [{
key: 'type', key: 'type',
prompt: 'What meme type do you want to use?', prompt: 'What meme type do you want to use?',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "31.3.0", "version": "31.3.1",
"description": "A Discord Bot", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"scripts": { "scripts": {