This commit is contained in:
Daniel Odendahl Jr
2017-09-26 14:09:05 +00:00
parent 55e615b5b4
commit da63a908e7
14 changed files with 228 additions and 103 deletions
+1
View File
@@ -7,6 +7,7 @@ module.exports = class NameCommand extends Command {
constructor(client) {
super(client, {
name: 'name',
aliases: ['random-person'],
group: 'random-res',
memberName: 'name',
description: 'Responds with a random name, with the gender of your choice.',