Skip to content

Commit 556474e

Browse files
committed
Remove Discord from error message
1 parent c96bdcd commit 556474e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You can not run deploys on the same squid in parallel`;
203203
if (reason === 'UNEXPECTED') {
204204
errors.push(
205205
`------`,
206-
'Please report to Discord https://discord.gg/KRvRcBdhEE or SquidDevs https://t.me/HydraDevs',
206+
'Please report to SquidDevs https://t.me/HydraDevs',
207207
`${chalk.dim('Deploy:')} ${this.deploy?.id}`,
208208
);
209209

0 commit comments

Comments
 (0)