This commit is contained in:
Dragon Fire
2020-01-14 18:26:59 -05:00
parent e9d9bb5a1c
commit e4465ba6f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,