mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
test: update tests (#3865)
* test: update tests * style: fix indent * test: suggested changes * test: require correct directory Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const { token } = require('./auth');
|
||||
const Discord = require('../');
|
||||
const Discord = require('../src');
|
||||
|
||||
const sharder = new Discord.ShardingManager(`${process.cwd()}/test/shard.js`, { token, respawn: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user