Add owneronly text to readme generators

This commit is contained in:
Dragon Fire
2020-02-17 15:00:03 -05:00
parent eaff5320bd
commit 189dbc338f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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: [
+1
View File
@@ -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: [