mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Cats
This commit is contained in:
@@ -2,4 +2,4 @@ const { ShardingManager } = require('discord.js');
|
||||
const path = require('path');
|
||||
const { TOKEN } = process.env;
|
||||
const manager = new ShardingManager(path.join(__dirname, 'XiaoBot.js'), { token: TOKEN });
|
||||
manager.spawn(1000000, 1000);
|
||||
manager.spawn(undefined, 1000);
|
||||
|
||||
+2
-2
@@ -34,8 +34,8 @@
|
||||
"canvas": "github:automattic/node-canvas",
|
||||
"common-tags": "^1.4.0",
|
||||
"custom-translate": "github:dragonfire535/custom-translate",
|
||||
"discord.js": "github:hydrabolt/discord.js",
|
||||
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
||||
"discord.js": "github:hydrabolt/discord.js#3a503ef56e40277f1fad428036b4ae455f4b65a0",
|
||||
"discord.js-commando": "github:dragonfire535/discord.js-commando#test",
|
||||
"erlpack": "github:hammerandchisel/erlpack",
|
||||
"node-opus": "^0.2.6",
|
||||
"snekfetch": "^3.3.0",
|
||||
|
||||
Reference in New Issue
Block a user