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:
Sugden
2020-03-07 05:05:57 +00:00
committed by GitHub
parent bca4b038a5
commit 9b5f005394
4 changed files with 28 additions and 26 deletions

View File

@@ -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 });