organized comments

This commit is contained in:
Axel Olausson Holtenäs 2022-04-13 03:15:41 +02:00
parent 326c3eb6f8
commit 5ceb1d454c
No known key found for this signature in database
GPG key ID: 9347A5E873995701

View file

@ -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: [