We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891053f commit 03150bdCopy full SHA for 03150bd
src/main/java/org/mangorage/mangobotgithub/core/PasteRequestModule.java
@@ -208,7 +208,7 @@ public static void analyzeLog(Message message) {
208
try {
209
id = MangoBotSiteIntegration.handleLogResult(builder);
210
if (id != null) {
211
- message.reply("[[Log Analyzer](https://mangobot.mangorage.org/file?id=%s)]".formatted(id)).setSuppressEmbeds(true).mentionRepliedUser(false).queue();
+ message.reply("[[Log Analyzer](https://mangobot.mangorage.org/file?id=%s&target=0)]".formatted(id)).setSuppressEmbeds(true).mentionRepliedUser(false).queue();
212
}
213
} catch (IOException ignored) {
214
ignored.printStackTrace();
0 commit comments