From ce5324cb4c5942826e324a463a3d753c935dc0fe Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 25 May 2017 18:36:12 +0000 Subject: [PATCH] KCD Alias --- commands/randomimg/xkcd.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/randomimg/xkcd.js b/commands/randomimg/xkcd.js index aa757b9c..a14d85a5 100644 --- a/commands/randomimg/xkcd.js +++ b/commands/randomimg/xkcd.js @@ -6,6 +6,7 @@ module.exports = class XKCDCommand extends Command { constructor(client) { super(client, { name: 'xkcd', + aliases: ['kcd'], group: 'randomimg', memberName: 'xkcd', description: 'Gets an XKCD Comic, optionally opting for today\'s.', diff --git a/package.json b/package.json index 3ac7ba80..71afa031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "21.1.2", + "version": "21.1.3", "description": "A Discord Bot", "main": "Shard.js", "scripts": {