From 5ceb1d454c86d192b7b90266d97230cdf8316c3e Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 13 Apr 2022 03:15:41 +0200 Subject: [PATCH] organized comments --- src/index.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index def5d61..61a5279 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,14 +1,16 @@ // Dependencies import { Client, Intents } from "discord.js"; // discord.js +// Configurations +import { bot } from "../config.json"; + import database from "./database"; -import locale from "./handlers/locale"; import schedules from "./schedules"; +// Handlers import events from "./handlers/events"; import commands from "./handlers/commands"; - -import { bot } from "../config.json"; +import locale from "./handlers/locale"; const client = new Client({ intents: [