fix in dms
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m9s

This commit is contained in:
Lee 2024-07-16 14:40:53 +01:00
parent 2b2e10d994
commit b8ebc1de24

@ -115,8 +115,8 @@ public class ScoresSummarySubCommand extends BatCommand {
NumberFormatter.simpleFormat(totalRankedScores) NumberFormatter.simpleFormat(totalRankedScores)
)) ))
.build()) .build())
.setFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.md"))
.queue(); .queue();
channel.sendFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.md")).queue();
}); });
} }
} }