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.',