Skip to content

Commit

Permalink
fix(status): add split options on message send more than 2000 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Morel committed Jan 19, 2021
1 parent fbd97a2 commit 7b6c16b
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 7b6c16b

Please sign in to comment.