mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Add Total to generate-commands
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = class GenerateCommandsCommand extends Command {
|
||||
).join('\n')}`);
|
||||
const { body } = await request
|
||||
.post('https://hastebin.com/documents')
|
||||
.send(list.join('\n'));
|
||||
.send(`Total: ${this.client.registry.commands.size}\n${list.join('\n')}`);
|
||||
return msg.say(`https://hastebin.com/raw/${body.key}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user