mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add owneronly text to readme generators
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class GenerateCommandsCommand extends Command {
|
||||
group: 'readme',
|
||||
memberName: 'generate-commands',
|
||||
description: 'Generates the commands list for Xiao\'s README.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
guarded: true,
|
||||
credit: [
|
||||
|
||||
@@ -9,6 +9,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
group: 'readme',
|
||||
memberName: 'generate-credit',
|
||||
description: 'Generates the credit list for Xiao\'s README.',
|
||||
details: 'Only the bot owner(s) may use this command.',
|
||||
ownerOnly: true,
|
||||
guarded: true,
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user