This commit is contained in:
Dragon Fire
2020-01-12 21:23:05 -05:00
parent 1559d2b332
commit 886d6c6dfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class GenerateCommandsCommand extends Command {
}
async run(msg) {
const list = client.registry.groups
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