This commit is contained in:
zakt0210
2017-12-06 12:34:53 -05:00
parent 62fb27e5ce
commit 539425ba81
+1 -1
View File
@@ -3,7 +3,7 @@ const { Command } = require('discord.js-commando');
module.exports = class HelloWorldCommand extends Command {
constructor(client) {
super(client, {
name: 'hello-word',
name: 'hello-world',
aliases: ['hola-mundo'],
group: 'single',
memberName: 'hello-world',