mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
v12.0.0
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const Discord = require('../');
|
||||
'use strict';
|
||||
|
||||
const { token } = require('./auth');
|
||||
const Discord = require('../');
|
||||
|
||||
const sharder = new Discord.ShardingManager(`${process.cwd()}/test/shard.js`, { token, respawn: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user