mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Allow readme commands in readme
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user