diff --git a/commands/readme/generate-commands.js b/commands/readme/generate-commands.js index 1323bd54..7842ff12 100644 --- a/commands/readme/generate-commands.js +++ b/commands/readme/generate-commands.js @@ -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}`); } }; diff --git a/package.json b/package.json index 09a320a8..03e1cd1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.5.0", + "version": "112.5.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {