KCD Alias

This commit is contained in:
Daniel Odendahl Jr
2017-05-25 18:36:12 +00:00
parent f20915b36e
commit ce5324cb4c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "21.1.2",
"version": "21.1.3",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {