(API) Renamed ODPriority --> ODPriorityLevel

This commit is contained in:
DJj123dj
2025-09-14 22:09:09 +02:00
parent 72f84b2566
commit 30a0a6c503
4 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ const main = async () => {
//load priority levels
opendiscord.log("Loading prioritiy levels...","system")
if (opendiscord.defaults.getDefault("priorityLoading")){
await (await import("./data/openticket/priorityLoader.js")).loadAllPriorities()
await (await import("./data/openticket/priorityLoader.js")).loadAllPriorityLevels()
}
await opendiscord.events.get("onPriorityLoad").emit([opendiscord.priorities])
await opendiscord.events.get("afterPrioritiesLoaded").emit([opendiscord.priorities])