Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WholesomeGodList/h-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
WholesomeGodList committed Jun 5, 2020
2 parents 17973c4 + 9924e33 commit 7bfab10
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 7bfab10

Please sign in to comment.