Allow readme commands in readme

This commit is contained in:
Dragon Fire
2020-01-14 18:27:21 -05:00
parent e4465ba6f0
commit 8b6639278c
-1
View File
@@ -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')