This commit is contained in:
zakt0210
2017-12-06 12:30:58 -05:00
parent a8903613ac
commit 62fb27e5ce
+1 -1
View File
@@ -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.'