Started with channel topic auto-update action

This commit is contained in:
DJj123dj
2025-10-27 21:19:59 +01:00
parent 30b6ab4df6
commit 8413d3c2b7
4 changed files with 65 additions and 3 deletions
+1
View File
@@ -757,6 +757,7 @@ const main = async () => {
await (await import("./actions/removeTicketUser.js")).registerActions()
await (await import("./actions/reactionRole.js")).registerActions()
await (await import("./actions/clearTickets.js")).registerActions()
await (await import("./actions/updateTicketTopic.js")).registerActions()
}
await opendiscord.events.get("onActionLoad").emit([opendiscord.actions])
await opendiscord.events.get("afterActionsLoaded").emit([opendiscord.actions])