diff --git a/src/commands/tnmt.ts b/src/commands/tnmt.ts index 42b033d..d569ca5 100644 --- a/src/commands/tnmt.ts +++ b/src/commands/tnmt.ts @@ -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