Skip to content

Commit

Permalink
Merge pull request #8 from Crashou59/master
Browse files Browse the repository at this point in the history
Use split option to avoid crash on message len > 2000
  • Loading branch information
papey authored Jan 19, 2021
2 parents b1eaff8 + 7b6c16b commit 639434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/tnmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ async function handleStatus(
});

// send back response to channel
origin.channel.send(resp);
origin.channel.send(resp, { split: true });
}

// handleJoin is used to register a user to a specified challonge tournament
Expand Down

0 comments on commit 639434a

Please sign in to comment.