diff --git a/src/core/cli/quickSetup.ts b/src/core/cli/quickSetup.ts index 9355a9a..22a44d5 100644 --- a/src/core/cli/quickSetup.ts +++ b/src/core/cli/quickSetup.ts @@ -1563,12 +1563,4 @@ async function saveQuickSetupConfig(){ } transcriptsConfig.data = transcriptsConfigData 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) - */ \ No newline at end of file +} \ No newline at end of file