From a447a21cbd2cf95e7353c342286a522f4198b71e Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 25 Jul 2017 22:16:32 +0000 Subject: [PATCH] Remove a Space --- commands/random-res/quote.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/random-res/quote.js b/commands/random-res/quote.js index ff0f1ffb..b1e8cb96 100644 --- a/commands/random-res/quote.js +++ b/commands/random-res/quote.js @@ -23,4 +23,3 @@ module.exports = class QuoteCommand extends Command { return msg.embed(embed); } }; - diff --git a/package.json b/package.json index ab787b4a..25dc5d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "27.7.0", + "version": "27.7.1", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {