mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fix
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class GenerateCommandsCommand extends Command {
|
||||
super(client, {
|
||||
name: 'generate-commands',
|
||||
aliases: ['gen-commands'],
|
||||
group: 'owner',
|
||||
group: 'readme',
|
||||
memberName: 'generate-commands',
|
||||
description: 'Generates the commands list for Xiao\'s README.',
|
||||
ownerOnly: true,
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
super(client, {
|
||||
name: 'generate-credit',
|
||||
aliases: ['gen-credit'],
|
||||
group: 'owner',
|
||||
group: 'readme',
|
||||
memberName: 'generate-credit',
|
||||
description: 'Generates the credit list for Xiao\'s README.',
|
||||
ownerOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user