From e07497f024a734e61a3e6a3989676c6158b7bede Mon Sep 17 00:00:00 2001 From: ry Date: Sun, 16 Feb 2020 03:24:46 +0100 Subject: [PATCH] stuff --- index.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index d3bc197..95c3dd3 100755 --- a/index.js +++ b/index.js @@ -1,12 +1,16 @@ const Client = require('./src/index'); const config = require('./config'); -const { log } = require('./utils/index'); +const { + log +} = require('./utils/index'); const yiff = require('yiff'); yiff.sheri.setToken(config.api.sheri); -const { util } = require('discord.js'); +const { + util +} = require('discord.js'); util.fetchRecommendedShards(config.token).then(async (count) => { - await log.starting(); + new Client(config, count); -}); +}); \ No newline at end of file