Skip to content

Commit

Permalink
Update discord.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Jun 15, 2024
1 parent fe13839 commit d5ac584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/src/util/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hook.setUsername("Swarm Control");

function log(message: string) {
console.error(message);
hook.setContent(message);
hook.setContent(message.substring(0, 1950));
hook.send().then();
}

Expand Down

0 comments on commit d5ac584

Please sign in to comment.