Update index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-05-21 11:42:55 +02:00 committed by GitHub
parent c729cb56fe
commit 5a56f35e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";