Update index.ts
This commit is contained in:
parent
c729cb56fe
commit
5a56f35e07
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { token, intents } from "@config/discord";
|
|||
|
||||
import { Client } from "discord.js"; // discord.js
|
||||
|
||||
import database from "@root/events";
|
||||
import database from "@database";
|
||||
import schedules from "@handlers/schedules";
|
||||
import events from "@handlers/events";
|
||||
import commands from "@handlers/commands";
|
||||
|
|
Loading…
Add table
Reference in a new issue