mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
fix
This commit is contained in:
@@ -3,7 +3,7 @@ const { Command } = require('discord.js-commando');
|
|||||||
module.exports = class HelloWorldCommand extends Command {
|
module.exports = class HelloWorldCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'hello-word',
|
name: 'hello-world',
|
||||||
aliases: ['hola-mundo'],
|
aliases: ['hola-mundo'],
|
||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'hello-world',
|
memberName: 'hello-world',
|
||||||
|
|||||||
Reference in New Issue
Block a user