From 539425ba81ea2c046319cb460e5d5a2775a2f60b Mon Sep 17 00:00:00 2001 From: zakt0210 Date: Wed, 6 Dec 2017 12:34:53 -0500 Subject: [PATCH] fix --- commands/single/hello-world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/single/hello-world.js b/commands/single/hello-world.js index 35af5301..5fa7f135 100644 --- a/commands/single/hello-world.js +++ b/commands/single/hello-world.js @@ -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',