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
|
||||
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: [
|
||||
|
|
Loading…
Add table
Reference in a new issue