diff --git a/commands/readme/generate-commands.js b/commands/readme/generate-commands.js index 4befdf7e..98000da2 100644 --- a/commands/readme/generate-commands.js +++ b/commands/readme/generate-commands.js @@ -23,7 +23,6 @@ module.exports = class GenerateCommandsCommand extends Command { async run(msg) { const list = this.client.registry.groups - .filter(g => g.id !== 'owner') .map(g => `\n### ${g.name}:\n\n${g.commands.map(c => `* **${c.name}:** ${c.description}`).join('\n')}`); const { body } = await request .post('https://hastebin.com/documents')