We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96bdcd commit 556474eCopy full SHA for 556474e
src/deploy-command.ts
@@ -203,7 +203,7 @@ You can not run deploys on the same squid in parallel`;
203
if (reason === 'UNEXPECTED') {
204
errors.push(
205
`------`,
206
- 'Please report to Discord https://discord.gg/KRvRcBdhEE or SquidDevs https://t.me/HydraDevs',
+ 'Please report to SquidDevs https://t.me/HydraDevs',
207
`${chalk.dim('Deploy:')} ${this.deploy?.id}`,
208
);
209
0 commit comments