forgot to replace
This commit is contained in:
parent
126ef9c493
commit
2fcfea7cbf
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -7,6 +7,6 @@ const {
|
|||
Util
|
||||
} = require('discord.js');
|
||||
|
||||
util.fetchRecommendedShards(config.token).then(async (count) => {
|
||||
Util.fetchRecommendedShards(config.token).then(async (count) => {
|
||||
new Client(config, count);
|
||||
});
|
Loading…
Reference in a new issue