We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96bdcd + 556474e commit 5a55b40Copy full SHA for 5a55b40
1 file changed
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