Skip to content

Commit 03150bd

Browse files
committed
Enhanced the experience.
1 parent 891053f commit 03150bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mangorage/mangobotgithub/core/PasteRequestModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public static void analyzeLog(Message message) {
208208
try {
209209
id = MangoBotSiteIntegration.handleLogResult(builder);
210210
if (id != null) {
211-
message.reply("[[Log Analyzer](https://mangobot.mangorage.org/file?id=%s)]".formatted(id)).setSuppressEmbeds(true).mentionRepliedUser(false).queue();
211+
message.reply("[[Log Analyzer](https://mangobot.mangorage.org/file?id=%s&target=0)]".formatted(id)).setSuppressEmbeds(true).mentionRepliedUser(false).queue();
212212
}
213213
} catch (IOException ignored) {
214214
ignored.printStackTrace();

0 commit comments

Comments
 (0)