🎨 move empty line

This commit is contained in:
Axel Olausson Holtenäs 2022-10-19 13:51:08 +02:00
parent 8bd01a448b
commit 5a1c085f1a

View file

@ -1,8 +1,8 @@
import { Client, Collection, GatewayIntentBits } from "discord.js"; // discord.js import { Client, Collection, GatewayIntentBits } from "discord.js"; // discord.js
import "dotenv/config"; import "dotenv/config";
import * as managers from "./managers"; import * as managers from "./managers";
// Main process that starts all other sub processes // Main process that starts all other sub processes
const main = async () => { const main = async () => {
// Initiate client object // Initiate client object