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
@@ -3,7 +3,7 @@
///////////////////////////////////////
import * as api from "@open-discord-bots/framework/api"
import * as discord from "discord.js"
import { ODRoleUpdateMode } from "../api/role"
import { ODRoleUpdateMode } from "../api/role.js"
/** (CONTRIBUTOR GUIDE) HOW TO ADD NEW CONFIG VARIABLES?
* - Make the change to the config file in (./config/) and be aware of the following things: