From 2fcfea7cbfe3be5f2ddfc3f5e9897757684811d3 Mon Sep 17 00:00:00 2001 From: ry Date: Sun, 16 Feb 2020 21:11:34 +0100 Subject: [PATCH] forgot to replace --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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