From 5a1c085f1a6ae946d045c330b7ee70b486dd6eae Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 19 Oct 2022 13:51:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20move=20empty=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ec86855..6e58d4d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,8 @@ import { Client, Collection, GatewayIntentBits } from "discord.js"; // discord.js import "dotenv/config"; - import * as managers from "./managers"; + // Main process that starts all other sub processes const main = async () => { // Initiate client object