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