fix in dms
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
parent
2b2e10d994
commit
b8ebc1de24
@ -115,8 +115,8 @@ public class ScoresSummarySubCommand extends BatCommand {
|
||||
NumberFormatter.simpleFormat(totalRankedScores)
|
||||
))
|
||||
.build())
|
||||
.setFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.md"))
|
||||
.queue();
|
||||
channel.sendFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.md")).queue();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user