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