From 2b2e10d99497b493ccbbdcfb7e846ca8a8d73bba Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 16 Jul 2024 14:37:46 +0100 Subject: [PATCH] oopsie --- .../scoresaber/command/scoresaber/ScoresSummarySubCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java b/src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java index 51dbd06..0603da8 100644 --- a/src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/scoresaber/command/scoresaber/ScoresSummarySubCommand.java @@ -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(); }); } }