diff --git a/index.js b/index.js index 816140c..00dd33a 100644 --- a/index.js +++ b/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); }); \ No newline at end of file