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
2
src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java
2
src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java
@ -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();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user