From 8b6639278ca8628100c5bbdb459a16ef70465525 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 Jan 2020 18:27:21 -0500 Subject: [PATCH] Allow readme commands in readme --- commands/readme/generate-commands.js | 1 - 1 file changed, 1 deletion(-) 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')