From f9ce496cc5f9eff5ee564a74eadd6a3d5ba57c21 Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:48:35 +0100 Subject: [PATCH] Update quickSetup.ts --- src/core/cli/quickSetup.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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