forgot to replace

This commit is contained in:
ry 2020-02-16 21:11:34 +01:00
parent 126ef9c493
commit 2fcfea7cbf
1 changed files with 1 additions and 1 deletions

View File

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