File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/main/java/org/mangorage/mangobotgithub/core Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -200,15 +200,20 @@ public static void analyzeLog(Message message) {
200200 }
201201 }
202202
203+ System .out .println (builder );
204+
203205 if (!builder .isEmpty ()) {;
204206 String id ;
205207 if (PluginManager .isLoaded ("mangobotsite" )) {
208+ System .out .println ("Uploaded to MangoBot Site" );
206209 try {
207210 id = MangoBotSiteIntegration .handleLogResult (builder );
208211 if (id != null ) {
209212 message .reply ("[[Log Analyzer](https://mangobot.mangorage.org/file?id=%s)]" .formatted (id )).setSuppressEmbeds (true ).mentionRepliedUser (false ).queue ();
210213 }
211- } catch (IOException ignored ) {}
214+ } catch (IOException ignored ) {
215+ ignored .printStackTrace ();
216+ }
212217 }
213218 }
214219
You can’t perform that action at this time.
0 commit comments