Skip to content

Commit

Permalink
fix bug in h-hook when embed didn't validate properly
Browse files Browse the repository at this point in the history
  • Loading branch information
WholesomeGodList committed Jun 1, 2020
1 parent a09dbab commit 9924e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bot/hHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public void runHook() {
}
} catch (IOException e) {
logger.info("Error");
} catch (Exception e) {
logger.info("Something went wrong with the info embed.");
}
}
setLastNumber(latest);
Expand Down

0 comments on commit 9924e33

Please sign in to comment.