mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
fix
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = class HelloWorldCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'hello-word',
|
name: 'hello-word',
|
||||||
aliases: ['hola-mundo'],
|
aliases: ['hola-mundo'],
|
||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'hello-world',
|
memberName: 'hello-world',
|
||||||
description: 'Hello world.'
|
description: 'Hello world.'
|
||||||
|
|||||||
Reference in New Issue
Block a user