This commit is contained in:
@ -116,7 +116,7 @@ public class ScoresSummarySubCommand extends BatCommand {
|
||||
))
|
||||
.build())
|
||||
.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();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user