This commit is contained in:
parent
8526036044
commit
2b2e10d994
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
@ -116,7 +116,7 @@ public class ScoresSummarySubCommand extends BatCommand {
|
|||||||
))
|
))
|
||||||
.build())
|
.build())
|
||||||
.queue();
|
.queue();
|
||||||
channel.sendFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.txt")).queue();
|
channel.sendFiles(FileUpload.fromData(tableBuilder.build().toString().getBytes(), "scores-summary.md")).queue();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user