mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user