🎨 move empty line
This commit is contained in:
parent
8bd01a448b
commit
5a1c085f1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue