diff --git a/src/helpers/index.ts b/src/helpers/index.ts index 977d742..d9a9544 100644 --- a/src/helpers/index.ts +++ b/src/helpers/index.ts @@ -1,6 +1,6 @@ -import database from './database'; -import deployCommands from './deployCommands'; -import dbGuildFix from './dbGuildFix'; -import dbMemberFix from './dbMemberFix'; +import database from "./database"; +import deployCommands from "./deployCommands"; +import dbGuildFix from "./dbGuildFix"; +import dbMemberFix from "./dbMemberFix"; export default { database, deployCommands, dbGuildFix, dbMemberFix }; diff --git a/src/index.ts b/src/index.ts index 1461f84..86afd4e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,13 +1,13 @@ // Dependencies -import { Client, Intents } from 'discord.js'; // discord.js +import { Client, Intents } from "discord.js"; // discord.js -import database from './helpers/database'; -import events from './handlers/events'; -import commands from './handlers/commands'; -import locale from './handlers/locale'; -import schedules from './handlers/schedules'; +import database from "./helpers/database"; +import events from "./handlers/events"; +import commands from "./handlers/commands"; +import locale from "./handlers/locale"; +import schedules from "./handlers/schedules"; -import config from '../config.json'; // config.json +import config from "../config.json"; // config.json (async () => { // Initialize discord.js client