mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +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',
|
group: 'readme',
|
||||||
memberName: 'generate-commands',
|
memberName: 'generate-commands',
|
||||||
description: 'Generates the commands list for Xiao\'s README.',
|
description: 'Generates the commands list for Xiao\'s README.',
|
||||||
|
details: 'Only the bot owner(s) may use this command.',
|
||||||
ownerOnly: true,
|
ownerOnly: true,
|
||||||
guarded: true,
|
guarded: true,
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
|||||||
group: 'readme',
|
group: 'readme',
|
||||||
memberName: 'generate-credit',
|
memberName: 'generate-credit',
|
||||||
description: 'Generates the credit list for Xiao\'s README.',
|
description: 'Generates the credit list for Xiao\'s README.',
|
||||||
|
details: 'Only the bot owner(s) may use this command.',
|
||||||
ownerOnly: true,
|
ownerOnly: true,
|
||||||
guarded: true,
|
guarded: true,
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
Reference in New Issue
Block a user