From 62fb27e5ce38d6659d49e5e69ea1a02b569b3962 Mon Sep 17 00:00:00 2001 From: zakt0210 Date: Wed, 6 Dec 2017 12:30:58 -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 0cb695bb..35af5301 100644 --- a/commands/single/hello-world.js +++ b/commands/single/hello-world.js @@ -4,7 +4,7 @@ module.exports = class HelloWorldCommand extends Command { constructor(client) { super(client, { name: 'hello-word', - aliases: ['hola-mundo'], + aliases: ['hola-mundo'], group: 'single', memberName: 'hello-world', description: 'Hello world.'