mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Add Total to generate-commands
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = class GenerateCommandsCommand extends Command {
|
|||||||
).join('\n')}`);
|
).join('\n')}`);
|
||||||
const { body } = await request
|
const { body } = await request
|
||||||
.post('https://hastebin.com/documents')
|
.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}`);
|
return msg.say(`https://hastebin.com/raw/${body.key}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "112.5.0",
|
"version": "112.5.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user