oopsie
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 54s

This commit is contained in:
Lee 2024-07-16 14:37:46 +01:00
parent 8526036044
commit 2b2e10d994

@ -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();
}); });
} }
} }