From 556474e1213c20ea1d44437e5cf8b67449fd8d0f Mon Sep 17 00:00:00 2001 From: "@karelxfi" <54091831+CXYZTW@users.noreply.github.com> Date: Thu, 16 Oct 2025 03:27:26 +0400 Subject: [PATCH] Remove Discord from error message --- src/deploy-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy-command.ts b/src/deploy-command.ts index ca53413..64df5d0 100644 --- a/src/deploy-command.ts +++ b/src/deploy-command.ts @@ -203,7 +203,7 @@ You can not run deploys on the same squid in parallel`; if (reason === 'UNEXPECTED') { errors.push( `------`, - 'Please report to Discord https://discord.gg/KRvRcBdhEE or SquidDevs https://t.me/HydraDevs', + 'Please report to SquidDevs https://t.me/HydraDevs', `${chalk.dim('Deploy:')} ${this.deploy?.id}`, );