Skip to content

Commit

Permalink
Log version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 30, 2024
1 parent cfadb5c commit 6ee9956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/neoforged/camelot/BotMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public static JDA awaitReady() {
}

public static void main(String[] args) {
LOGGER.info("Starting {}", Common.NAME_WITH_VERSION);

GHAuth.AppAuthBuilder.setAppProvider(builder -> {
try {
return new GitHubBuilder()
Expand Down

0 comments on commit 6ee9956

Please sign in to comment.