Typescript Bugfixes (Switched CJS -> MJS)

This commit is contained in:
DJj123dj
2026-04-19 17:43:59 +02:00
parent 230ef70d86
commit 600419f763
96 changed files with 438 additions and 443 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
///////////////////////////////////////
//EMBED BUILDERS
///////////////////////////////////////
import {opendiscord, api, utilities} from "../index"
import {opendiscord, api, utilities} from "../index.js"
import * as discord from "discord.js"
import nodepath from "path"