organized comments
This commit is contained in:
parent
326c3eb6f8
commit
5ceb1d454c
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,16 @@
|
||||||
// Dependencies
|
// Dependencies
|
||||||
import { Client, Intents } from "discord.js"; // discord.js
|
import { Client, Intents } from "discord.js"; // discord.js
|
||||||
|
|
||||||
|
// Configurations
|
||||||
|
import { bot } from "../config.json";
|
||||||
|
|
||||||
import database from "./database";
|
import database from "./database";
|
||||||
import locale from "./handlers/locale";
|
|
||||||
import schedules from "./schedules";
|
import schedules from "./schedules";
|
||||||
|
|
||||||
|
// Handlers
|
||||||
import events from "./handlers/events";
|
import events from "./handlers/events";
|
||||||
import commands from "./handlers/commands";
|
import commands from "./handlers/commands";
|
||||||
|
import locale from "./handlers/locale";
|
||||||
import { bot } from "../config.json";
|
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue