Update quickSetup.ts

This commit is contained in:
DJj123dj
2026-02-11 17:48:35 +01:00
parent 4976aa3d45
commit f9ce496cc5
+1 -9
View File
@@ -1563,12 +1563,4 @@ async function saveQuickSetupConfig(){
} }
transcriptsConfig.data = transcriptsConfigData transcriptsConfig.data = transcriptsConfigData
await transcriptsConfig.save() await transcriptsConfig.save()
} }
/** Steps Todo
* ALREADY FINISHED:
* - Ticket configuration => per-ticket configuration
* - (option ID autogenerated from name BE AWARE OF TICKETS WITH SAME NAME!! + remove unicode, spaces & special chars from id)
* - (embed autofilled with name+desc+color, thumbnail will automatically be set to the server icon)
* - (ping will be @here)
*/